View | Details | Raw Unified | Return to bug 42656
Collapse All | Expand All

(-)a/sound/pci/hda/patch_realtek.c (-1 / +1 lines)
Lines 5610-5615 static const struct alc_fixup alc861_fixups[] = { Link Here
5610
5610
5611
static const struct snd_pci_quirk alc861_fixup_tbl[] = {
5611
static const struct snd_pci_quirk alc861_fixup_tbl[] = {
5612
	SND_PCI_QUIRK(0x1043, 0x1393, "ASUS A6Rp", PINFIX_ASUS_A6RP),
5612
	SND_PCI_QUIRK(0x1043, 0x1393, "ASUS A6Rp", PINFIX_ASUS_A6RP),
5613
	SND_PCI_QUIRK(0x1584, 0x2b01, "Haier W18", PINFIX_ASUS_A6RP),
5613
	SND_PCI_QUIRK(0x1734, 0x10c7, "FSC Amilo Pi1505", PINFIX_FSC_AMILO_PI1505),
5614
	SND_PCI_QUIRK(0x1734, 0x10c7, "FSC Amilo Pi1505", PINFIX_FSC_AMILO_PI1505),
5614
	{}
5615
	{}
5615
};
5616
};
5616
- 

Return to bug 42656