mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 06:50:08 +00:00
ASoC: WM8350 capture PGA mutes are inverted
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@kernel.org
This commit is contained in:
parent
74fca6a428
commit
5b7dde3468
@ -580,7 +580,7 @@ static const struct snd_kcontrol_new wm8350_left_capt_mixer_controls[] = {
|
|||||||
SOC_DAPM_SINGLE_TLV("L3 Capture Volume",
|
SOC_DAPM_SINGLE_TLV("L3 Capture Volume",
|
||||||
WM8350_INPUT_MIXER_VOLUME_L, 9, 7, 0, out_mix_tlv),
|
WM8350_INPUT_MIXER_VOLUME_L, 9, 7, 0, out_mix_tlv),
|
||||||
SOC_DAPM_SINGLE("PGA Capture Switch",
|
SOC_DAPM_SINGLE("PGA Capture Switch",
|
||||||
WM8350_LEFT_INPUT_VOLUME, 14, 1, 0),
|
WM8350_LEFT_INPUT_VOLUME, 14, 1, 1),
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Right Input Mixer */
|
/* Right Input Mixer */
|
||||||
@ -590,7 +590,7 @@ static const struct snd_kcontrol_new wm8350_right_capt_mixer_controls[] = {
|
|||||||
SOC_DAPM_SINGLE_TLV("L3 Capture Volume",
|
SOC_DAPM_SINGLE_TLV("L3 Capture Volume",
|
||||||
WM8350_INPUT_MIXER_VOLUME_R, 13, 7, 0, out_mix_tlv),
|
WM8350_INPUT_MIXER_VOLUME_R, 13, 7, 0, out_mix_tlv),
|
||||||
SOC_DAPM_SINGLE("PGA Capture Switch",
|
SOC_DAPM_SINGLE("PGA Capture Switch",
|
||||||
WM8350_RIGHT_INPUT_VOLUME, 14, 1, 0),
|
WM8350_RIGHT_INPUT_VOLUME, 14, 1, 1),
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Left Mic Mixer */
|
/* Left Mic Mixer */
|
||||||
|
Loading…
Reference in New Issue
Block a user