Simon Glass
a77bf70978
sound: Move Samsung-specific code into its own file
...
The i2s code is in fact Samsung-specific, but there might be other
implementation. Move this code into its own file. This makes it slightly
more obviously how to adjust the code to support another SoC, when someone
takes this task on.
Also drop non-FDT support, since it isn't used on Exynos 5.
Tested-by: Che-Liang Chiou <clchiou@chromium.org >
Signed-off-by: Simon Glass <sjg@chromium.org >
2014-03-17 20:05:49 -06:00
Wolfgang Denk
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
...
Signed-off-by: Wolfgang Denk <wd@denx.de >
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com >
2013-07-24 09:44:38 -04:00
Rajeshwari Shinde
14d2dfc33a
Sound: Support for MAX98095 codec in driver
...
This patchs adds support for MAX98095 codec in
sound driver.
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 >
2013-03-08 22:34:18 +09:00
Rajeshwari Shinde
f482310c6d
Sound: Add FDT support to driver
...
This patch adds FDT support to the sound driver.
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 >
2013-01-08 10:54:33 +09:00
Rajeshwari Shinde
511ed5fdd3
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 >
2012-11-15 21:08:20 +09:00