Unverified Commit 45f5c9ee authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: soc_sdw_utils: remove cs42l43 component_name



"spk:cs42l43-spk" component string will be added conditionally by
asoc_sdw_cs42l43_spk_rtd_init(). We should not add "spk:cs42l43"
unconditionally.

Fixes: c61da554 ("ASoC: sdw_utils: Add missed component_name strings for speaker amps")
Signed-off-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: default avatarPéter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20251027140012.966306-1-yung-chuan.liao@linux.intel.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent b2dd1d0d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -638,7 +638,6 @@ struct asoc_sdw_codec_info codec_info_list[] = {
			{
				.direction = {true, false},
				.dai_name = "cs42l43-dp6",
				.component_name = "cs42l43",
				.dai_type = SOC_SDW_DAI_TYPE_AMP,
				.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
				.init = asoc_sdw_cs42l43_spk_init,