]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda: Fix quirk for Dell Inspiron 910
authorDaniel T Chen <crimsun@ubuntu.com>
Mon, 6 Jun 2011 22:55:34 +0000 (18:55 -0400)
committerTakashi Iwai <tiwai@suse.de>
Tue, 7 Jun 2011 05:26:01 +0000 (07:26 +0200)
commit4441708eaae09e3e206d88f2287ce313c892330a
treeec0bd45b2df036b3dccceb75081e651ef3a82dc5
parent3efe088d15865c5fe751148d0cd497d7bcd8d167
ALSA: hda: Fix quirk for Dell Inspiron 910

BugLink: https://launchpad.net/bugs/792712
The original reporter states that sound from the internal speakers is
inaudible until using the model=auto quirk. This symptom is due to an
existing quirk mask for 0x102802b* that uses the model=dell quirk. To
limit the possible regressions, leave the existing quirk mask but add
a higher priority specific mask for the reporter's PCI SSID.

Reported-and-tested-by: rodni hipp
Cc: <stable@kernel.org> [2.6.38+]
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c