aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound/samsung_sound.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-09sound: Allow audio codecs to be used by other SoCsSimon Glass1-0/+4
At present there is still some samsung-specific code in the audio codecs. Remove it so that these can be used by other SoCs. Signed-off-by: Simon Glass <sjg@chromium.org>
2019-02-09sound: Add a driver for max98088Simon Glass1-1/+1
This chip is used by spring. Add a driver for it and update the samsung_sound driver to pick it up. Signed-off-by: Simon Glass <sjg@chromium.org>
2018-12-13dm: exynos: sound: Convert to use driver modelSimon Glass1-0/+3
Update snow's device tree and config to use driver model for sound. Also update the others as best we can. Spring does not appear to have audio support in the kernel. The smdk5250 and smdk5420 boards use a wolfson codec which I cannot test with. So the only boards that is tested and known to work are snow, pit and pi. Signed-off-by: Simon Glass <sjg@chromium.org>
2018-12-13dm: sound: Add conversion to driver modelSimon Glass1-0/+101
Move the existing hardware drivers over to use driver model. Signed-off-by: Simon Glass <sjg@chromium.org>