diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2011-05-05 10:59:11 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-08 09:44:11 -0400 |
commit | ffd13c39c74c140925a11bb4595f41badf78142d (patch) | |
tree | 3e30d9891718fc667c5a5b89d53e83abe490d62a | |
parent | 0b4cd2e01c63cf303bba570c9896331e4932a9df (diff) |
ASoC: SSM2602: Remove duplicate control
There are currently two controls which allow selecting the capture source, one
as a normal control, the other as part of a DAPM_MUX widget.
Remove the normal control.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/ssm2602.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/ssm2602.c b/sound/soc/codecs/ssm2602.c index 73b447eba297..30229cf1bb54 100644 --- a/sound/soc/codecs/ssm2602.c +++ b/sound/soc/codecs/ssm2602.c | |||
@@ -99,8 +99,6 @@ SOC_SINGLE("Sidetone Playback Volume", SSM2602_APANA, 6, 3, 1), | |||
99 | SOC_SINGLE("ADC High Pass Filter Switch", SSM2602_APDIGI, 0, 1, 1), | 99 | SOC_SINGLE("ADC High Pass Filter Switch", SSM2602_APDIGI, 0, 1, 1), |
100 | SOC_SINGLE("Store DC Offset Switch", SSM2602_APDIGI, 4, 1, 0), | 100 | SOC_SINGLE("Store DC Offset Switch", SSM2602_APDIGI, 4, 1, 0), |
101 | 101 | ||
102 | SOC_ENUM("Capture Source", ssm2602_enum[0]), | ||
103 | |||
104 | SOC_ENUM("Playback De-emphasis", ssm2602_enum[1]), | 102 | SOC_ENUM("Playback De-emphasis", ssm2602_enum[1]), |
105 | }; | 103 | }; |
106 | 104 | ||