Lines Matching defs:kctl
1671 struct snd_kcontrol *kctl;
1672 kctl = snd_ctl_new1(&snd_es1938_controls[idx], chip);
1675 chip->master_volume = kctl;
1676 kctl->private_free = snd_es1938_hwv_free;
1679 chip->master_switch = kctl;
1680 kctl->private_free = snd_es1938_hwv_free;
1683 chip->hw_volume = kctl;
1684 kctl->private_free = snd_es1938_hwv_free;
1687 chip->hw_switch = kctl;
1688 kctl->private_free = snd_es1938_hwv_free;
1691 err = snd_ctl_add(card, kctl);