Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Dcore.h162 struct snd_minor { struct
163 int type; /* SNDRV_DEVICE_TYPE_XXX */
164 int card; /* card number */
165 int device; /* device number */
166 const struct file_operations *f_ops; /* file operations */
167 void *private_data; /* private data for f_ops->open */
168 struct device *dev; /* device for sysfs */
169 struct snd_card *card_ptr; /* assigned card instance */