]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: soc_sdw_utils: remove codec name index of snd_soc_sdca codecs
authorBard Liao <yung-chuan.liao@linux.intel.com>
Mon, 16 Mar 2026 01:03:08 +0000 (09:03 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 18:14:39 +0000 (18:14 +0000)
commitac5f5cfc98b5285c9278a74733a306e77816b822
tree16bad077c092530bfea9f0f676e6e39d325fc862
parent1029df4de882bdfb4698bee6ac2b0c3d98d0e52d
ASoC: soc_sdw_utils: remove codec name index of snd_soc_sdca codecs

The index could change if any endpoint is not present. Remove the index
and let the machine driver get the right codec name from the registered
components.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260316010308.285622-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdw_utils/soc_sdw_utils.c