Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/sound/core/
H A Dinit.c1182 int snd_power_wait(struct snd_card *card) in snd_power_wait() function
1190 EXPORT_SYMBOL(snd_power_wait);
H A Dpcm_native.c2897 snd_power_wait(pcm->card); in snd_pcm_release()
3303 res = snd_power_wait(substream->pcm->card); in snd_pcm_common_ioctl()
/openbmc/linux/sound/usb/usx2y/
H A Dus122l.c388 snd_power_wait(hw->card); in usb_stream_hwdep_ioctl()
/openbmc/linux/sound/soc/
H A Dsoc-core.c638 snd_power_wait(card->snd_card); in snd_soc_suspend()