Commit 49acf73b authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: Staticise nuc900_dma_getposition()



It is not used outside this driver so no need to make the symbol global.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent bb754636
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ static int nuc900_dma_trigger(struct snd_pcm_substream *substream, int cmd)
	return ret;
}

int nuc900_dma_getposition(struct snd_pcm_substream *substream,
static int nuc900_dma_getposition(struct snd_pcm_substream *substream,
					dma_addr_t *src, dma_addr_t *dst)
{
	struct snd_pcm_runtime *runtime = substream->runtime;