Searched refs:snd_device_state_t (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dcore.h58 typedef int __bitwise snd_device_state_t; typedef
59 #define SNDRV_DEV_BUILD ((__force snd_device_state_t) 0)
60 #define SNDRV_DEV_REGISTERED ((__force snd_device_state_t) 1)
61 #define SNDRV_DEV_DISCONNECTED ((__force snd_device_state_t) 2)
79 snd_device_state_t state; /* state of the device */

Completed in 85 milliseconds