diff options
| author | Shuming Fan <shumingf@realtek.com> | 2025-10-22 15:39:52 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-10-22 15:00:23 +0100 |
| commit | 3293d3d7b08872cf174bb768b890655f1b22526a (patch) | |
| tree | a8f084530e9dd77b7c0037a901bce8cf83428c91 | |
| parent | 6b03360fe9f4e6fd43419487d659c9bd26215953 (diff) | |
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>
| -rw-r--r-- | sound/soc/sdw_utils/soc_sdw_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sdw_utils/soc_sdw_utils.c b/sound/soc/sdw_utils/soc_sdw_utils.c index 270c66b90228..d717d4143932 100644 --- a/sound/soc/sdw_utils/soc_sdw_utils.c +++ b/sound/soc/sdw_utils/soc_sdw_utils.c @@ -313,6 +313,7 @@ struct asoc_sdw_codec_info codec_info_list[] = { }, { .part_id = 0x1321, + .name_prefix = "rt1320", .dais = { { .direction = {true, false}, |
