snd_power_wait    148 include/sound/core.h int snd_power_wait(struct snd_card *card, unsigned int power_state);
snd_power_wait    837 sound/core/control.c 	result = snd_power_wait(ctl->card, SNDRV_CTL_POWER_D0);
snd_power_wait    878 sound/core/control.c 	result = snd_power_wait(card, SNDRV_CTL_POWER_D0);
snd_power_wait    939 sound/core/control.c 	result = snd_power_wait(card, SNDRV_CTL_POWER_D0);
snd_power_wait    101 sound/core/control_compat.c 	err = snd_power_wait(ctl->card, SNDRV_CTL_POWER_D0);
snd_power_wait    303 sound/core/control_compat.c 	err = snd_power_wait(card, SNDRV_CTL_POWER_D0);
snd_power_wait    331 sound/core/control_compat.c 	err = snd_power_wait(card, SNDRV_CTL_POWER_D0);
snd_power_wait   1017 sound/core/init.c EXPORT_SYMBOL(snd_power_wait);
snd_power_wait   2911 sound/core/pcm_native.c 	res = snd_power_wait(substream->pcm->card, SNDRV_CTL_POWER_D0);
snd_power_wait    451 sound/soc/soc-core.c 	snd_power_wait(card->snd_card, SNDRV_CTL_POWER_D0);
snd_power_wait    408 sound/usb/usx2y/us122l.c 	snd_power_wait(hw->card, SNDRV_CTL_POWER_D0);