On Tue, May 07, 2019 at 04:01:15PM -0600, Fletcher Woodruff wrote: > The rt5677 driver uses ACPI-style property names to read from the > device API. However, these do not match the property names in _DSD > used on the Chromebook Pixel 2015, which are closer to the Device Tree > style. Unify the two functions for reading from the device API so that > they try ACPI-style names first and fall back to the DT names on error. This is OK and should probably be the first patch in the series since it's much simpler than the other ones but depends on them.