Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dcore.h66 struct snd_device { struct
69 enum snd_device_state state; /* state of the device */ argument
70 enum snd_device_type type; /* device type */ argument
72 const struct snd_device_ops *ops; /* operations */ argument
75 #define snd_device(n) list_entry(n, struct snd_device, list) argument
/kernel/linux/linux-6.6/include/sound/
Dcore.h67 struct snd_device { struct
70 enum snd_device_state state; /* state of the device */ argument
71 enum snd_device_type type; /* device type */ argument
73 const struct snd_device_ops *ops; /* operations */ argument
76 #define snd_device(n) list_entry(n, struct snd_device, list) argument