mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
fe15c26ee2
commit
bbdf904b13
1 changed files with 9 additions and 0 deletions
|
@ -472,6 +472,15 @@ static const struct config_entry config_table[] = {
|
||||||
},
|
},
|
||||||
#endif
|
#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
|
static const struct config_entry *snd_intel_dsp_find_config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue