]> Git Repo - u-boot.git/commit
rockchip: Add an I2S driver
authorSimon Glass <[email protected]>
Fri, 28 Dec 2018 03:15:21 +0000 (20:15 -0700)
committerPhilipp Tomsich <[email protected]>
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 <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
drivers/sound/Kconfig
drivers/sound/Makefile
drivers/sound/rockchip_i2s.c [new file with mode: 0644]
This page took 0.027366 seconds and 4 git commands to generate.