u-boot-brain/drivers/sound
Simon Glass 336d4615f8 dm: core: Create a new header file for 'compat' features
At present dm/device.h includes the linux-compatible features. This
requires including linux/compat.h which in turn includes a lot of headers.
One of these is malloc.h which we thus end up including in every file in
U-Boot. Apart from the inefficiency of this, it is problematic for sandbox
which needs to use the system malloc() in some files.

Move the compatibility features into a separate header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-02-05 19:33:46 -07:00
..
broadwell_i2s.c common: Move get_ticks() function out of common.h 2019-12-02 18:23:13 -05:00
broadwell_i2s.h
broadwell_sound.c
codec-uclass.c
hda_codec.c
i2s-uclass.c
i8254_beep.c
ivybridge_sound.c
Kconfig
Makefile sound: tegra: Add a sound driver 2019-05-24 10:14:10 -07:00
max98088.c
max98088.h
max98090.c
max98090.h
max98095.c
max98095.h
maxim_codec.c
maxim_codec.h
rockchip_i2s.c
rockchip_sound.c
rt5677.c
rt5677.h
samsung_sound.c
samsung-i2s.c
sandbox.c sound: Add a new stop_play() method 2020-02-05 19:33:46 -07:00
sound-uclass.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
sound.c
tegra_ahub.c
tegra_i2s_priv.h
tegra_i2s.c
tegra_sound.c sound: tegra: Add a sound driver 2019-05-24 10:14:10 -07:00
wm8994_registers.h
wm8994.c
wm8994.h