Lines Matching refs:kcontrol

175 static int usb6fire_control_output_vol_info(struct snd_kcontrol *kcontrol,  in usb6fire_control_output_vol_info()  argument
185 static int usb6fire_control_output_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_put() argument
188 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_put()
189 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_vol_put()
215 static int usb6fire_control_output_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_get() argument
218 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_get()
219 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_vol_get()
232 static int usb6fire_control_output_mute_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_put() argument
235 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_mute_put()
236 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_mute_put()
259 static int usb6fire_control_output_mute_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_get() argument
262 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_mute_get()
263 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_mute_get()
279 static int usb6fire_control_input_vol_info(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_info() argument
289 static int usb6fire_control_input_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_put() argument
292 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_input_vol_put()
312 static int usb6fire_control_input_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_get() argument
315 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_input_vol_get()
323 static int usb6fire_control_line_phono_info(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_info() argument
329 static int usb6fire_control_line_phono_put(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_put() argument
332 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_line_phono_put()
342 static int usb6fire_control_line_phono_get(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_get() argument
345 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_line_phono_get()
350 static int usb6fire_control_opt_coax_info(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_info() argument
356 static int usb6fire_control_opt_coax_put(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_put() argument
359 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_opt_coax_put()
370 static int usb6fire_control_opt_coax_get(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_get() argument
373 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_opt_coax_get()
378 static int usb6fire_control_digital_thru_put(struct snd_kcontrol *kcontrol, in usb6fire_control_digital_thru_put() argument
381 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_digital_thru_put()
392 static int usb6fire_control_digital_thru_get(struct snd_kcontrol *kcontrol, in usb6fire_control_digital_thru_get() argument
395 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_digital_thru_get()