Home
last modified time | relevance | path

Searched refs:kctrl (Results 1 – 3 of 3) sorted by relevance

/sound/soc/sh/
Dsiu_dai.c351 static int siu_dai_info_volume(struct snd_kcontrol *kctrl, in siu_dai_info_volume() argument
354 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() argument
369 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() argument
400 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 …]
/sound/soc/sh/rcar/
Dcore.c961 #define kcontrol_to_cfg(kctrl) ((struct rsnd_kctrl_cfg *)kctrl->private_value) argument
962 static int rsnd_kctrl_info(struct snd_kcontrol *kctrl, in rsnd_kctrl_info() argument
965 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() argument
991 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() argument
1006 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() local
1048 kctrl = snd_ctl_new1(&knew, mod); in __rsnd_kctrl_new()
[all …]
Drsnd.h525 struct snd_kcontrol *kctrl; member