mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 21:24:00 +08:00
ASoC: wm9713: correct mono out PGA sources
The mono output PGA input only has four possible sources, so omit the rest. Signed-off-by: Matt Reimer <mreimer@sdgsystems.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
c9eaa447e7
commit
a7f0b839cb
@ -74,8 +74,7 @@ static const char *wm9713_rec_src[] =
|
||||
"Mono Out", "Zh"};
|
||||
static const char *wm9713_rec_gain[] = {"+1.5dB Steps", "+0.75dB Steps"};
|
||||
static const char *wm9713_alc_select[] = {"None", "Left", "Right", "Stereo"};
|
||||
static const char *wm9713_mono_pga[] = {"Vmid", "Zh", "Mono", "Inv",
|
||||
"Mono Vmid", "Inv Vmid"};
|
||||
static const char *wm9713_mono_pga[] = {"Vmid", "Zh", "Mono", "Inv"};
|
||||
static const char *wm9713_spk_pga[] =
|
||||
{"Vmid", "Zh", "Headphone", "Speaker", "Inv", "Headphone Vmid",
|
||||
"Speaker Vmid", "Inv Vmid"};
|
||||
|
Loading…
Reference in New Issue
Block a user