]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
SOUND: SAMSUNG: Add I2S driver
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Thu, 25 Oct 2012 19:49:22 +0000 (19:49 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 15 Nov 2012 12:08:20 +0000 (21:08 +0900)
commit511ed5fdd3892c6e4a42b14c7d80db15eee7fc4f
treedb0ec8f3cfbe0ef7f68824085bf2d9fd5ae00ec0
parentd984b9f89cd944ccf23b9d5e95ef8bf9cb2c1499
SOUND: SAMSUNG: Add I2S driver

This patch adds driver for I2S interface specific to samsung.

Signed-off-by: R. Chandrasekar <rcsekar@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Makefile
drivers/sound/Makefile [new file with mode: 0644]
drivers/sound/samsung-i2s.c [new file with mode: 0644]
drivers/sound/sound.c [new file with mode: 0644]
include/i2s.h [new file with mode: 0644]
include/sound.h [new file with mode: 0644]