Commit 877b866d86786ac69d3d939905999fe7fe1e23fd

Authored by Cory T. Tusar
Committed by Jaroslav Kysela
1 parent 18b9b3d996

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

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

Signed-off-by: Cory T. Tusar <ctusar@videon-central.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

sound/pci/hda/patch_sigmatel.c
... ... @@ -455,6 +455,8 @@
455 455 "Dell Latitude D620", STAC_REF),
456 456 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
457 457 "Dell Latitude 120L", STAC_REF),
  458 + SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
  459 + "Dell Latitude D820", STAC_REF),
458 460 {} /* terminator */
459 461 };
460 462