rockchip: Add a sound driver
authorSimon Glass <sjg@chromium.org>
Fri, 28 Dec 2018 03:15:22 +0000 (20:15 -0700)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 1 Feb 2019 15:59:10 +0000 (16:59 +0100)
commitbcea0e1e81791ff86d05c324102677643932bae6
treead4a09f890d7fc9bbe3b49fbe35efd24bc000da5
parent2665f091158a37bea7db387fce379eecb04a1d71
rockchip: Add a sound driver

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>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/sound/Makefile
drivers/sound/rockchip_sound.c [new file with mode: 0644]