Home
last modified time | relevance | path

Searched refs:snd_power_unlock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/sound/core/
Dcontrol_compat.c118 snd_power_unlock(ctl->card); in snd_ctl_elem_info_compat()
322 snd_power_unlock(card); in ctl_elem_read_user()
351 snd_power_unlock(card); in ctl_elem_write_user()
Dpcm_native.c1408 snd_power_unlock(card); in snd_pcm_resume()
1452 snd_power_unlock(card); in snd_pcm_xrun()
1569 snd_power_unlock(card); in snd_pcm_prepare()
1671 snd_power_unlock(card); in snd_pcm_drain()
1722 snd_power_unlock(card); in snd_pcm_drain()
1758 snd_power_unlock(card); in snd_pcm_drain()
Dcontrol.c858 snd_power_unlock(ctl->card); in snd_ctl_elem_info_user()
905 snd_power_unlock(card); in snd_ctl_elem_read_user()
963 snd_power_unlock(card); in snd_ctl_elem_write_user()
Dinit.c1031 snd_power_unlock(card); in snd_power_wait()
/linux-4.1.27/include/sound/
Dcore.h158 static inline void snd_power_unlock(struct snd_card *card) in snd_power_unlock() function
180 #define snd_power_unlock(card) do { (void)(card); } while (0) macro
/linux-4.1.27/sound/soc/
Dsoc-core.c600 snd_power_unlock(card->snd_card); in snd_soc_suspend()