
22 Jan
2019
22 Jan
'19
12:42 a.m.
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 ---
drivers/sound/Kconfig | 8 ++++---- drivers/sound/max98088.c | 7 ------- drivers/sound/max98090.c | 7 ------- drivers/sound/max98095.c | 7 ------- drivers/sound/maxim_codec.c | 3 --- drivers/sound/samsung_sound.c | 4 ++++ 6 files changed, 8 insertions(+), 28 deletions(-)
Applied to u-boot-dm, thanks!