Re: [PATCH] sound/soc/codecs/tas5720.c: add ACPI support

From: Nikolaus Voss
Date: Mon Jul 01 2019 - 04:56:05 EST


On Fri, 28 Jun 2019, Mark Brown wrote:
On Fri, Jun 28, 2019 at 02:34:16PM +0200, Nikolaus Voss wrote:
Add support for ACPI enumeration for tas5720 and tas5722.
Use device_match API to unify access to driver data for DT and ACPI.
Aggregate variant stuff into its own struct and directly reference
it in variant data for i2c/of/acpi_device_id.

Please use subject lines matching the style for the subsystem. This
makes it easier for people to identify relevant patches.

There's a huge amount of refactoring in here as well as the enumeration
changes, please split this up into a patch series as covered in
submitting-patches.rst for review.


Ok, thanks for the feedback, I'll prepare a series.

Nikolaus