mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
[ALSA] intel8x0 - add AC97_TUNE_MUTE_LED quirk for HP nx8220 laptop 103c:0934
Intel8x0 driver Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
c347e9fca7
commit
e0c93cf311
1 changed files with 6 additions and 0 deletions
|
@ -1824,6 +1824,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
|
||||||
.name = "HP nc6000",
|
.name = "HP nc6000",
|
||||||
.type = AC97_TUNE_MUTE_LED
|
.type = AC97_TUNE_MUTE_LED
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.subvendor = 0x103c,
|
||||||
|
.subdevice = 0x0934,
|
||||||
|
.name = "HP nx8220",
|
||||||
|
.type = AC97_TUNE_MUTE_LED
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.subvendor = 0x103c,
|
.subvendor = 0x103c,
|
||||||
.subdevice = 0x099c,
|
.subdevice = 0x099c,
|
||||||
|
|
Loading…
Reference in a new issue