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 …]
963 #define kcontrol_to_cfg(kctrl) ((struct rsnd_kctrl_cfg *)kctrl->private_value) argument964 static int rsnd_kctrl_info(struct snd_kcontrol *kctrl, in rsnd_kctrl_info() argument967 struct rsnd_kctrl_cfg *cfg = kcontrol_to_cfg(kctrl); in rsnd_kctrl_info()990 static int rsnd_kctrl_get(struct snd_kcontrol *kctrl, in rsnd_kctrl_get() argument993 struct rsnd_kctrl_cfg *cfg = kcontrol_to_cfg(kctrl); in rsnd_kctrl_get()1005 static int rsnd_kctrl_put(struct snd_kcontrol *kctrl, in rsnd_kctrl_put() argument1008 struct rsnd_mod *mod = snd_kcontrol_chip(kctrl); in rsnd_kctrl_put()1009 struct rsnd_kctrl_cfg *cfg = kcontrol_to_cfg(kctrl); in rsnd_kctrl_put()1038 struct snd_kcontrol *kctrl; in __rsnd_kctrl_new() local1050 kctrl = snd_ctl_new1(&knew, mod); in __rsnd_kctrl_new()[all …]
523 struct snd_kcontrol *kctrl; member