diff mbox series

[2/3] ALSA: hda/ca0132 - Add new quirk ID for Recon3D.

Message ID 20200803002928.8638-2-conmanx360@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/3] ALSA: hda/ca0132 - Fix ZxR Headphone gain control get value. | expand

Commit Message

Connor McAdams Aug. 3, 2020, 12:29 a.m. UTC
Add a new quirk ID for the Recon3D, as tested by me.

Signed-off-by: Connor McAdams <conmanx360@gmail.com>
---
 sound/pci/hda/patch_ca0132.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai Aug. 3, 2020, 6:12 a.m. UTC | #1
On Mon, 03 Aug 2020 02:29:26 +0200,
Connor McAdams wrote:
> 
> Add a new quirk ID for the Recon3D, as tested by me.
> 
> Signed-off-by: Connor McAdams <conmanx360@gmail.com>

Applied, thanks.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index 2cbe01d59c16..40fa9d82ef95 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -1182,6 +1182,7 @@  static const struct snd_pci_quirk ca0132_quirks[] = {
 	SND_PCI_QUIRK(0x1458, 0xA036, "Gigabyte GA-Z170X-Gaming 7", QUIRK_R3DI),
 	SND_PCI_QUIRK(0x3842, 0x1038, "EVGA X99 Classified", QUIRK_R3DI),
 	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),
 	{}
 };