mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
snd_hda: restore pin patch for headphones on Lenovo X1 7th Gen
Fixes: ef790cc740 ("hdaa: update pin patch configurations")
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33900
This commit is contained in:
parent
4762aa57ad
commit
301b2b02df
1 changed files with 15 additions and 0 deletions
|
|
@ -554,6 +554,21 @@ static struct hdaa_model_pin_patch_t realtek_model_pin_patches[] = {
|
|||
}
|
||||
}, { }
|
||||
}
|
||||
}, { /**** CODEC: HDA_CODEC_ALC285 ****/
|
||||
.id = HDA_CODEC_ALC285,
|
||||
.patches = (struct model_pin_patch_t[]){
|
||||
{
|
||||
.models = (struct pin_machine_model_t[]){
|
||||
PIN_SUBVENDOR(LENOVO_X120KH_SUBVENDOR),
|
||||
PIN_SUBVENDOR(LENOVO_X120QD_SUBVENDOR),
|
||||
{ }
|
||||
},
|
||||
.pin_patches = (struct pin_patch_t[]){
|
||||
PIN_PATCH_STRING(33, "seq=15 as=1 color=Black ctype=1/8 device=Headphones loc=Left"),
|
||||
{ }
|
||||
}
|
||||
}, { }
|
||||
}
|
||||
}, { /**** CODEC: HDA_CODEC_ALC286 ****/
|
||||
.id = HDA_CODEC_ALC286,
|
||||
.patches = (struct model_pin_patch_t[]){
|
||||
|
|
|
|||
Loading…
Reference in a new issue