ASoC: tlv320aix31xx: Add ACPI match for Lenovo 100S
authorBastien Nocera <hadess@hadess.net>
Tue, 19 Apr 2016 16:00:20 +0000 (18:00 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 19 Apr 2016 16:41:15 +0000 (17:41 +0100)
commitf5cc17720b61af382a053d49a4a14c3d14857a5b
treea41629f785959189cf1290935554d2720ceff76f
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca
ASoC: tlv320aix31xx: Add ACPI match for Lenovo 100S

The Lenovo 100S netbook has a codec controller for which there is a
driver, but doesn't know how to access the device. This adds the
necessary ACPI table for the driver to find the device.

Device (TTLV)
{
    Name (_ADR, Zero)  // _ADR: Address
    Name (_HID, "10TI3100")  // _HID: Hardware ID
    Name (_CID, "10TI3100")  // _CID: Compatible ID
    Name (_DDN, "TI TLV320AIC3100 Codec Controller ")  // _DDN: DOS Device Name
    Name (_UID, One)  // _UID: Unique ID

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Tested-by: Jan Schmidt <jan@centricular.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic31xx.c
This page took 0.026684 seconds and 5 git commands to generate.