Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/sound/
A Dcore.h215 struct snd_minor { struct
216 int type; /* SNDRV_DEVICE_TYPE_XXX */
217 int card; /* card number */
218 int device; /* device number */
219 const struct file_operations *f_ops; /* file operations */
220 void *private_data; /* private data for f_ops->open */
221 struct device *dev; /* device for sysfs */
222 struct snd_card *card_ptr; /* assigned card instance */

Completed in 4 milliseconds