Searched defs:control_runtime (Results 1 – 2 of 2) sorted by relevance
33 struct control_runtime { struct34 int (*update_streaming)(struct control_runtime *rt); argument35 int (*set_rate)(struct control_runtime *rt, int rate); argument36 int (*set_channels)(struct control_runtime *rt, int n_analog_out, argument39 struct sfire_chip *chip;41 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS];42 bool opt_coax_switch;43 bool line_phono_switch;44 bool digital_thru_switch;45 bool usb_streaming;[all …]
29 struct control_runtime { struct30 int (*update_streaming)(struct control_runtime *rt); argument31 int (*set_rate)(struct control_runtime *rt, int rate); argument32 int (*set_channels)(struct control_runtime *rt, int n_analog_out, argument35 struct sfire_chip *chip;37 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS];38 bool opt_coax_switch;39 bool line_phono_switch;40 bool digital_thru_switch;41 bool usb_streaming;[all …]