]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: soc_sdw_utils: remove cs42l45 SmartMic codec name index
authorBard Liao <yung-chuan.liao@linux.intel.com>
Mon, 16 Mar 2026 01:03:07 +0000 (09:03 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 18:14:38 +0000 (18:14 +0000)
commit1029df4de882bdfb4698bee6ac2b0c3d98d0e52d
tree27cef1811d68a678a8be96c5e8160b7674994bdd
parentfc1fbafc18a0352f1f23cdff3533fbd0276dd58e
ASoC: soc_sdw_utils: remove cs42l45 SmartMic codec name index

Currently the index is 0. In theory, it will not change even if any
other endpoint is not present. But to be consistent and avoid surprise,
remove the index and let the machine driver match the codec name
partially.

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-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdw_utils/soc_sdw_utils.c