Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: hda - Change HP dv7 (103c:30f4) quirk from hp-m4 to hp-dv5 model

Change HP dv7 quirk: although reported to work with hp-m4 model
(https://bugzilla.novell.com/show_bug.cgi?id=445321), the original
report doesn't contain info about testing of internal microphone.

Recently I received a report about internal mic not working
(https://qa.mandriva.com/show_bug.cgi?id=44855#c193), this must be
related with the forced line in on pin 0x0e done with hp-m4 model. Thus
change the current quirk from STAC_HP_M4 to STAC_HP_DV5, later reported
to be fixed on a provided kernel with this change
(https://qa.mandriva.com/show_bug.cgi?id=44855#c196).

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Herton Ronaldo Krzesinski and committed by
Takashi Iwai
92258a3e 26a74f1f

+1 -1
+1 -1
sound/pci/hda/patch_sigmatel.c
··· 1799 1799 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2, 1800 1800 "HP dv5", STAC_HP_M4), 1801 1801 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4, 1802 - "HP dv7", STAC_HP_M4), 1802 + "HP dv7", STAC_HP_DV5), 1803 1803 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7, 1804 1804 "HP dv4", STAC_HP_DV5), 1805 1805 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,