diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-09-28 01:48:35 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-28 08:21:14 -0400 |
commit | 21326db156b3d52983854c0071f17ef806f39156 (patch) | |
tree | 6512971ef0c76e53ed428c767645de01ef442ed7 /sound/soc/codecs/adau1701.c | |
parent | 16b7a9aa9acfd4401f55731d39d63e8cb1665a45 (diff) |
ASoC: adau1701: Fix prototype for adau1701_set_sysclk
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/adau1701.c')
-rw-r--r-- | sound/soc/codecs/adau1701.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/adau1701.c b/sound/soc/codecs/adau1701.c index b400afad12e0..8b7e1c50d6e9 100644 --- a/sound/soc/codecs/adau1701.c +++ b/sound/soc/codecs/adau1701.c | |||
@@ -401,7 +401,7 @@ static int adau1701_digital_mute(struct snd_soc_dai *dai, int mute) | |||
401 | } | 401 | } |
402 | 402 | ||
403 | static int adau1701_set_sysclk(struct snd_soc_codec *codec, int clk_id, | 403 | static int adau1701_set_sysclk(struct snd_soc_codec *codec, int clk_id, |
404 | unsigned int freq, int dir) | 404 | int source, unsigned int freq, int dir) |
405 | { | 405 | { |
406 | unsigned int val; | 406 | unsigned int val; |
407 | 407 | ||