Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dcore.h153 static inline unsigned int snd_power_get_state(struct snd_card *card) in snd_power_get_state() function
210 #define snd_power_get_state(card) ({ (void)(card); SNDRV_CTL_POWER_D0; }) macro
/linux/sound/core/
H A Dinit.c1141 if (snd_power_get_state(card) == SNDRV_CTL_POWER_D0) in snd_power_ref_and_wait()
1145 snd_power_get_state(card) == SNDRV_CTL_POWER_D0, in snd_power_ref_and_wait()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c1610 if (snd_power_get_state(component->card->snd_card) != in hdac_hdmi_eld_notify_cb()