Home
last modified time | relevance | path

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

/linux-4.4.14/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 …]
/linux-4.4.14/sound/soc/sh/rcar/
Dcore.c963 #define kcontrol_to_cfg(kctrl) ((struct rsnd_kctrl_cfg *)kctrl->private_value) argument
964 static int rsnd_kctrl_info(struct snd_kcontrol *kctrl, in rsnd_kctrl_info() argument
967 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() argument
993 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() argument
1008 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() local
1050 kctrl = snd_ctl_new1(&knew, mod); in __rsnd_kctrl_new()
[all …]
Drsnd.h523 struct snd_kcontrol *kctrl; member