Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-alsa-mixer.c79 static int snd_cx18_mixer_tv_vol_get(struct snd_kcontrol *kctl, in snd_cx18_mixer_tv_vol_get() argument
82 struct snd_cx18_card *cxsc = snd_kcontrol_chip(kctl); in snd_cx18_mixer_tv_vol_get()
99 static int snd_cx18_mixer_tv_vol_put(struct snd_kcontrol *kctl, in snd_cx18_mixer_tv_vol_put() argument
102 struct snd_cx18_card *cxsc = snd_kcontrol_chip(kctl); in snd_cx18_mixer_tv_vol_put()
/drivers/media/pci/ivtv/
Divtv-alsa-mixer.c74 static int snd_ivtv_mixer_tv_vol_get(struct snd_kcontrol *kctl, in snd_ivtv_mixer_tv_vol_get() argument
77 struct snd_ivtv_card *itvsc = snd_kcontrol_chip(kctl); in snd_ivtv_mixer_tv_vol_get()
94 static int snd_ivtv_mixer_tv_vol_put(struct snd_kcontrol *kctl, in snd_ivtv_mixer_tv_vol_put() argument
97 struct snd_ivtv_card *itvsc = snd_kcontrol_chip(kctl); in snd_ivtv_mixer_tv_vol_put()
/drivers/media/pci/solo6x10/
Dsolo6x10-g723.c371 struct snd_kcontrol_new kctl; in solo_g723_init() local
399 kctl = snd_solo_capture_volume; in solo_g723_init()
400 kctl.count = solo_dev->nr_chans; in solo_g723_init()
402 ret = snd_ctl_add(card, snd_ctl_new1(&kctl, solo_dev)); in solo_g723_init()
/drivers/staging/greybus/
Daudio_topology.c649 struct snd_kcontrol_new *kctl, in gbaudio_tplg_create_enum_kctl() argument
672 *kctl = (struct snd_kcontrol_new) in gbaudio_tplg_create_enum_kctl()
679 struct snd_kcontrol_new *kctl, in gbaudio_tplg_create_kcontrol() argument
689 ret = gbaudio_tplg_create_enum_kctl(gb, kctl, ctl); in gbaudio_tplg_create_kcontrol()
702 *kctl = (struct snd_kcontrol_new) in gbaudio_tplg_create_kcontrol()
858 struct snd_kcontrol_new *kctl, in gbaudio_tplg_create_enum_ctl() argument
881 *kctl = (struct snd_kcontrol_new) in gbaudio_tplg_create_enum_ctl()
888 struct snd_kcontrol_new *kctl, in gbaudio_tplg_create_mixer_ctl() argument
902 *kctl = (struct snd_kcontrol_new) in gbaudio_tplg_create_mixer_ctl()
909 struct snd_kcontrol_new *kctl, in gbaudio_tplg_create_wcontrol() argument
[all …]
/drivers/media/usb/em28xx/
Dem28xx-audio.c657 struct snd_kcontrol *kctl; in em28xx_cvol_new() local
670 kctl = snd_ctl_new1(&tmp, dev); in em28xx_cvol_new()
671 err = snd_ctl_add(card, kctl); in em28xx_cvol_new()
688 kctl = snd_ctl_new1(&tmp, dev); in em28xx_cvol_new()
689 err = snd_ctl_add(card, kctl); in em28xx_cvol_new()