rockchip: Add an I2S driver
authorSimon Glass <sjg@chromium.org>
Fri, 28 Dec 2018 03:15:21 +0000 (20:15 -0700)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 1 Feb 2019 15:59:10 +0000 (16:59 +0100)
commit2665f091158a37bea7db387fce379eecb04a1d71
tree15bda1e4f4c0377f39c92fc96c412172ed0bcc48
parent3dbfe5ae614a561c3e0c2ccddd7cae0d4cd8f2c8
rockchip: Add an I2S driver

Add a driver for I2S which allows audio data to be sent from the SoC to
the audio codec. The sample rate and other settings are hard-coded for now
as there is no suitable device-tree binding available.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/sound/Kconfig
drivers/sound/Makefile
drivers/sound/rockchip_i2s.c [new file with mode: 0644]