Re: [PATCH v2 17/44] sound: Add an ACPI driver for Maxim MAX98357ac

2020-07-14 Thread Bin Meng
Hi Simon, On Tue, Jul 14, 2020 at 9:25 PM Simon Glass wrote: > > Hi Bin, > > On Mon, 13 Jul 2020 at 23:01, Bin Meng wrote: > > > > Hi Simon, > > > > On Tue, Jul 14, 2020 at 9:28 AM Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Wed, Jul 8, 2020 at 11:33 AM Simon Glass wrote: > > > > > >

Re: [PATCH v2 17/44] sound: Add an ACPI driver for Maxim MAX98357ac

2020-07-14 Thread Simon Glass
Hi Bin, On Mon, 13 Jul 2020 at 23:01, Bin Meng wrote: > > Hi Simon, > > On Tue, Jul 14, 2020 at 9:28 AM Bin Meng wrote: > > > > Hi Simon, > > > > On Wed, Jul 8, 2020 at 11:33 AM Simon Glass wrote: > > > > > > This chip is used on coral and we need to generate ACPI tables for sound > > > to make

Re: [PATCH v2 17/44] sound: Add an ACPI driver for Maxim MAX98357ac

2020-07-13 Thread Bin Meng
Hi Simon, On Tue, Jul 14, 2020 at 9:28 AM Bin Meng wrote: > > Hi Simon, > > On Wed, Jul 8, 2020 at 11:33 AM Simon Glass wrote: > > > > This chip is used on coral and we need to generate ACPI tables for sound > > to make it work. Add a driver that does just this (i.e. at present does > > not actu

Re: [PATCH v2 17/44] sound: Add an ACPI driver for Maxim MAX98357ac

2020-07-13 Thread Bin Meng
Hi Simon, On Wed, Jul 8, 2020 at 11:33 AM Simon Glass wrote: > > This chip is used on coral and we need to generate ACPI tables for sound > to make it work. Add a driver that does just this (i.e. at present does > not actually support playing sound). > > Signed-off-by: Simon Glass > --- > > Chan

[PATCH v2 17/44] sound: Add an ACPI driver for Maxim MAX98357ac

2020-07-07 Thread Simon Glass
This chip is used on coral and we need to generate ACPI tables for sound to make it work. Add a driver that does just this (i.e. at present does not actually support playing sound). Signed-off-by: Simon Glass --- Changes in v2: Add a comment about only x86 boards supporting NHLT Changes in v1: