snd_power_wait 184 include/sound/core.h int snd_power_wait(struct snd_card *card, unsigned int power_state); snd_power_wait 681 sound/core/control.c result = snd_power_wait(ctl->card, SNDRV_CTL_POWER_D0); snd_power_wait 731 sound/core/control.c result = snd_power_wait(card, SNDRV_CTL_POWER_D0); snd_power_wait 792 sound/core/control.c result = snd_power_wait(card, SNDRV_CTL_POWER_D0); snd_power_wait 112 sound/core/control_compat.c err = snd_power_wait(ctl->card, SNDRV_CTL_POWER_D0); snd_power_wait 298 sound/core/control_compat.c err = snd_power_wait(card, SNDRV_CTL_POWER_D0); snd_power_wait 324 sound/core/control_compat.c err = snd_power_wait(card, SNDRV_CTL_POWER_D0); snd_power_wait 1175 sound/core/pcm_native.c if ((res = snd_power_wait(card, SNDRV_CTL_POWER_D0)) >= 0) snd_power_wait 1203 sound/core/pcm_native.c result = snd_power_wait(card, SNDRV_CTL_POWER_D0); snd_power_wait 1335 sound/core/pcm_native.c if ((res = snd_power_wait(card, SNDRV_CTL_POWER_D0)) >= 0) snd_power_wait 1426 sound/core/pcm_native.c result = snd_power_wait(card, SNDRV_CTL_POWER_D0); snd_power_wait 649 sound/soc/soc-core.c snd_power_wait(codec->card, SNDRV_CTL_POWER_D0); snd_power_wait 390 sound/usb/usx2y/us122l.c snd_power_wait(hw->card, SNDRV_CTL_POWER_D0);