Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dcore.h69 struct snd_device { struct
72 enum snd_device_state state; /* state of the device */ argument
73 enum snd_device_type type; /* device type */ argument
75 const struct snd_device_ops *ops; /* operations */ argument
80 #define snd_device(n) list_entry(n, struct snd_device, list) macro