]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: soc_sdw_utils: remove cs42l43 component_name
authorBard Liao <yung-chuan.liao@linux.intel.com>
Mon, 27 Oct 2025 14:00:12 +0000 (22:00 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 28 Oct 2025 10:22:13 +0000 (10:22 +0000)
commit45f5c9eec43a9bf448f46562f146810831916cc9
tree9dc0eb014726817131ad16ea51cc5acba9b6f56a
parentb2dd1d0d322dce5f331961c927e775b84014d5ab
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: c61da55412a0 ("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>
sound/soc/sdw_utils/soc_sdw_utils.c