dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: OMAP: Staticise pcm creation function of omap-pcm

Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Lopez Cruz, Misael 2009-07-22 20:45:03 -05:00 committed by Mark Brown
parent e458a48f87
commit d756b27748
1 changed files with 1 additions and 1 deletions

View File

@ -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;