aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-12-22 18:07:27 +0100
committerTakashi Iwai <tiwai@suse.de>2021-12-22 18:07:27 +0100
commit065807d758e20cd8e84aa043ffc094651b387978 (patch)
tree22cf35d5278e512be027cb1d752287d99590050e /sound/soc/sof
parentALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook (diff)
parentASoC: meson: aiu: Move AIU_I2S_MISC hold setting to aiu-fifo-i2s (diff)
downloadlinux-dev-065807d758e20cd8e84aa043ffc094651b387978.tar.xz
linux-dev-065807d758e20cd8e84aa043ffc094651b387978.zip
Merge tag 'asoc-fix-v5.16-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.16 This is a relatively large set of driver specific changes so it may make sense to hold off to v5.17, though picking some over might be good. It's a combination of new device IDs and fixes for various driver specific things which are all small and of the usual "really bad if you're running into them" level, especially the Tegra ones.
Diffstat (limited to 'sound/soc/sof')
-rw-r--r--sound/soc/sof/intel/pci-tgl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/pci-tgl.c b/sound/soc/sof/intel/pci-tgl.c
index f2ea34df9741..fd46210f1730 100644
--- a/sound/soc/sof/intel/pci-tgl.c
+++ b/sound/soc/sof/intel/pci-tgl.c
@@ -112,8 +112,12 @@ static const struct pci_device_id sof_pci_ids[] = {
.driver_data = (unsigned long)&adls_desc},
{ PCI_DEVICE(0x8086, 0x51c8), /* ADL-P */
.driver_data = (unsigned long)&adl_desc},
+ { PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */
+ .driver_data = (unsigned long)&adl_desc},
{ PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */
.driver_data = (unsigned long)&adl_desc},
+ { PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */
+ .driver_data = (unsigned long)&adl_desc},
{ 0, }
};
MODULE_DEVICE_TABLE(pci, sof_pci_ids);