]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: sdw_utils: add vendor_id to asoc_sdw_codec_info
authorNiranjan H Y <niranjan.hy@ti.com>
Tue, 24 Mar 2026 04:12:59 +0000 (09:42 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 24 Mar 2026 13:17:18 +0000 (13:17 +0000)
commitd12dc8c558b955e74bf3dc9c01926c3c109f2d69
tree9dd2f75bc46bfc8e0f8aa0cf3bbf2dd792d9ed53
parent51b0909d0bc479b37db5f26674a7c41676aa8f80
ASoC: sdw_utils: add vendor_id to asoc_sdw_codec_info

 struct asoc_sdw_codec_info has part_id which is not
sufficient to uniquely identify devices. This change
adds the vendor_id field and updates the codec_info
list with the corresponding vendor id as per the
Manufacturer's id in https://mid.mipi.org/

Signed-off-by: Niranjan H Y <niranjan.hy@ti.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260324041300.784-1-niranjan.hy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc_sdw_utils.h
sound/soc/sdw_utils/soc_sdw_utils.c
sound/soc/sof/intel/hda.c