mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a headphone redirection quirk for the Lenovo G580.
MFC after: 1 week
This commit is contained in:
parent
817a8cac2e
commit
05929f8bd0
2 changed files with 3 additions and 1 deletions
|
|
@ -350,7 +350,8 @@ hdac_pin_patch(struct hdaa_widget *w)
|
|||
(subid == LENOVO_X1_SUBVENDOR ||
|
||||
subid == LENOVO_X220_SUBVENDOR ||
|
||||
subid == LENOVO_T420_SUBVENDOR ||
|
||||
subid == LENOVO_T520_SUBVENDOR)) {
|
||||
subid == LENOVO_T520_SUBVENDOR ||
|
||||
subid == LENOVO_G580_SUBVENDOR)) {
|
||||
switch (nid) {
|
||||
case 25:
|
||||
patch = "as=1 seq=15";
|
||||
|
|
|
|||
|
|
@ -241,6 +241,7 @@
|
|||
#define LENOVO_T430S_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0x21fb)
|
||||
#define LENOVO_T520_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0x21cf)
|
||||
#define LENOVO_T530_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0x21f6)
|
||||
#define LENOVO_G580_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0x3977)
|
||||
#define LENOVO_ALL_SUBVENDOR HDA_MODEL_CONSTRUCT(LENOVO, 0xffff)
|
||||
|
||||
/* Samsung */
|
||||
|
|
|
|||
Loading…
Reference in a new issue