Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/sound/
H A DKconfig31 option provides an implementation for sound_init() and
41 option provides an implementation for sound_init() and
70 sound on the host machine. This option implements the sound_init()
H A Dsandbox.c20 int sound_init(const void *blob) in sound_init() function
H A Drockchip-sound.c62 int sound_init(const void *blob) in sound_init() function
H A Dsound-i2s.c146 int sound_init(const void *blob) in sound_init() function
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dsound.h12 int sound_init(const void *blob);
/OK3568_Linux_fs/u-boot/include/
H A Dsound.h46 int sound_init(const void *blob);
/OK3568_Linux_fs/u-boot/cmd/
H A Dsound.c20 ret = sound_init(gd->fdt_blob); in do_init()