
27 Jan
2019
27 Jan
'19
6:31 p.m.
Add a sound driver for rk3288 supporting chromebook_jerry. This uses the I2S driver, and existing audio codec and the clock/pinmux support.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/sound/Makefile | 2 +- drivers/sound/rockchip_sound.c | 132 +++++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 drivers/sound/rockchip_sound.c
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com