Lines Matching refs:dummy_model
108 struct dummy_model { struct
127 const struct dummy_model *model; argument
154 static const struct dummy_model model_emu10k1 = {
160 static const struct dummy_model model_rme9652 = {
170 static const struct dummy_model model_ice1712 = {
180 static const struct dummy_model model_uda1341 = {
190 static const struct dummy_model model_ac97 = {
200 static const struct dummy_model model_ca0106 = {
214 static const struct dummy_model *dummy_models[] = {
545 const struct dummy_model *model = dummy->model; in dummy_pcm_open()
1024 const struct dummy_model *m = NULL, **mdl; in snd_dummy_probe()