Skip to content

Commit c17f8fd

Browse files
ossilatortiwai
authored andcommitted
ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
Like the other boards from the D*45* series, this one sets up the outputs not quite correctly. Signed-off-by: Oswald Buddenhagen <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent e98e7a8 commit c17f8fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Documentation/sound/hd-audio/models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ ref
704704
no-jd
705705
BIOS setup but without jack-detection
706706
intel
707-
Intel DG45* mobos
707+
Intel D*45* mobos
708708
dell-m6-amic
709709
Dell desktops/laptops with analog mics
710710
dell-m6-dmic

sound/pci/hda/patch_sigmatel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,6 +1955,8 @@ static const struct snd_pci_quirk stac92hd73xx_fixup_tbl[] = {
19551955
"DFI LanParty", STAC_92HD73XX_REF),
19561956
SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
19571957
"DFI LanParty", STAC_92HD73XX_REF),
1958+
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5001,
1959+
"Intel DP45SG", STAC_92HD73XX_INTEL),
19581960
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
19591961
"Intel DG45ID", STAC_92HD73XX_INTEL),
19601962
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,

0 commit comments

Comments
 (0)