Commit 02f36592 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add quirk for LEGEND ZhaoYang 3100CF

Maestro3 driver
Added a quirk entry for LEGEND ZhaoYang 3100CF.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 553623ec
......@@ -957,6 +957,13 @@ static struct m3_quirk m3_quirk_list[] = {
.device = 0x80f1,
.amp_gpio = 0x03,
},
/* LEGEND ZhaoYang 3100CF */
{
.name = "LEGEND ZhaoYang 3100CF",
.vendor = 0x1509,
.device = 0x1740,
.amp_gpio = 0x03,
},
/* END */
{ NULL }
};
......
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