Lines Matching refs:uinfo

729 snd_vortex_a3d_hrtf_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)  in snd_vortex_a3d_hrtf_info()  argument
731 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_vortex_a3d_hrtf_info()
732 uinfo->count = 6; in snd_vortex_a3d_hrtf_info()
733 uinfo->value.integer.min = 0x00000000; in snd_vortex_a3d_hrtf_info()
734 uinfo->value.integer.max = 0xffffffff; in snd_vortex_a3d_hrtf_info()
738 snd_vortex_a3d_itd_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_a3d_itd_info() argument
740 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_vortex_a3d_itd_info()
741 uinfo->count = 2; in snd_vortex_a3d_itd_info()
742 uinfo->value.integer.min = 0x00000000; in snd_vortex_a3d_itd_info()
743 uinfo->value.integer.max = 0xffffffff; in snd_vortex_a3d_itd_info()
747 snd_vortex_a3d_ild_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in snd_vortex_a3d_ild_info() argument
749 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_vortex_a3d_ild_info()
750 uinfo->count = 2; in snd_vortex_a3d_ild_info()
751 uinfo->value.integer.min = 0x00000000; in snd_vortex_a3d_ild_info()
752 uinfo->value.integer.max = 0xffffffff; in snd_vortex_a3d_ild_info()
757 struct snd_ctl_elem_info *uinfo) in snd_vortex_a3d_filter_info() argument
759 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; in snd_vortex_a3d_filter_info()
760 uinfo->count = 4; in snd_vortex_a3d_filter_info()
761 uinfo->value.integer.min = 0x00000000; in snd_vortex_a3d_filter_info()
762 uinfo->value.integer.max = 0xffffffff; in snd_vortex_a3d_filter_info()