Home
last modified time | relevance | path

Searched refs:snd_power_get_state (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/sound/
Dcore.h163 static inline unsigned int snd_power_get_state(struct snd_card *card) in snd_power_get_state() function
182 #define snd_power_get_state(card) ({ (void)(card); SNDRV_CTL_POWER_D0; }) macro
/linux-4.4.14/sound/core/
Dinit.c993 if (snd_power_get_state(card) == power_state) in snd_power_wait()
1002 if (snd_power_get_state(card) == power_state) in snd_power_wait()
/linux-4.4.14/sound/soc/
Dsoc-dapm.c1030 int level = snd_power_get_state(widget->dapm->card->snd_card); in snd_soc_dapm_suspend_check()
1751 switch (snd_power_get_state(dapm->card->snd_card)) { in dapm_idle_bias_off()
/linux-4.4.14/sound/pci/hda/
Dpatch_hdmi.c2363 if (snd_power_get_state(codec->card) != SNDRV_CTL_POWER_D0) in intel_pin_eld_notify()