
14 Dec
2018
14 Dec
'18
4:35 p.m.
Add support for this new codec which is used by pit.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add new patch with support for max98090
drivers/sound/Kconfig | 8 + drivers/sound/Makefile | 1 + drivers/sound/max98090.c | 377 ++++++++++++++++++++++ drivers/sound/max98090.h | 663 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 1049 insertions(+) create mode 100644 drivers/sound/max98090.c create mode 100644 drivers/sound/max98090.h
Applied to u-boot-dm/master