Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dcore.h174 struct snd_minor { struct
175 int type; /* SNDRV_DEVICE_TYPE_XXX */
176 int card; /* card number */
177 int device; /* device number */
178 const struct file_operations *f_ops; /* file operations */
179 void *private_data; /* private data for f_ops->open */
180 struct device *dev; /* device for sysfs */
181 struct snd_card *card_ptr; /* assigned card instance */