Re: [U-Boot] [PATCH v2 05/11] sound: Add a driver for max98088

2018-12-17 Thread Lukasz Majewski
On Sun, 16 Dec 2018 19:36:32 -0700 Simon Glass wrote: > This chip is used by spring. Add a driver for it and update the > samsung_sound driver to pick it up. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/sound/Kconfig | 8 + > drivers/sound/Makefile

[U-Boot] [PATCH v2 05/11] sound: Add a driver for max98088

2018-12-16 Thread Simon Glass
This chip is used by spring. Add a driver for it and update the samsung_sound driver to pick it up. Signed-off-by: Simon Glass --- Changes in v2: None drivers/sound/Kconfig | 8 + drivers/sound/Makefile| 1 + drivers/sound/max98088.c | 431