Skip to content

Commit cc5edb1

Browse files
Conmanx360tiwai
authored andcommitted
ALSA: hda/ca0132 - Add new quirk ID for Recon3D.
Add a new quirk ID for the Recon3D, as tested by me. Signed-off-by: Connor McAdams <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent a00dc40 commit cc5edb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_ca0132.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,7 @@ static const struct snd_pci_quirk ca0132_quirks[] = {
11821182
SND_PCI_QUIRK(0x1458, 0xA036, "Gigabyte GA-Z170X-Gaming 7", QUIRK_R3DI),
11831183
SND_PCI_QUIRK(0x3842, 0x1038, "EVGA X99 Classified", QUIRK_R3DI),
11841184
SND_PCI_QUIRK(0x1102, 0x0013, "Recon3D", QUIRK_R3D),
1185+
SND_PCI_QUIRK(0x1102, 0x0018, "Recon3D", QUIRK_R3D),
11851186
SND_PCI_QUIRK(0x1102, 0x0051, "Sound Blaster AE-5", QUIRK_AE5),
11861187
{}
11871188
};

0 commit comments

Comments
 (0)