Re: [PATCH v1 15/43] sound: Add an ACPI driver for Dialog Semicondutor da7219

2020-07-07 Thread Simon Glass
Hi Bin, On Tue, 30 Jun 2020 at 00:06, Bin Meng wrote: > > Hi Simon, > > On Mon, Jun 15, 2020 at 11:57 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 actuall

Re: [PATCH v1 15/43] sound: Add an ACPI driver for Dialog Semicondutor da7219

2020-06-29 Thread Bin Meng
Hi Simon, On Mon, Jun 15, 2020 at 11:57 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 > --- > > Cha

[PATCH v1 15/43] sound: Add an ACPI driver for Dialog Semicondutor da7219

2020-06-14 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 v1: - Use acpi,ddn instead of acpi,desc - Add a check for invalid node -