Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 178243
Collapse All | Expand All

(-)linux-2.6.21-gentoo-r1/sound/pci/hda/patch_realtek.c (-1 / +1 lines)
Lines 7818-7824 static struct snd_pci_quirk alc861_cfg_t Link Here
7818
	SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP),
7818
	SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP),
7819
	SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP),
7819
	SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP),
7820
	SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS),
7820
	SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS),
7821
	SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660_3ST),
7822
	SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA),
7821
	SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba", ALC861_TOSHIBA),
7823
	SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA),
7822
	SND_PCI_QUIRK(0x1179, 0xff10, "Toshiba", ALC861_TOSHIBA),
7824
	SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31),
7823
	SND_PCI_QUIRK(0x1584, 0x9072, "Uniwill m31", ALC861_UNIWILL_M31),
Lines 8337-8342 static const char *alc861vd_models[ALC86 Link Here
8337
8336
8338
static struct snd_pci_quirk alc861vd_cfg_tbl[] = {
8337
static struct snd_pci_quirk alc861vd_cfg_tbl[] = {
8339
	SND_PCI_QUIRK(0x1043, 0x1339, "Asus G1", ALC660VD_3ST),
8338
	SND_PCI_QUIRK(0x1043, 0x1339, "Asus G1", ALC660VD_3ST),
8339
	SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS", ALC660VD_3ST),
8340
	SND_PCI_QUIRK(0x10de, 0x03f0, "Realtek ALC660 demo", ALC660VD_3ST),
8340
	SND_PCI_QUIRK(0x10de, 0x03f0, "Realtek ALC660 demo", ALC660VD_3ST),
8341
	SND_PCI_QUIRK(0x1019, 0xa88d, "Realtek ALC660 demo", ALC660VD_3ST),
8341
	SND_PCI_QUIRK(0x1019, 0xa88d, "Realtek ALC660 demo", ALC660VD_3ST),
8342
8342

Return to bug 178243