Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d756b277 authored by Lopez Cruz, Misael's avatar Lopez Cruz, Misael Committed by Mark Brown
Browse files

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

parent e458a48f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;