Lines Matching refs:info
338 .info = SNDRV_PCM_INFO_MMAP |
355 .info = SNDRV_PCM_INFO_MMAP |
539 struct snd_ctl_elem_info *info)
541 info->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
542 info->count = 1;
543 info->value.integer.min = 0;
544 info->value.integer.max = 15;
577 .info = snd_bt87x_capture_volume_info,
613 .info = snd_bt87x_capture_boost_info,
619 struct snd_ctl_elem_info *info)
623 return snd_ctl_enum_info(info, 1, 3, texts);
655 .info = snd_bt87x_capture_source_info,