Searched refs:snd_device (Results 1 – 1 of 1) sorted by relevance
58 struct snd_device;61 int (*dev_free)(struct snd_device *dev);62 int (*dev_register)(struct snd_device *dev);63 int (*dev_disconnect)(struct snd_device *dev);66 struct snd_device { struct75 #define snd_device(n) list_entry(n, struct snd_device, list) macro