aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-27 11:47:31 -0500
committerTakashi Iwai <tiwai@suse.de>2009-02-27 11:47:31 -0500
commitf897497673ffd2895778d85df38a5071434309b4 (patch)
tree5c7431ab4d7f31d99756459494f3ab4dc8752078 /sound/pci/hda
parentbedfcebb4fb33fc9ebd395462e72afa103db0bec (diff)
parentbb543c969467f33c3a1a0ccfcfcd9a508cd81c54 (diff)
Merge branch 'fix/hda' into topic/hda
Conflicts: sound/pci/hda/patch_realtek.c
Diffstat (limited to 'sound/pci/hda')
-rw-r--r--sound/pci/hda/patch_realtek.c1
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index b3406302d069..e72b74efc697 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10807,6 +10807,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = {
10807 ALC262_HP_BPC), 10807 ALC262_HP_BPC),
10808 SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series", 10808 SND_PCI_QUIRK_MASK(0x103c, 0xff00, 0x1300, "HP xw series",
10809 ALC262_HP_BPC), 10809 ALC262_HP_BPC),
10810 SND_PCI_QUIRK(0x103c, 0x170b, "HP xw*", ALC262_HP_BPC),
10810 SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL), 10811 SND_PCI_QUIRK(0x103c, 0x2800, "HP D7000", ALC262_HP_BPC_D7000_WL),
10811 SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF), 10812 SND_PCI_QUIRK(0x103c, 0x2801, "HP D7000", ALC262_HP_BPC_D7000_WF),
10812 SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL), 10813 SND_PCI_QUIRK(0x103c, 0x2802, "HP D7000", ALC262_HP_BPC_D7000_WL),
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 37ffd96a9ff2..13056429aa64 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -5066,7 +5066,7 @@ again:
5066 case STAC_DELL_M4_3: 5066 case STAC_DELL_M4_3:
5067 spec->num_dmics = 1; 5067 spec->num_dmics = 1;
5068 spec->num_smuxes = 0; 5068 spec->num_smuxes = 0;
5069 spec->num_dmuxes = 0; 5069 spec->num_dmuxes = 1;
5070 break; 5070 break;
5071 case STAC_HP_DV5: 5071 case STAC_HP_DV5:
5072 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010); 5072 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);