Searched defs:snd_minor (Results 1 – 1 of 1) sorted by relevance
186 struct snd_minor { struct187 int type; /* SNDRV_DEVICE_TYPE_XXX */188 int card; /* card number */189 int device; /* device number */190 const struct file_operations *f_ops; /* file operations */191 void *private_data; /* private data for f_ops->open */192 struct device *dev; /* device for sysfs */