Lines Matching defs:info
13 #include <sound/info.h>
48 struct snd_ctl_elem_info *info)
56 return snd_ctl_enum_info(info, 1, 3, names);
95 struct snd_ctl_elem_info *info)
97 info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
98 info->count = 2;
99 info->value.integer.min = 0;
100 info->value.integer.max = 255;
199 struct snd_ctl_elem_info *info)
201 info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
202 info->count = 2;
203 info->value.integer.min = 2 * -12;
204 info->value.integer.max = 2 * 12;
270 struct snd_ctl_elem_info *info)
276 return snd_ctl_enum_info(info, 1, 4, names);
320 static int hpf_info(struct snd_kcontrol *ctl, struct snd_ctl_elem_info *info)
324 return snd_ctl_enum_info(info, 1, 2, names);
362 .info = input_vol_info, \
374 .info = output_select_info,
383 .info = hp_stereo_volume_info,
392 .info = snd_ctl_boolean_mono_info,
403 .info = input_sel_info,
410 .info = hpf_info,