diff options
author | Andrey Danin <danindrey@mail.ru> | 2012-02-11 16:26:27 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-11 17:55:53 -0500 |
commit | 7fb7528acb219d27bc5a23d22b3ced816656eed2 (patch) | |
tree | 0e8144a9dcdd93835b4f9f50e2ac9e0e237ab525 /sound | |
parent | b803422979b1ab220ee51adc1c59b07eeea13fd7 (diff) |
ASoC: alc5632: Coding style. Remove two extra empty lines.
Signed-off-by: Andrey Danin <danindrey@mail.ru>
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/alc5632.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index f69fb426ad0a..0d574aab1b04 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c | |||
@@ -437,8 +437,6 @@ static const struct snd_soc_dapm_route alc5632_dapm_routes[] = { | |||
437 | {"Speaker Mix", "MIC22SPK Playback Switch", "MIC2 PGA"}, | 437 | {"Speaker Mix", "MIC22SPK Playback Switch", "MIC2 PGA"}, |
438 | {"Speaker Mix", "DAC2SPK Playback Switch", "DAC Left Channel"}, | 438 | {"Speaker Mix", "DAC2SPK Playback Switch", "DAC Left Channel"}, |
439 | 439 | ||
440 | |||
441 | |||
442 | /* mono mixer */ | 440 | /* mono mixer */ |
443 | {"Mono Mix", "ADC2MONO_L Playback Switch", "Left Capture Mix"}, | 441 | {"Mono Mix", "ADC2MONO_L Playback Switch", "Left Capture Mix"}, |
444 | {"Mono Mix", "ADC2MONO_R Playback Switch", "Right Capture Mix"}, | 442 | {"Mono Mix", "ADC2MONO_R Playback Switch", "Right Capture Mix"}, |