FS#47710 - [linux] Unsetting CONFIG_ACPI_REV_OVERRIDE_POSSIBLE
Attached to Project:
Arch Linux
Opened by Niccolò Belli (darkbasic) - Monday, 11 January 2016, 13:11 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 14 April 2016, 16:05 GMT
Opened by Niccolò Belli (darkbasic) - Monday, 11 January 2016, 13:11 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 14 April 2016, 16:05 GMT
|
Details
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE: Allow supported ACPI
revision to be overriden
The platform firmware on some systems expects Linux to return "5" as the supported ACPI revision which makes it expose system configuration information in a special way. For example, based on what ACPI exports as the supported revision, Dell XPS 13 (2015) configures its audio device to either work in HDA mode or in I2S mode, where the former is supposed to be used on Linux until the latter is fully supported (in the kernel as well as in user space). This option enables a DMI-based quirk for the above Dell machine (so that HDA audio is exposed by the platform firmware to the kernel) and makes it possible to force the kernel to return "5" as the supported ACPI revision via the "acpi_rev_override" command line switch. *** Since version 4.4 Linux has working I2S audio for the XPS 13 2015, so we can finally unset this ugly workaround with kernel versions >= 4.4. Fedora Rawhide already disabled it. |
This task depends upon
Closed by Doug Newgard (Scimmia)
Thursday, 14 April 2016, 16:05 GMT
Reason for closing: Fixed
Additional comments about closing: 4.4-1
Thursday, 14 April 2016, 16:05 GMT
Reason for closing: Fixed
Additional comments about closing: 4.4-1
Could this be reverted until there's a confirmed working version for all models of the Dell XPS 2015?
So this should probably be closed again. Sorry about that.