https://bugzilla.kernel.org/show_bug.cgi?id=221226
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] --- Hmm, it seems the newer zenbook s16 variant also affected. If I decompile my acpi tables like : ``` sudo cat /sys/firmware/acpi/tables/SSDT10 > my_ssdt.dat iasl -d my_ssdt.dat cat my_ssdt.dsl | grep -C 15 "acp-audio-config-flag" ``` it also contains ``` Package (0x02) { "acp-audio-config-flag", 0x10 } ``` my dmid pattern ``` ❯ sudo dmidecode -s system-product-name; sudo dmidecode -s baseboard-manufacturer; sudo dmidecode -s baseboard-product-name Zenbook S16 UM5606GA ASUSTeK COMPUTER INC. UM5606GA ``` Should we raise this again ? -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
