diff options
| author | Axel Lin <axel.lin@gmail.com> | 2011-09-28 13:48:35 +0800 | 
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-28 13:21:14 +0100 | 
| commit | 21326db156b3d52983854c0071f17ef806f39156 (patch) | |
| tree | 6512971ef0c76e53ed428c767645de01ef442ed7 | |
| parent | 16b7a9aa9acfd4401f55731d39d63e8cb1665a45 (diff) | |
| download | olio-linux-3.10-21326db156b3d52983854c0071f17ef806f39156.tar.xz olio-linux-3.10-21326db156b3d52983854c0071f17ef806f39156.zip  | |
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>
| -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 b400afad12e..8b7e1c50d6e 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)  }  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;  |