Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/sh/
Dsiu_dai.c356 static int siu_dai_info_volume(struct snd_kcontrol *kctrl, in siu_dai_info_volume() argument
359 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_info_volume()
371 static int siu_dai_get_volume(struct snd_kcontrol *kctrl, in siu_dai_get_volume() argument
374 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_get_volume()
380 switch (kctrl->private_value) { in siu_dai_get_volume()
395 __func__, kctrl->private_value); in siu_dai_get_volume()
402 static int siu_dai_put_volume(struct snd_kcontrol *kctrl, in siu_dai_put_volume() argument
405 struct siu_port *port_info = snd_kcontrol_chip(kctrl); in siu_dai_put_volume()
424 switch (kctrl->private_value) { in siu_dai_put_volume()
439 __func__, kctrl->private_value); in siu_dai_put_volume()
[all …]