Home
last modified time | relevance | path

Searched defs:control_runtime (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/sound/usb/6fire/
Dcontrol.h34 struct control_runtime { struct
35 int (*update_streaming)(struct control_runtime *rt); argument
36 int (*set_rate)(struct control_runtime *rt, int rate); argument
37 int (*set_channels)(struct control_runtime *rt, int n_analog_out, argument
40 struct sfire_chip *chip;
42 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS];
43 bool opt_coax_switch;
44 bool line_phono_switch;
45 bool digital_thru_switch;
46 bool usb_streaming;
[all …]