diff options
author | Lopez Cruz, Misael <x0052729@ti.com> | 2009-07-22 21:45:03 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-23 03:22:16 -0400 |
commit | d756b2774829c746e0cf2967802cbd41967eda65 (patch) | |
tree | f2b0dc7f0190756395658132ce2a35735a36460a /sound/soc/omap/omap-pcm.c | |
parent | e458a48f8776d624d05246471501c6086adb1d7a (diff) |
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>
Diffstat (limited to 'sound/soc/omap/omap-pcm.c')
-rw-r--r-- | 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 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) | |||
330 | } | 330 | } |
331 | } | 331 | } |
332 | 332 | ||
333 | int omap_pcm_new(struct snd_card *card, struct snd_soc_dai *dai, | 333 | static int omap_pcm_new(struct snd_card *card, struct snd_soc_dai *dai, |
334 | struct snd_pcm *pcm) | 334 | struct snd_pcm *pcm) |
335 | { | 335 | { |
336 | int ret = 0; | 336 | int ret = 0; |