Skip to content

Commit bbdf904

Browse files
bardliaotiwai
authored andcommitted
ALSA: hda: intel-dsp-config: add MTL PCI id
Use SOF as default audio driver. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Gongjun Song <gongjun.song@intel.com> Reviewed-by: Kai 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.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent fe15c26 commit bbdf904

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

sound/hda/intel-dsp-config.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,15 @@ static const struct config_entry config_table[] = {
472472
},
473473
#endif
474474

475+
/* Meteor Lake */
476+
#if IS_ENABLED(CONFIG_SND_SOC_SOF_METEORLAKE)
477+
/* Meteorlake-P */
478+
{
479+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
480+
.device = 0x7e28,
481+
},
482+
#endif
483+
475484
};
476485

477486
static const struct config_entry *snd_intel_dsp_find_config

0 commit comments

Comments
 (0)