]> git.ipfire.org Git - thirdparty/u-boot.git/commit
dm: sound: Complete migration to driver model
authorSimon Glass <sjg@chromium.org>
Mon, 10 Dec 2018 17:37:47 +0000 (10:37 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2018 23:36:41 +0000 (16:36 -0700)
commitf2b25c9bf8212139f43ded090c78d604babc4337
tree8da5a8bcb40cf982708cfb9af886f94c9f6364c1
parent1e224fef9446e8c0cde57636dd8a36d0ebc85437
dm: sound: Complete migration to driver model

All users of sound are converted to use driver model. Drop the old code
and the CONFIG_DM_SOUND option.

Signed-off-by: Simon Glass <sjg@chromium.org>
18 files changed:
arch/sandbox/cpu/sdl.c
arch/sandbox/include/asm/sdl.h
arch/sandbox/include/asm/sound.h [deleted file]
cmd/sound.c
configs/arndale_defconfig
configs/peach-pi_defconfig
configs/peach-pit_defconfig
configs/smdk5250_defconfig
configs/snow_defconfig
configs/spring_defconfig
drivers/sound/Kconfig
drivers/sound/Makefile
drivers/sound/max98095.c
drivers/sound/sandbox.c
drivers/sound/sound-i2s.c [deleted file]
drivers/sound/wm8994.c
include/sound.h
test/dm/Makefile