Home
last modified time | relevance | path

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

/linux/sound/drivers/
H A Ddummy.c111 struct dummy_model { struct
130 const struct dummy_model *model; argument
157 static const struct dummy_model model_emu10k1 = {
163 static const struct dummy_model model_rme9652 = {
173 static const struct dummy_model model_ice1712 = {
183 static const struct dummy_model model_uda1341 = {
193 static const struct dummy_model model_ac97 = {
203 static const struct dummy_model model_ca0106 = {
217 static const struct dummy_model *dummy_models[] = {
565 const struct dummy_model *model = dummy->model; in dummy_pcm_open()
[all …]