Lines Matching defs:kctl
352 static int special_clk_ctl_info(struct snd_kcontrol *kctl, in special_clk_ctl_info()
358 static int special_clk_ctl_get(struct snd_kcontrol *kctl, in special_clk_ctl_get()
366 static int special_clk_ctl_put(struct snd_kcontrol *kctl, in special_clk_ctl_put()
400 static int special_sync_ctl_info(struct snd_kcontrol *kctl, in special_sync_ctl_info()
410 static int special_sync_ctl_get(struct snd_kcontrol *kctl, in special_sync_ctl_get()
435 static int special_dig_in_iface_ctl_info(struct snd_kcontrol *kctl, in special_dig_in_iface_ctl_info()
442 static int special_dig_in_iface_ctl_get(struct snd_kcontrol *kctl, in special_dig_in_iface_ctl_get()
472 static int special_dig_in_iface_ctl_set(struct snd_kcontrol *kctl, in special_dig_in_iface_ctl_set()
528 static int special_dig_out_iface_ctl_info(struct snd_kcontrol *kctl, in special_dig_out_iface_ctl_info()
535 static int special_dig_out_iface_ctl_get(struct snd_kcontrol *kctl, in special_dig_out_iface_ctl_get()
545 static int special_dig_out_iface_ctl_set(struct snd_kcontrol *kctl, in special_dig_out_iface_ctl_set()
582 struct snd_kcontrol *kctl; in add_special_controls() local