]> asedeno.scripts.mit.edu Git - linux.git/commit
ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
authorAlex Hung <alex.hung@canonical.com>
Wed, 18 Jul 2018 18:46:55 +0000 (11:46 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 20 Jul 2018 08:12:41 +0000 (10:12 +0200)
commit887532ca7ca59fcf0547a79211756791128030a3
tree2946ce1cc669c3e7ef15b2884a59b1502cfc049a
parent9d3cce1e8b8561fed5f383d22a4d6949db4eadbe
ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio

Some ThinkPad systems have a power-saving feature that turns off HDMI
audio device in Windows, but NVidia Linux driver does not support this
feature. As a result, HDMI audio will not work on Linux.

A BIOS workaround is added with an OEM_OSI string
"Linux-Lenovo-NV-HDMI-Audio" to power on NVidia HDMI audio when booting.

The form of the OEM _OSI strings is defined by each OEMs and is
discussed in Documentation/acpi/osi.txt.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osi.c