Home
last modified time | relevance | path

Searched refs:sound_play (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/sound/
H A DKconfig32 sound_play().
42 sound_play().
71 and sound_play() functions for sandbox. Note that you must install
H A Dsandbox.c11 int sound_play(uint32_t msec, uint32_t frequency) in sound_play() function
H A Drockchip-sound.c104 int sound_play(u32 msec, u32 frequency) in sound_play() function
H A Dsound-i2s.c173 int sound_play(uint32_t msec, uint32_t frequency) in sound_play() function
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dsound.h10 int sound_play(unsigned int msec, unsigned int frequency);
/OK3568_Linux_fs/u-boot/include/
H A Dsound.h54 int sound_play(uint32_t msec, uint32_t frequency);
/OK3568_Linux_fs/u-boot/cmd/
H A Dsound.c41 ret = sound_play(msec, freq); in do_play()