
13 Feb
2019
13 Feb
'19
10:40 a.m.
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass sjg@chromium.org wrote:
This audio codec is used on samus. Add a driver for it.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/sound/Kconfig | 9 + drivers/sound/Makefile | 1 + drivers/sound/rt5677.c | 334 ++++++++++ drivers/sound/rt5677.h | 1428 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1772 insertions(+) create mode 100644 drivers/sound/rt5677.c create mode 100644 drivers/sound/rt5677.h
Reviewed-by: Bin Meng bmeng.cn@gmail.com