mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ASoC: wm9712: Fix name of Capture Switch
commit 689185b78b
upstream.
Help UIs associate it with the matching gain control.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e87ba35f1f
commit
62bd817182
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ SOC_SINGLE("Playback Attenuate (-6dB) Switch", AC97_MASTER_TONE, 6, 1, 0),
|
|||
SOC_SINGLE("Bass Volume", AC97_MASTER_TONE, 8, 15, 1),
|
||||
SOC_SINGLE("Treble Volume", AC97_MASTER_TONE, 0, 15, 1),
|
||||
|
||||
SOC_SINGLE("Capture ADC Switch", AC97_REC_GAIN, 15, 1, 1),
|
||||
SOC_SINGLE("Capture Switch", AC97_REC_GAIN, 15, 1, 1),
|
||||
SOC_ENUM("Capture Volume Steps", wm9712_enum[6]),
|
||||
SOC_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 63, 1),
|
||||
SOC_SINGLE("Capture ZC Switch", AC97_REC_GAIN, 7, 1, 0),
|
||||
|
|
Loading…
Reference in a new issue