Home
last modified time | relevance | path

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

/external/tinyalsa_new/src/
Dmixer_io.h37 struct mixer_ops;
40 const struct mixer_ops **ops);
42 const struct mixer_ops **ops);
44 struct mixer_ops { struct
Dmixer_hw.c93 static const struct mixer_ops mixer_hw_ops = {
100 const struct mixer_ops **ops) in mixer_hw_open()
Dmixer_plugin.c398 static const struct mixer_ops mixer_plug_ops = {
406 const struct mixer_ops **ops) in mixer_plugin_open()
Dmixer.c87 const struct mixer_ops *ops;
253 const struct mixer_ops *ops = NULL; in mixer_grp_open()
/external/tinyalsa/
Dmixer_io.h38 struct mixer_ops;
41 struct mixer_ops **ops);
43 struct mixer_ops **ops);
45 struct mixer_ops { struct
Dmixer_hw.c91 static struct mixer_ops mixer_hw_ops = {
99 struct mixer_ops **ops) in mixer_hw_open()
Dmixer.c69 struct mixer_ops *ops;
134 struct mixer_ops *ops, in mixer_grp_open()
206 struct mixer_ops *ops; in mixer_do_hw_open()
237 struct mixer_ops *ops; in mixer_do_plugin_open()
Dmixer_plugin.c401 static struct mixer_ops mixer_plug_ops = {
409 struct mixer_ops **ops) in mixer_plugin_open()
/external/adhd/cras/src/server/
Dcras_mix.c12 static const struct cras_mix_ops *ops = &mixer_ops;
34 return &mixer_ops; in get_mixer_ops()
Dcras_mix_ops.h13 extern const struct cras_mix_ops mixer_ops;
Dcras_mix_ops.c844 const struct cras_mix_ops OPS(mixer_ops) = {