Home
last modified time | relevance | path

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

/linux/include/sound/
A Dcore.h209 struct snd_minor { struct
210 int type; /* SNDRV_DEVICE_TYPE_XXX */
211 int card; /* card number */
212 int device; /* device number */
213 const struct file_operations *f_ops; /* file operations */
214 void *private_data; /* private data for f_ops->open */
215 struct device *dev; /* device for sysfs */
216 struct snd_card *card_ptr; /* assigned card instance */

Completed in 4 milliseconds