ALSA: hda: Fix quirk for Dell Inspiron 910
commitbd6b163efb2bb3bb53391778900bfab0877b4647
authorDaniel T Chen <crimsun@ubuntu.com>
Mon, 6 Jun 2011 22:55:34 +0000 (6 18:55 -0400)
committerAndi Kleen <ak@linux.intel.com>
Mon, 1 Aug 2011 20:54:56 +0000 (1 13:54 -0700)
treecc3fc89c8ce7652a0a4a291eb2927bac82fa9a2d
parent4cd73ed3097d109d6724e7d475b5e4becdb63bde
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>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
sound/pci/hda/patch_realtek.c