Commit bbdf904b authored by Bard Liao's avatar Bard Liao Committed by Takashi Iwai

ALSA: hda: intel-dsp-config: add MTL PCI id

Use SOF as default audio driver.
Signed-off-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: default avatarGongjun Song <gongjun.song@intel.com>
Reviewed-by: default avatarKai Vehmanen <kai.vehmanen@linux.intel.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20230306074101.3906707-1-yung-chuan.liao@linux.intel.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent fe15c26e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment