Lines Matching refs:kcontrol
472 static int snd_vortex_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_spdif_info() argument
479 static int snd_vortex_spdif_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucon… in snd_vortex_spdif_mask_get() argument
488 static int snd_vortex_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_vortex_spdif_get() argument
490 vortex_t *vortex = snd_kcontrol_chip(kcontrol); in snd_vortex_spdif_get()
502 static int snd_vortex_spdif_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in snd_vortex_spdif_put() argument
504 vortex_t *vortex = snd_kcontrol_chip(kcontrol); in snd_vortex_spdif_put()
538 static int snd_vortex_pcm_vol_info(struct snd_kcontrol *kcontrol, in snd_vortex_pcm_vol_info() argument
541 vortex_t *vortex = snd_kcontrol_chip(kcontrol); in snd_vortex_pcm_vol_info()
549 static int snd_vortex_pcm_vol_get(struct snd_kcontrol *kcontrol, in snd_vortex_pcm_vol_get() argument
553 vortex_t *vortex = snd_kcontrol_chip(kcontrol); in snd_vortex_pcm_vol_get()
554 int subdev = kcontrol->id.subdevice; in snd_vortex_pcm_vol_get()
562 static int snd_vortex_pcm_vol_put(struct snd_kcontrol *kcontrol, in snd_vortex_pcm_vol_put() argument
569 vortex_t *vortex = snd_kcontrol_chip(kcontrol); in snd_vortex_pcm_vol_put()
570 int subdev = kcontrol->id.subdevice; in snd_vortex_pcm_vol_put()