Home
last modified time | relevance | path

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

/linux-3.3/include/sound/
Dcore.h157 static inline void snd_power_unlock(struct snd_card *card) in snd_power_unlock() function
179 #define snd_power_unlock(card) do { (void)(card); } while (0) macro