Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dcore.h158 struct snd_minor { struct
159 int type; /* SNDRV_DEVICE_TYPE_XXX */
160 int card; /* card number */
161 int device; /* device number */
162 const struct file_operations *f_ops; /* file operations */
163 void *private_data; /* private data for f_ops->open */
164 struct device *dev; /* device for sysfs */
165 struct snd_card *card_ptr; /* assigned card instance */