Home
last modified time | relevance | path

Searched refs:snd_power_wait (Results 1 – 5 of 5) 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);
H A Dpcm_native.c2904 snd_power_wait(pcm->card); in snd_pcm_release()
3305 res = snd_power_wait(substream->pcm->card); in snd_pcm_common_ioctl()
/linux/sound/usb/usx2y/
H A Dus122l.c362 snd_power_wait(hw->card); in usb_stream_hwdep_ioctl()
/linux/sound/soc/
H A Dsoc-core.c659 snd_power_wait(card->snd_card); in snd_soc_suspend()