]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Jun 2011 22:05:39 +0000 (15:05 -0700)
commitf94e820b157193b5b518aa891f5f19da5c9ab395
tree3cb15229fd598626c94ca61f860de81f7b6d9276
parent71ccce482d457ee108e02bb3b636b1bdbe4aa218
ALSA: hda: Fix quirk for Dell Inspiron 910

commit 0a1896b27b030529ec770aefd790544a1bdb7d5a upstream.

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
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c