ASoC: sdw_utils: add name_prefix for rt1321 part id

This patch adds name_prefix for rt1321 part id in the codec_info_list.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20251022073952.327451-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Shuming Fan
2025-10-22 15:39:52 +08:00
committed by Mark Brown
parent 6b03360fe9
commit 3293d3d7b0

View File

@@ -313,6 +313,7 @@ struct asoc_sdw_codec_info codec_info_list[] = {
}, },
{ {
.part_id = 0x1321, .part_id = 0x1321,
.name_prefix = "rt1320",
.dais = { .dais = {
{ {
.direction = {true, false}, .direction = {true, false},