Lines Matching defs:info
337 .info = SNDRV_PCM_INFO_MMAP |
354 .info = SNDRV_PCM_INFO_MMAP |
538 struct snd_ctl_elem_info *info)
540 info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
541 info->count = 1;
542 info->value.integer.min = 0;
543 info->value.integer.max = 15;
576 .info = snd_bt87x_capture_volume_info,
612 .info = snd_bt87x_capture_boost_info,
618 struct snd_ctl_elem_info *info)
622 return snd_ctl_enum_info(info, 1, 3, texts);
654 .info = snd_bt87x_capture_source_info,