Searched defs:snd_device (Results 1 - 1 of 1) sorted by relevance

/include/sound/
H A Dcore.h73 struct snd_device;
76 int (*dev_free)(struct snd_device *dev);
77 int (*dev_register)(struct snd_device *dev);
78 int (*dev_disconnect)(struct snd_device *dev);
81 struct snd_device { struct
90 #define snd_device(n) list_entry(n, struct snd_device, list) macro

Completed in 96 milliseconds