Home
last modified time | relevance | path

Searched refs:mdl (Results 1 – 1 of 1) sorted by relevance

/sound/drivers/
Ddummy.c1037 struct dummy_model *m = NULL, **mdl; in snd_dummy_probe() local
1047 for (mdl = dummy_models; *mdl && model[dev]; mdl++) { in snd_dummy_probe()
1048 if (strcmp(model[dev], (*mdl)->name) == 0) { in snd_dummy_probe()
1051 (*mdl)->name, card->number); in snd_dummy_probe()
1052 m = dummy->model = *mdl; in snd_dummy_probe()