aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBard Liao <[email protected]>2023-03-06 15:41:01 +0800
committerTakashi Iwai <[email protected]>2023-03-08 06:37:19 +0100
commitbbdf904b13a62bb8b1272d92a7dde082dff86fbb (patch)
tree43b5a483b69d6184bed2c95a2e3bee65e4df49fe
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6 (diff)
ALSA: hda: intel-dsp-config: add MTL PCI id
Use SOF as default audio driver. Signed-off-by: Bard Liao <[email protected]> Reviewed-by: Gongjun Song <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
-rw-r--r--sound/hda/intel-dsp-config.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c
index ae31bb127594..317bdf6dcbef 100644
--- a/sound/hda/intel-dsp-config.c
+++ b/sound/hda/intel-dsp-config.c
@@ -472,6 +472,15 @@ static const struct config_entry config_table[] = {
},
#endif
+/* Meteor Lake */
+#if IS_ENABLED(CONFIG_SND_SOC_SOF_METEORLAKE)
+ /* Meteorlake-P */
+ {
+ .flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
+ .device = 0x7e28,
+ },
+#endif
+
};
static const struct config_entry *snd_intel_dsp_find_config