Skip to content

Commit 951dec3

Browse files
committed
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>
1 parent 3386645 commit 951dec3

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
@@ -663,7 +663,6 @@ struct asoc_sdw_codec_info codec_info_list[] = {
663663
{
664664
.direction = {true, false},
665665
.dai_name = "cs42l43-dp6",
666-
.component_name = "cs42l43",
667666
.dai_type = SOC_SDW_DAI_TYPE_AMP,
668667
.dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_UNUSED_DAI_ID},
669668
.init = asoc_sdw_cs42l43_spk_init,

0 commit comments

Comments
 (0)