diff options
author | Barry Song <21cnbao@gmail.com> | 2010-04-21 05:36:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-04-23 11:14:57 -0400 |
commit | ba0a24e7387bb56425da07ed858ada37896ed36a (patch) | |
tree | da253cb83b876218df8a7e33b8f792cafe39fe25 /sound | |
parent | d6bdc0f7fe561a4b08b280c2b2add2db3747e64b (diff) |
ASoC: ad193x: fix typo, delete redundant space
Signed-off-by: Barry Song <21cnbao@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/ad193x.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/ad193x.c b/sound/soc/codecs/ad193x.c index 45dfc90540b7..c8ca1142b2f4 100644 --- a/sound/soc/codecs/ad193x.c +++ b/sound/soc/codecs/ad193x.c | |||
@@ -46,13 +46,13 @@ static const struct soc_enum ad193x_deemp_enum = | |||
46 | 46 | ||
47 | static const struct snd_kcontrol_new ad193x_snd_controls[] = { | 47 | static const struct snd_kcontrol_new ad193x_snd_controls[] = { |
48 | /* DAC volume control */ | 48 | /* DAC volume control */ |
49 | SOC_DOUBLE_R("DAC1 Volume", AD193X_DAC_L1_VOL, | 49 | SOC_DOUBLE_R("DAC1 Volume", AD193X_DAC_L1_VOL, |
50 | AD193X_DAC_R1_VOL, 0, 0xFF, 1), | 50 | AD193X_DAC_R1_VOL, 0, 0xFF, 1), |
51 | SOC_DOUBLE_R("DAC2 Volume", AD193X_DAC_L2_VOL, | 51 | SOC_DOUBLE_R("DAC2 Volume", AD193X_DAC_L2_VOL, |
52 | AD193X_DAC_R2_VOL, 0, 0xFF, 1), | 52 | AD193X_DAC_R2_VOL, 0, 0xFF, 1), |
53 | SOC_DOUBLE_R("DAC3 Volume", AD193X_DAC_L3_VOL, | 53 | SOC_DOUBLE_R("DAC3 Volume", AD193X_DAC_L3_VOL, |
54 | AD193X_DAC_R3_VOL, 0, 0xFF, 1), | 54 | AD193X_DAC_R3_VOL, 0, 0xFF, 1), |
55 | SOC_DOUBLE_R("DAC4 Volume", AD193X_DAC_L4_VOL, | 55 | SOC_DOUBLE_R("DAC4 Volume", AD193X_DAC_L4_VOL, |
56 | AD193X_DAC_R4_VOL, 0, 0xFF, 1), | 56 | AD193X_DAC_R4_VOL, 0, 0xFF, 1), |
57 | 57 | ||
58 | /* ADC switch control */ | 58 | /* ADC switch control */ |