Home
last modified time | relevance | path

Searched refs:sandbox_sdl_sound_play (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsdl.h62 int sandbox_sdl_sound_play(const void *data, uint count);
107 int sandbox_sdl_sound_play(const void *data, uint count) in sandbox_sdl_sound_play() function
/openbmc/u-boot/drivers/sound/
H A Dsandbox.c110 ret = sandbox_sdl_sound_play(data, data_size); in sandbox_i2s_tx_data()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c341 int sandbox_sdl_sound_play(const void *data, uint size) in sandbox_sdl_sound_play() function