Searched refs:kctrl (Results 1 – 3 of 3) sorted by relevance
351 static int siu_dai_info_volume(struct snd_kcontrol *kctrl, in siu_dai_info_volume() argument354 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_info_volume()366 static int siu_dai_get_volume(struct snd_kcontrol *kctrl, in siu_dai_get_volume() argument369 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_get_volume()375 switch (kctrl->private_value) { in siu_dai_get_volume()390 __func__, kctrl->private_value); in siu_dai_get_volume()397 static int siu_dai_put_volume(struct snd_kcontrol *kctrl, in siu_dai_put_volume() argument400 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_put_volume()419 switch (kctrl->private_value) { in siu_dai_put_volume()434 __func__, kctrl->private_value); in siu_dai_put_volume()[all …]
961 #define kcontrol_to_cfg(kctrl) ((struct rsnd_kctrl_cfg *)kctrl->private_value) argument962 static int rsnd_kctrl_info(struct snd_kcontrol *kctrl, in rsnd_kctrl_info() argument965 struct rsnd_kctrl_cfg *cfg = kcontrol_to_cfg(kctrl); in rsnd_kctrl_info()988 static int rsnd_kctrl_get(struct snd_kcontrol *kctrl, in rsnd_kctrl_get() argument991 struct rsnd_kctrl_cfg *cfg = kcontrol_to_cfg(kctrl); in rsnd_kctrl_get()1003 static int rsnd_kctrl_put(struct snd_kcontrol *kctrl, in rsnd_kctrl_put() argument1006 struct rsnd_mod *mod = snd_kcontrol_chip(kctrl); in rsnd_kctrl_put()1007 struct rsnd_kctrl_cfg *cfg = kcontrol_to_cfg(kctrl); in rsnd_kctrl_put()1036 struct snd_kcontrol *kctrl; in __rsnd_kctrl_new() local1048 kctrl = snd_ctl_new1(&knew, mod); in __rsnd_kctrl_new()[all …]
525 struct snd_kcontrol *kctrl; member