Skip to content

Commit 041db4b

Browse files
laklimovbroonie
authored andcommitted
ASoC: codecs: wcd937x: add missing LO Switch control
The wcd937x supports also AUX input but the control that sets correct soundwire port for this is missing. This control is required for audio playback, for instance, on qrb4210 RB2 board as well as on other SoCs. Reported-by: Adam Skladowski <a39.skl@gmail.com> Reported-by: Prasad Kumpatla <quic_pkumpatl@quicinc.com> Suggested-by: Adam Skladowski <a39.skl@gmail.com> Suggested-by: Prasad Kumpatla <quic_pkumpatl@quicinc.com> Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Cc: Mohammad Rafi Shaik <quic_mohs@quicinc.com> Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Link: https://patch.msgid.link/20241022033132.787416-2-alexey.klimov@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 2ef9439 commit 041db4b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/codecs/wcd937x.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,6 +2049,8 @@ static const struct snd_kcontrol_new wcd937x_snd_controls[] = {
20492049
wcd937x_get_swr_port, wcd937x_set_swr_port),
20502050
SOC_SINGLE_EXT("HPHR Switch", WCD937X_HPH_R, 0, 1, 0,
20512051
wcd937x_get_swr_port, wcd937x_set_swr_port),
2052+
SOC_SINGLE_EXT("LO Switch", WCD937X_LO, 0, 1, 0,
2053+
wcd937x_get_swr_port, wcd937x_set_swr_port),
20522054

20532055
SOC_SINGLE_EXT("ADC1 Switch", WCD937X_ADC1, 1, 1, 0,
20542056
wcd937x_get_swr_port, wcd937x_set_swr_port),

0 commit comments

Comments
 (0)