Lines Matching defs:kcontrol
451 /* SPDIF kcontrol */
453 static int snd_vortex_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
460 static int snd_vortex_spdif_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
469 static int snd_vortex_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
471 vortex_t *vortex = snd_kcontrol_chip(kcontrol);
483 static int snd_vortex_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
485 vortex_t *vortex = snd_kcontrol_chip(kcontrol);
519 static int snd_vortex_pcm_vol_info(struct snd_kcontrol *kcontrol,
522 vortex_t *vortex = snd_kcontrol_chip(kcontrol);
530 static int snd_vortex_pcm_vol_get(struct snd_kcontrol *kcontrol,
534 vortex_t *vortex = snd_kcontrol_chip(kcontrol);
535 int subdev = kcontrol->id.subdevice;
543 static int snd_vortex_pcm_vol_put(struct snd_kcontrol *kcontrol,
550 vortex_t *vortex = snd_kcontrol_chip(kcontrol);
551 int subdev = kcontrol->id.subdevice;