Lines Matching defs:kctl
355 static int special_clk_ctl_info(struct snd_kcontrol *kctl, in special_clk_ctl_info()
367 static int special_clk_ctl_get(struct snd_kcontrol *kctl, in special_clk_ctl_get()
375 static int special_clk_ctl_put(struct snd_kcontrol *kctl, in special_clk_ctl_put()
409 static int special_sync_ctl_info(struct snd_kcontrol *kctl, in special_sync_ctl_info()
419 static int special_sync_ctl_get(struct snd_kcontrol *kctl, in special_sync_ctl_get()
444 static int special_dig_in_iface_ctl_info(struct snd_kcontrol *kctl, in special_dig_in_iface_ctl_info()
451 static int special_dig_in_iface_ctl_get(struct snd_kcontrol *kctl, in special_dig_in_iface_ctl_get()
481 static int special_dig_in_iface_ctl_set(struct snd_kcontrol *kctl, in special_dig_in_iface_ctl_set()
537 static int special_dig_out_iface_ctl_info(struct snd_kcontrol *kctl, in special_dig_out_iface_ctl_info()
544 static int special_dig_out_iface_ctl_get(struct snd_kcontrol *kctl, in special_dig_out_iface_ctl_get()
554 static int special_dig_out_iface_ctl_set(struct snd_kcontrol *kctl, in special_dig_out_iface_ctl_set()
591 struct snd_kcontrol *kctl; in add_special_controls() local