[U-Boot] [PATCH 31/33] sound: Add a driver for RealTek RT5677
Bin Meng
bmeng.cn at gmail.com
Wed Feb 13 09:40:01 UTC 2019
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass <sjg at chromium.org> wrote:
>
> This audio codec is used on samus. Add a driver for it.
>
> Signed-off-by: Simon Glass <sjg at 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 at gmail.com>
More information about the U-Boot
mailing list