Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 877b866d authored by Cory T. Tusar's avatar Cory T. Tusar Committed by Jaroslav Kysela
Browse files

[ALSA] hda-codec - Dell Latitude D820 + D/Port



Support port replicator headphone output on Dell Latitude D820 + D/Port.

Signed-off-by: default avatarCory T. Tusar <ctusar@videon-central.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent 18b9b3d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -455,6 +455,8 @@ static struct snd_pci_quirk stac9200_cfg_tbl[] = {
		      "Dell Latitude D620", STAC_REF),
	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
		      "Dell Latitude 120L", STAC_REF),
	SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
		      "Dell Latitude D820", STAC_REF),
	{} /* terminator */
};