From: Lopez Cruz, Misael Date: Thu, 23 Jul 2009 01:45:03 +0000 (-0500) Subject: ASoC: OMAP: Staticise pcm creation function of omap-pcm X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d756b2774829c746e0cf2967802cbd41967eda65;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git ASoC: OMAP: Staticise pcm creation function of omap-pcm Signed-off-by: Misael Lopez Cruz Signed-off-by: Mark Brown --- diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index 84a1950880eb..c3c931d4537a 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;