snd_device 73 include/sound/core.h struct snd_device; snd_device 76 include/sound/core.h int (*dev_free)(struct snd_device *dev); snd_device 77 include/sound/core.h int (*dev_register)(struct snd_device *dev); snd_device 78 include/sound/core.h int (*dev_disconnect)(struct snd_device *dev); snd_device 90 include/sound/core.h #define snd_device(n) list_entry(n, struct snd_device, list)