Lines Matching refs:dummy_model
101 struct dummy_model { struct
120 const struct dummy_model *model; argument
147 static const struct dummy_model model_emu10k1 = {
153 static const struct dummy_model model_rme9652 = {
163 static const struct dummy_model model_ice1712 = {
173 static const struct dummy_model model_uda1341 = {
183 static const struct dummy_model model_ac97 = {
193 static const struct dummy_model model_ca0106 = {
207 static const struct dummy_model *dummy_models[] = {
538 const struct dummy_model *model = dummy->model; in dummy_pcm_open()
1025 const struct dummy_model *m = NULL, **mdl; in snd_dummy_probe()