• Home
  • Raw
  • Download

Lines Matching refs:kcontrol

179 static int usb6fire_control_output_vol_info(struct snd_kcontrol *kcontrol,  in usb6fire_control_output_vol_info()  argument
189 static int usb6fire_control_output_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_put() argument
192 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_put()
193 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_vol_put()
218 static int usb6fire_control_output_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_get() argument
221 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_get()
222 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_vol_get()
234 static int usb6fire_control_output_mute_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_put() argument
237 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_mute_put()
238 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_mute_put()
260 static int usb6fire_control_output_mute_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_get() argument
263 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_mute_get()
264 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
336 static int usb6fire_control_line_phono_put(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_put() argument
339 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_line_phono_put()
349 static int usb6fire_control_line_phono_get(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_get() argument
352 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_line_phono_get()
357 static int usb6fire_control_opt_coax_info(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_info() argument
370 static int usb6fire_control_opt_coax_put(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_put() argument
373 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_opt_coax_put()
384 static int usb6fire_control_opt_coax_get(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_get() argument
387 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_opt_coax_get()
392 static int usb6fire_control_digital_thru_put(struct snd_kcontrol *kcontrol, in usb6fire_control_digital_thru_put() argument
395 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_digital_thru_put()
406 static int usb6fire_control_digital_thru_get(struct snd_kcontrol *kcontrol, in usb6fire_control_digital_thru_get() argument
409 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_digital_thru_get()