summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-03-26 19:22:45 +0300
committerMark Brown <broonie@kernel.org>2026-03-26 19:22:45 +0300
commit52dac22f0a13f61fe180e0237473c4d072043931 (patch)
tree8a5b31c8bb2d2ad6504e71649595058c22d146b6 /include
parent3b6f4cfc7152feb5641678ea254988fdce70a91b (diff)
parentae2cb3384337a556ce02e557fecd39db78c36e7d (diff)
downloadlinux-52dac22f0a13f61fe180e0237473c4d072043931.tar.xz
ASoC: add rt1320/rt1321 dmic dai and fix the wrong name prefix
Bard Liao <yung-chuan.liao@linux.intel.com> says: The new rt722 + rt1320 configuration uses the DMIC on the rt1320. This series adds support for such configurations, where the DMIC is provided by the rt1320 instead of the rt722.
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc_sdw_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/soc_sdw_utils.h b/include/sound/soc_sdw_utils.h
index 48f516ba682f..489083183673 100644
--- a/include/sound/soc_sdw_utils.h
+++ b/include/sound/soc_sdw_utils.h
@@ -83,6 +83,8 @@ struct asoc_sdw_codec_info {
const int dai_num;
struct asoc_sdw_aux_info auxs[SOC_SDW_MAX_AUX_NUM];
const int aux_num;
+ /* Force AMP-style name_prefix handling (append AMP index) even if MIC/Jack DAIs exist */
+ const bool is_amp;
int (*codec_card_late_probe)(struct snd_soc_card *card);