Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1405 snd_power_unlock(card); in snd_pcm_resume()
1449 snd_power_unlock(card); in snd_pcm_xrun()
1566 snd_power_unlock(card); in snd_pcm_prepare()
1668 snd_power_unlock(card); in snd_pcm_drain()
1719 snd_power_unlock(card); in snd_pcm_drain()
1755 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.c1005 snd_power_unlock(card); in snd_power_wait()
/linux-4.4.14/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.4.14/sound/soc/
Dsoc-core.c592 snd_power_unlock(card->snd_card); in snd_soc_suspend()