Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcore.h200 int snd_power_wait(struct snd_card *card);
205 static inline int snd_power_wait(struct snd_card *card) { return 0; } in snd_power_wait() function
/linux/sound/core/
H A Dinit.c1161 int snd_power_wait(struct snd_card *card) in snd_power_wait() function
1169 EXPORT_SYMBOL(snd_power_wait);
/linux/sound/usb/usx2y/
H A Dus122l.c362 snd_power_wait(hw->card); in usb_stream_hwdep_ioctl()