[alsa-devel] [PATCH] ASoC: OMAP: Staticise pcm creation function of omap-pcm
23 Jul
2009
23 Jul
'09
3:45 a.m.
Signed-off-by: Misael Lopez Cruz x0052729@ti.com --- sound/soc/omap/omap-pcm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index 84a1950..c3c931d 100644 --- a/sound/soc/omap/omap-pcm.c +++ b/sound/soc/omap/omap-pcm.c @@ -330,7 +330,7 @@ static void omap_pcm_free_dma_buffers(struct snd_pcm *pcm) } }
-int omap_pcm_new(struct snd_card *card, struct snd_soc_dai *dai, +static int omap_pcm_new(struct snd_card *card, struct snd_soc_dai *dai, struct snd_pcm *pcm) { int ret = 0;
--
1.5.4.3
23 Jul
23 Jul
9:22 a.m.
New subject: [alsa-devel] [PATCH] ASoC: OMAP: Staticise pcm creation function of omap-pcm
On Wed, Jul 22, 2009 at 08:45:03PM -0500, Lopez Cruz, Misael wrote:
Signed-off-by: Misael Lopez Cruz x0052729@ti.com
Applied, thanks.
5631
Age (days ago)
5631
Last active (days ago)
1 comments
2 participants
participants (2)
-
Lopez Cruz, Misael
-
Mark Brown