mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
Merge branch 'fix/misc' into for-linus
* fix/misc: ALSA: Atiixp: Add SSID for mute_led quirk (unknown HP model)
This commit is contained in:
commit
4262efee8f
@ -1393,6 +1393,12 @@ static struct ac97_quirk ac97_quirks[] __devinitdata = {
|
||||
.name = "HP nx6125",
|
||||
.type = AC97_TUNE_MUTE_LED
|
||||
},
|
||||
{
|
||||
.subvendor = 0x103c,
|
||||
.subdevice = 0x3091,
|
||||
.name = "unknown HP",
|
||||
.type = AC97_TUNE_MUTE_LED
|
||||
},
|
||||
{ } /* terminator */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user