summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNiranjan H Y <niranjan.hy@ti.com>2026-03-24 07:12:59 +0300
committerMark Brown <broonie@kernel.org>2026-03-24 16:17:18 +0300
commitd12dc8c558b955e74bf3dc9c01926c3c109f2d69 (patch)
tree9dd2f75bc46bfc8e0f8aa0cf3bbf2dd792d9ed53 /include
parent51b0909d0bc479b37db5f26674a7c41676aa8f80 (diff)
downloadlinux-d12dc8c558b955e74bf3dc9c01926c3c109f2d69.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc_sdw_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc_sdw_utils.h b/include/sound/soc_sdw_utils.h
index 98531e500cbb..48f516ba682f 100644
--- a/include/sound/soc_sdw_utils.h
+++ b/include/sound/soc_sdw_utils.h
@@ -71,6 +71,7 @@ struct asoc_sdw_aux_info {
};
struct asoc_sdw_codec_info {
+ const int vendor_id;
const int part_id;
const int version_id;
const char *name_prefix;