[U-Boot] [PATCH v2 14/22] dm: sound: exynos: Add support for max98090
sjg at google.com
sjg at google.com
Fri Dec 14 15:35:52 UTC 2018
Add support for this new codec which is used by pit.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list