Commit f21169aa876b3a26c0a95a70724886ca03998870
Committed by
Takashi Iwai
1 parent
00ef9610ac
Exists in
master
and in
6 other branches
ALSA: intel8x0: Apply headphones+mute LED quirk for Dell Inspiron 9300
BugLink: https://bugs.launchpad.net/bugs/774895 The original reporter states that his volume keys do not change the desired Master and PCM mixer elements together, so apply the hp+mute led quirk for his PCI SSID. Reported-by: Jeffrey Finkelstein Signed-off-by: Daniel T Chen <crimsun@ubuntu.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff
sound/pci/intel8x0.c
... | ... | @@ -1884,6 +1884,12 @@ |
1884 | 1884 | }, |
1885 | 1885 | { |
1886 | 1886 | .subvendor = 0x1028, |
1887 | + .subdevice = 0x0189, | |
1888 | + .name = "Dell Inspiron 9300", | |
1889 | + .type = AC97_TUNE_HP_MUTE_LED | |
1890 | + }, | |
1891 | + { | |
1892 | + .subvendor = 0x1028, | |
1887 | 1893 | .subdevice = 0x0191, |
1888 | 1894 | .name = "Dell Inspiron 8600", |
1889 | 1895 | .type = AC97_TUNE_HP_ONLY |