Home
last modified time | relevance | path

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

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