• 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()
219 static int usb6fire_control_output_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_vol_get() argument
222 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_get()
223 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_vol_get()
236 static int usb6fire_control_output_mute_put(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_put() argument
239 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_mute_put()
240 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_mute_put()
263 static int usb6fire_control_output_mute_get(struct snd_kcontrol *kcontrol, in usb6fire_control_output_mute_get() argument
266 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_mute_get()
267 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_mute_get()
283 static int usb6fire_control_input_vol_info(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_info() argument
293 static int usb6fire_control_input_vol_put(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_put() argument
296 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_input_vol_put()
316 static int usb6fire_control_input_vol_get(struct snd_kcontrol *kcontrol, in usb6fire_control_input_vol_get() argument
319 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_input_vol_get()
327 static int usb6fire_control_line_phono_info(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_info() argument
333 static int usb6fire_control_line_phono_put(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_put() argument
336 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_line_phono_put()
346 static int usb6fire_control_line_phono_get(struct snd_kcontrol *kcontrol, in usb6fire_control_line_phono_get() argument
349 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_line_phono_get()
354 static int usb6fire_control_opt_coax_info(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_info() argument
360 static int usb6fire_control_opt_coax_put(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_put() argument
363 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_opt_coax_put()
374 static int usb6fire_control_opt_coax_get(struct snd_kcontrol *kcontrol, in usb6fire_control_opt_coax_get() argument
377 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_opt_coax_get()
382 static int usb6fire_control_digital_thru_put(struct snd_kcontrol *kcontrol, in usb6fire_control_digital_thru_put() argument
385 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_digital_thru_put()
396 static int usb6fire_control_digital_thru_get(struct snd_kcontrol *kcontrol, in usb6fire_control_digital_thru_get() argument
399 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_digital_thru_get()