Lines Matching refs:snd_kcontrol
57 struct snd_kcontrol *kctl; /* original kcontrol pointer */
58 struct snd_kcontrol slave; /* the copy of original control entry */
188 static int slave_info(struct snd_kcontrol *kcontrol, in slave_info()
195 static int slave_get(struct snd_kcontrol *kcontrol, in slave_get()
202 static int slave_put(struct snd_kcontrol *kcontrol, in slave_put()
225 static int slave_tlv_cmd(struct snd_kcontrol *kcontrol, in slave_tlv_cmd()
234 static void slave_free(struct snd_kcontrol *kcontrol) in slave_free()
256 int _snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave, in _snd_ctl_add_slave()
289 static int master_info(struct snd_kcontrol *kcontrol, in master_info()
305 static int master_get(struct snd_kcontrol *kcontrol, in master_get()
335 static int master_put(struct snd_kcontrol *kcontrol, in master_put()
359 static void master_free(struct snd_kcontrol *kcontrol) in master_free()
366 struct snd_kcontrol *sctl = slave->kctl; in master_free()
395 struct snd_kcontrol *snd_ctl_make_virtual_master(char *name, in snd_ctl_make_virtual_master()
399 struct snd_kcontrol *kctl; in snd_ctl_make_virtual_master()
450 int snd_ctl_add_vmaster_hook(struct snd_kcontrol *kcontrol, in snd_ctl_add_vmaster_hook()
470 void snd_ctl_sync_vmaster(struct snd_kcontrol *kcontrol, bool hook_only) in snd_ctl_sync_vmaster()
502 int snd_ctl_apply_vmaster_slaves(struct snd_kcontrol *kctl, in snd_ctl_apply_vmaster_slaves()
503 int (*func)(struct snd_kcontrol *vslave, in snd_ctl_apply_vmaster_slaves()
504 struct snd_kcontrol *slave, in snd_ctl_apply_vmaster_slaves()