diff mbox series

[5.9,733/757] ALSA: hda/ca0132 - Add new quirk ID for SoundBlaster AE-7.

Message ID 20201027135524.888558922@linuxfoundation.org
State New
Headers show
Series None | expand

Commit Message

Greg Kroah-Hartman Oct. 27, 2020, 1:56 p.m. UTC
From: Connor McAdams <conmanx360@gmail.com>

[ Upstream commit 620f08eea6d6961b789af3fa3ea86725c8c93ece ]

Add a new PCI subsystem ID for the SoundBlaster AE-7 card.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
Link: https://lore.kernel.org/r/20200825201040.30339-11-conmanx360@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 sound/pci/hda/patch_ca0132.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Takashi Iwai Oct. 30, 2020, 8:32 a.m. UTC | #1
On Tue, 27 Oct 2020 14:56:23 +0100,
Greg Kroah-Hartman wrote:
> 

> From: Connor McAdams <conmanx360@gmail.com>

> 

> [ Upstream commit 620f08eea6d6961b789af3fa3ea86725c8c93ece ]

> 

> Add a new PCI subsystem ID for the SoundBlaster AE-7 card.

> 

> Signed-off-by: Connor McAdams <conmanx360@gmail.com>

> Link: https://lore.kernel.org/r/20200825201040.30339-11-conmanx360@gmail.com

> Signed-off-by: Takashi Iwai <tiwai@suse.de>

> Signed-off-by: Sasha Levin <sashal@kernel.org>


Sorry to be delayed for reviewing.

This patch and the commit ed93f9750c6c lookl wrong to be picked up for
stable.  AE-7 won't work without the full backport, and this and
another patches only just a part of iceberg.

Please drop them.


thanks,

Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index c68669911de0a..a3eecdf9185e8 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -1065,6 +1065,7 @@  enum {
 	QUIRK_R3DI,
 	QUIRK_R3D,
 	QUIRK_AE5,
+	QUIRK_AE7,
 };
 
 #ifdef CONFIG_PCI
@@ -1184,6 +1185,7 @@  static const struct snd_pci_quirk ca0132_quirks[] = {
 	SND_PCI_QUIRK(0x1102, 0x0013, "Recon3D", QUIRK_R3D),
 	SND_PCI_QUIRK(0x1102, 0x0018, "Recon3D", QUIRK_R3D),
 	SND_PCI_QUIRK(0x1102, 0x0051, "Sound Blaster AE-5", QUIRK_AE5),
+	SND_PCI_QUIRK(0x1102, 0x0081, "Sound Blaster AE-7", QUIRK_AE7),
 	{}
 };