Lines Matching defs:uinfo
717 snd_vortex_a3d_hrtf_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
719 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
720 uinfo->count = 6;
721 uinfo->value.integer.min = 0x00000000;
722 uinfo->value.integer.max = 0xffffffff;
726 snd_vortex_a3d_itd_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
728 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
729 uinfo->count = 2;
730 uinfo->value.integer.min = 0x00000000;
731 uinfo->value.integer.max = 0xffffffff;
735 snd_vortex_a3d_ild_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
737 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
738 uinfo->count = 2;
739 uinfo->value.integer.min = 0x00000000;
740 uinfo->value.integer.max = 0xffffffff;
745 struct snd_ctl_elem_info *uinfo)
747 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
748 uinfo->count = 4;
749 uinfo->value.integer.min = 0x00000000;
750 uinfo->value.integer.max = 0xffffffff;