Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: codecs: lpass-tx-macro: fix SM6115 support

SM6115 does have soundwire controller in tx. For some reason
we ended up with this incorrect patch.

Fix this by adding the flag to reflect this in SoC data.

Fixes: 510c46884299 ("ASoC: codecs: lpass-tx-macro: Add SM6115 support")
Cc: Stable@vger.kernel.org
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Link: https://patch.msgid.link/20251031120703.590201-2-srinivas.kandagatla@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Srinivas Kandagatla and committed by
Mark Brown
7c63b5a8 e9a6fb0b

+2 -1
+2 -1
sound/soc/codecs/lpass-tx-macro.c
··· 2473 2473 }; 2474 2474 2475 2475 static const struct tx_macro_data lpass_ver_10_sm6115 = { 2476 - .flags = LPASS_MACRO_FLAG_HAS_NPL_CLOCK, 2476 + .flags = LPASS_MACRO_FLAG_HAS_NPL_CLOCK | 2477 + LPASS_MACRO_FLAG_RESET_SWR, 2477 2478 .ver = LPASS_VER_10_0_0, 2478 2479 .extra_widgets = tx_macro_dapm_widgets_v9_2, 2479 2480 .extra_widgets_num = ARRAY_SIZE(tx_macro_dapm_widgets_v9_2),