mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 23:52:40 +00:00
ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard
commit c17f8fd317
upstream.
Like the other boards from the D*45* series, this one sets up the
outputs not quite correctly.
Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20230405201220.2197826-1-oswald.buddenhagen@gmx.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
68fe7bd331
commit
955442a743
2 changed files with 3 additions and 1 deletions
|
@ -704,7 +704,7 @@ ref
|
||||||
no-jd
|
no-jd
|
||||||
BIOS setup but without jack-detection
|
BIOS setup but without jack-detection
|
||||||
intel
|
intel
|
||||||
Intel DG45* mobos
|
Intel D*45* mobos
|
||||||
dell-m6-amic
|
dell-m6-amic
|
||||||
Dell desktops/laptops with analog mics
|
Dell desktops/laptops with analog mics
|
||||||
dell-m6-dmic
|
dell-m6-dmic
|
||||||
|
|
|
@ -1955,6 +1955,8 @@ static const struct snd_pci_quirk stac92hd73xx_fixup_tbl[] = {
|
||||||
"DFI LanParty", STAC_92HD73XX_REF),
|
"DFI LanParty", STAC_92HD73XX_REF),
|
||||||
SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
|
SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
|
||||||
"DFI LanParty", STAC_92HD73XX_REF),
|
"DFI LanParty", STAC_92HD73XX_REF),
|
||||||
|
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5001,
|
||||||
|
"Intel DP45SG", STAC_92HD73XX_INTEL),
|
||||||
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
|
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
|
||||||
"Intel DG45ID", STAC_92HD73XX_INTEL),
|
"Intel DG45ID", STAC_92HD73XX_INTEL),
|
||||||
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
|
SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue