Home
last modified time | relevance | path

Searched refs:sound_find_codec_i2s (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dsound.h139 int sound_find_codec_i2s(struct udevice *dev);
/openbmc/u-boot/drivers/sound/
H A Dbroadwell_sound.c19 return sound_find_codec_i2s(dev); in broadwell_sound_probe()
H A Dsound-uclass.c106 int sound_find_codec_i2s(struct udevice *dev) in sound_find_codec_i2s() function
H A Dsandbox.c190 return sound_find_codec_i2s(dev); in sandbox_sound_probe()