Lines Matching defs:mptr
147 struct snd_minor *mptr = NULL;
154 mptr = snd_minors[minor];
155 if (mptr == NULL) {
156 mptr = autoload_device(minor);
157 if (!mptr) {
162 new_fops = fops_get(mptr->f_ops);
356 struct snd_minor *mptr;
360 mptr = snd_minors[minor];
361 if (!mptr)
363 if (mptr->card >= 0) {
364 if (mptr->device >= 0)
366 minor, mptr->card, mptr->device,
367 snd_device_type_name(mptr->type));
370 minor, mptr->card,
371 snd_device_type_name(mptr->type));
374 snd_device_type_name(mptr->type));