Skip to content

Commit 3293d3d

Browse files
shumingfanbroonie
authored andcommitted
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>
1 parent 6b03360 commit 3293d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sdw_utils/soc_sdw_utils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ struct asoc_sdw_codec_info codec_info_list[] = {
313313
},
314314
{
315315
.part_id = 0x1321,
316+
.name_prefix = "rt1320",
316317
.dais = {
317318
{
318319
.direction = {true, false},

0 commit comments

Comments
 (0)