Lines Matching refs:kcontrol

185 static int slave_info(struct snd_kcontrol *kcontrol,  in slave_info()  argument
188 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_info()
192 static int slave_get(struct snd_kcontrol *kcontrol, in slave_get() argument
195 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_get()
199 static int slave_put(struct snd_kcontrol *kcontrol, in slave_put() argument
202 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_put()
222 static int slave_tlv_cmd(struct snd_kcontrol *kcontrol, in slave_tlv_cmd() argument
226 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_tlv_cmd()
231 static void slave_free(struct snd_kcontrol *kcontrol) in slave_free() argument
233 struct link_slave *slave = snd_kcontrol_chip(kcontrol); in slave_free()
286 static int master_info(struct snd_kcontrol *kcontrol, in master_info() argument
289 struct link_master *master = snd_kcontrol_chip(kcontrol); in master_info()
302 static int master_get(struct snd_kcontrol *kcontrol, in master_get() argument
305 struct link_master *master = snd_kcontrol_chip(kcontrol); in master_get()
332 static int master_put(struct snd_kcontrol *kcontrol, in master_put() argument
335 struct link_master *master = snd_kcontrol_chip(kcontrol); in master_put()
356 static void master_free(struct snd_kcontrol *kcontrol) in master_free() argument
358 struct link_master *master = snd_kcontrol_chip(kcontrol); in master_free()
445 int snd_ctl_add_vmaster_hook(struct snd_kcontrol *kcontrol, in snd_ctl_add_vmaster_hook() argument
449 struct link_master *master = snd_kcontrol_chip(kcontrol); in snd_ctl_add_vmaster_hook()
465 void snd_ctl_sync_vmaster(struct snd_kcontrol *kcontrol, bool hook_only) in snd_ctl_sync_vmaster() argument
470 if (!kcontrol) in snd_ctl_sync_vmaster()
472 master = snd_kcontrol_chip(kcontrol); in snd_ctl_sync_vmaster()