Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/
Dcontrol_compat.c118 snd_power_unlock(ctl->card); in snd_ctl_elem_info_compat()
304 snd_power_unlock(card); in snd_ctl_elem_read_user_compat()
330 snd_power_unlock(card); in snd_ctl_elem_write_user_compat()
Dpcm_native.c1202 snd_power_unlock(card); in snd_pcm_resume()
1246 snd_power_unlock(card); in snd_pcm_xrun()
1361 snd_power_unlock(card); in snd_pcm_prepare()
1444 snd_power_unlock(card); in snd_pcm_drain()
1495 snd_power_unlock(card); in snd_pcm_drain()
1530 snd_power_unlock(card); in snd_pcm_drain()
Dcontrol.c829 snd_power_unlock(ctl->card); in snd_ctl_elem_info_user()
876 snd_power_unlock(card); in snd_ctl_elem_read_user()
934 snd_power_unlock(card); in snd_ctl_elem_write_user()
Dinit.c983 snd_power_unlock(card); in snd_power_wait()
/linux-3.4.99/include/sound/
Dcore.h159 static inline void snd_power_unlock(struct snd_card *card) in snd_power_unlock() function
181 #define snd_power_unlock(card) do { (void)(card); } while (0) macro
/linux-3.4.99/sound/soc/
Dsoc-core.c520 snd_power_unlock(card->snd_card); in snd_soc_suspend()