Lenovo Legion 5i speakers support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Jul 2022 18:40:21 UTC
Hello,
Review D30333 <https://reviews.freebsd.org/D30333> added support for Lenovo
Legion 5 AMD speakers.
I'm trying to add/test support for same laptop INTEL version that could be
share same hardware setup.
Any tips to hack sys/dev/sound/pci/hda/hdaa_patches.c so I can test it?
Legion 5i system logs <https://people.freebsd.org/~eduardo/logs/speakers/>
this is part of code included for ENOVO_L5AMD
---
else if (id == HDA_CODEC_ALC257 &&
(subid == LENOVO_L5AMD_SUBVENDOR)) {
switch (nid) {
case 20:
patch_str = "as=1 seq=0";
break;
case 33:
patch_str = "as=1 seq=15";
break;
}
---
Cheers,
Nuno Teixeira