Searched defs:snd_device (Results 1 – 1 of 1) sorted by relevance
70 struct snd_device { struct73 enum snd_device_state state; /* state of the device */ argument74 enum snd_device_type type; /* device type */ argument76 const struct snd_device_ops *ops; /* operations */ argument81 #define snd_device(n) list_entry(n, struct snd_device, list) argument