diff mbox series

SOUND: pci: hda: Add Sound BlasterX AE-5 Plus support

Message ID 998cafbe10b648f724ee33570553f2d780a38963.camel@gmail.com (mailing list archive)
State New, archived
Headers show
Series SOUND: pci: hda: Add Sound BlasterX AE-5 Plus support | expand

Commit Message

Simeon Simeonoff March 8, 2021, 6:48 p.m. UTC
The new AE-5 Plus model has a different Subsystem ID compared to the
non-plus model. Adding the new id to the list of quirks.

Signed-off-by: Simeon Simeonoff <sim.simeonoff@gmail.com>
---
 sound/pci/hda/patch_ca0132.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Simeon Simeonoff March 9, 2021, 5:34 p.m. UTC | #1
Great, thanks!

On Tue, 9 Mar 2021 at 08:34, Takashi Iwai <tiwai@suse.de> wrote:

> On Mon, 08 Mar 2021 19:48:35 +0100,
> Simeon Simeonoff wrote:
> >
> >
> > The new AE-5 Plus model has a different Subsystem ID compared to the
> > non-plus model. Adding the new id to the list of quirks.
> >
> > Signed-off-by: Simeon Simeonoff <sim.simeonoff@gmail.com>
>
> Thanks, applied now.
>
>
> Takashi
>
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index c966f49fa942..b2b620f6c832 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -1309,6 +1309,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, 0x0191, "Sound Blaster AE-5 Plus", QUIRK_AE5),
        SND_PCI_QUIRK(0x1102, 0x0081, "Sound Blaster AE-7", QUIRK_AE7),
        {}
 };