Skip to content

Commit 2e225f5

Browse files
committed
ASoC: soc_sdw_utils: remove cs42l43 component_name
JIRA: https://issues.redhat.com/browse/RHEL-118909 commit 45f5c9e Author: Bard Liao <yung-chuan.liao@linux.intel.com> Date: Mon Oct 27 22:00:12 2025 +0800 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: c61da55 ("ASoC: sdw_utils: Add missed component_name strings for speaker amps") Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20251027140012.966306-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
1 parent e0182b5 commit 2e225f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/sdw_utils/soc_sdw_utils.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,6 @@ struct asoc_sdw_codec_info codec_info_list[] = {
600600
{
601601
.direction = {true, false},
602602
.dai_name = "cs42l43-dp6",
603-
.component_name = "cs42l43",
604603
.dai_type = SOC_SDW_DAI_TYPE_AMP,
605604
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
606605
.init = asoc_sdw_cs42l43_spk_init,

0 commit comments

Comments
 (0)