Lines Matching defs:mptr
141 struct snd_minor *mptr = NULL;
148 mptr = snd_minors[minor];
149 if (mptr == NULL) {
150 mptr = autoload_device(minor);
151 if (!mptr) {
156 new_fops = fops_get(mptr->f_ops);
348 struct snd_minor *mptr;
352 if (!(mptr = snd_minors[minor]))
354 if (mptr->card >= 0) {
355 if (mptr->device >= 0)
357 minor, mptr->card, mptr->device,
358 snd_device_type_name(mptr->type));
361 minor, mptr->card,
362 snd_device_type_name(mptr->type));
365 snd_device_type_name(mptr->type));