From 600479a8c2e49e67e0de053a5371316da815d048 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 7 Dec 2006 08:22:50 +0100 Subject: [PATCH] --- yaml --- r: 47140 b: refs/heads/master c: e0e6ce0380e0c4de35371372bc5b6c2b02458597 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/sound/pcm.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a369cc035664..5855219f9f30 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eb41dab6e10332c1c9008f3cfc5b88ff1e392cb9 +refs/heads/master: e0e6ce0380e0c4de35371372bc5b6c2b02458597 diff --git a/trunk/include/sound/pcm.h b/trunk/include/sound/pcm.h index ec006ed8cd59..ee6bc2d06803 100644 --- a/trunk/include/sound/pcm.h +++ b/trunk/include/sound/pcm.h @@ -56,6 +56,8 @@ struct snd_pcm_hardware { size_t fifo_size; /* fifo size in bytes */ }; +struct snd_pcm_substream; + struct snd_pcm_ops { int (*open)(struct snd_pcm_substream *substream); int (*close)(struct snd_pcm_substream *substream);