Commit 40a48eff authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add quirk for HP pavilion ZV5030US

ATIIXP driver
Added ac97 quirk for HP Pavilion ZV5030US to bind the control with
mute-LED.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 8e42b42f
......@@ -1332,6 +1332,12 @@ static irqreturn_t snd_atiixp_interrupt(int irq, void *dev_id, struct pt_regs *r
*/
static struct ac97_quirk ac97_quirks[] __devinitdata = {
{
.vendor = 0x103c,
.device = 0x006b,
.name = "HP Pavilion ZV5030US",
.type = AC97_TUNE_MUTE_LED
},
{ } /* terminator */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment