| Message ID | 20260825063815.2275557-2-acelan.kao@canonical.com |
|---|---|
| State | New |
| Headers | show |
| Series | Speakers not detected on HP systems with TI TAS2783 SoundWire amps | expand |
diff --git a/sound/soc/sdw_utils/soc_sdw_utils.c b/sound/soc/sdw_utils/soc_sdw_utils.c index 8a359e1a5f05e..57c8c4fe62eed 100644 --- a/sound/soc/sdw_utils/soc_sdw_utils.c +++ b/sound/soc/sdw_utils/soc_sdw_utils.c @@ -79,6 +79,7 @@ struct asoc_sdw_codec_info codec_info_list[] = { { .direction = {true, true}, .dai_name = "tas2783-codec", + .component_name = "tas2783", .dai_type = SOC_SDW_DAI_TYPE_AMP, .dailink = {SOC_SDW_AMP_OUT_DAI_ID, SOC_SDW_AMP_IN_DAI_ID}, .init = asoc_sdw_ti_amp_init,