This is a note to let you know that I've just added the patch titled ALSA: hda: intel-dsp-config: add MTL PCI id to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-intel-dsp-config-add-mtl-pci-id.patch and it can be found in the queue-6.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From bbdf904b13a62bb8b1272d92a7dde082dff86fbb Mon Sep 17 00:00:00 2001 From: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx> Date: Mon, 6 Mar 2023 15:41:01 +0800 Subject: ALSA: hda: intel-dsp-config: add MTL PCI id From: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx> commit bbdf904b13a62bb8b1272d92a7dde082dff86fbb upstream. Use SOF as default audio driver. Signed-off-by: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx> Reviewed-by: Gongjun Song <gongjun.song@xxxxxxxxx> Reviewed-by: Kai Vehmanen <kai.vehmanen@xxxxxxxxxxxxxxx> Cc: <stable@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20230306074101.3906707-1-yung-chuan.liao@xxxxxxxxxxxxxxx Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/hda/intel-dsp-config.c | 9 +++++++++ 1 file changed, 9 insertions(+) --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c @@ -472,6 +472,15 @@ static const struct config_entry config_ }, #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 Patches currently in stable-queue which might be from yung-chuan.liao@xxxxxxxxxxxxxxx are queue-6.1/asoc-sof-intel-mtl-fix-the-device-description.patch queue-6.1/asoc-sof-intel-skl-fix-device-description.patch queue-6.1/asoc-sof-intel-pci-tgl-fix-device-description.patch queue-6.1/asoc-sof-intel-hda-fix-device-description.patch queue-6.1/alsa-hda-intel-dsp-config-add-mtl-pci-id.patch