Skip to content

Commit

Permalink
ASoC: OMAP: Staticise pcm creation function of omap-pcm
Browse files Browse the repository at this point in the history
Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Lopez Cruz, Misael authored and Mark Brown committed Jul 23, 2009
1 parent e458a48 commit d756b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/omap/omap-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d756b27

Please sign in to comment.