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 <[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]>
1 parent fe15c26 commit bbdf904

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)