Skip to content

Commit 620f08e

Browse files
Conmanx360tiwai
authored andcommitted
ALSA: hda/ca0132 - Add new quirk ID for SoundBlaster AE-7.
Add a new PCI subsystem ID for the SoundBlaster AE-7 card. Signed-off-by: Connor McAdams <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent b7a8b9e commit 620f08e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_ca0132.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,7 @@ enum {
11341134
QUIRK_R3DI,
11351135
QUIRK_R3D,
11361136
QUIRK_AE5,
1137+
QUIRK_AE7,
11371138
};
11381139

11391140
#ifdef CONFIG_PCI
@@ -1253,6 +1254,7 @@ static const struct snd_pci_quirk ca0132_quirks[] = {
12531254
SND_PCI_QUIRK(0x1102, 0x0013, "Recon3D", QUIRK_R3D),
12541255
SND_PCI_QUIRK(0x1102, 0x0018, "Recon3D", QUIRK_R3D),
12551256
SND_PCI_QUIRK(0x1102, 0x0051, "Sound Blaster AE-5", QUIRK_AE5),
1257+
SND_PCI_QUIRK(0x1102, 0x0081, "Sound Blaster AE-7", QUIRK_AE7),
12561258
{}
12571259
};
12581260

0 commit comments

Comments
 (0)