Lines Matching refs:ac97_ops
107 static struct ac97_ops null_ops = { NULL, NULL, NULL };
108 static struct ac97_ops default_ops = { NULL, eapd_control, NULL };
109 static struct ac97_ops default_digital_ops = { NULL, eapd_control, generic_digital_control};
110 static struct ac97_ops wolfson_ops03 = { wolfson_init03, NULL, NULL };
111 static struct ac97_ops wolfson_ops04 = { wolfson_init04, NULL, NULL };
112 static struct ac97_ops wolfson_ops05 = { wolfson_init05, NULL, NULL };
113 static struct ac97_ops wolfson_ops11 = { wolfson_init11, NULL, NULL };
114 static struct ac97_ops wolfson_ops13 = { wolfson_init13, NULL, NULL };
115 static struct ac97_ops tritech_ops = { tritech_init, NULL, NULL };
116 static struct ac97_ops tritech_m_ops = { tritech_maestro_init, NULL, NULL };
117 static struct ac97_ops sigmatel_9708_ops = { sigmatel_9708_init, NULL, NULL };
118 static struct ac97_ops sigmatel_9721_ops = { sigmatel_9721_init, NULL, NULL };
119 static struct ac97_ops sigmatel_9744_ops = { sigmatel_9744_init, NULL, NULL };
120 static struct ac97_ops crystal_digital_ops = { NULL, eapd_control, crystal_digital_control };
121 static struct ac97_ops ad1886_ops = { ad1886_init, eapd_control, NULL };
122 static struct ac97_ops cmedia_ops = { NULL, eapd_control, NULL};
123 static struct ac97_ops cmedia_digital_ops = { cmedia_init, eapd_control, cmedia_digital_control};
129 struct ac97_ops *ops;