commit | 21326db156b3d52983854c0071f17ef806f39156 | [log] [tgz] |
---|---|---|
author | Axel Lin <[email protected]> | Wed Sep 28 13:48:35 2011 +0800 |
committer | Mark Brown <[email protected]> | Wed Sep 28 13:21:14 2011 +0100 |
tree | 6512971ef0c76e53ed428c767645de01ef442ed7 | |
parent | 16b7a9aa9acfd4401f55731d39d63e8cb1665a45 [diff] [blame] |
ASoC: adau1701: Fix prototype for adau1701_set_sysclk Signed-off-by: Axel Lin <[email protected]> Signed-off-by: Mark Brown <[email protected]>
diff --git a/sound/soc/codecs/adau1701.c b/sound/soc/codecs/adau1701.c index b400afad..8b7e1c5 100644 --- a/sound/soc/codecs/adau1701.c +++ b/sound/soc/codecs/adau1701.c
@@ -401,7 +401,7 @@ } static int adau1701_set_sysclk(struct snd_soc_codec *codec, int clk_id, - unsigned int freq, int dir) + int source, unsigned int freq, int dir) { unsigned int val;