Lines Matching defs:info
30 int (*card_info)(snd_ctl_t *handle, snd_ctl_card_info_t *info);
32 int (*element_info)(snd_ctl_t *handle, snd_ctl_elem_info_t *info);
33 int (*element_add)(snd_ctl_t *handle, snd_ctl_elem_info_t *info);
34 int (*element_replace)(snd_ctl_t *handle, snd_ctl_elem_info_t *info);
43 int (*hwdep_info)(snd_ctl_t *handle, snd_hwdep_info_t * info);
45 int (*pcm_info)(snd_ctl_t *handle, snd_pcm_info_t * info);
48 int (*rawmidi_info)(snd_ctl_t *handle, snd_rawmidi_info_t * info);
51 int (*ump_endpoint_info)(snd_ctl_t *handle, snd_ump_endpoint_info_t *info);
52 int (*ump_block_info)(snd_ctl_t *handle, snd_ump_block_info_t *info);
124 int __snd_ctl_add_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info,
133 __snd_pcm_info_eld_fixup_check(snd_pcm_info_t *info)
135 return info->stream == SND_PCM_STREAM_PLAYBACK &&
136 strncmp((char *)info->name, "HDMI ", 5) == 0;
139 int __snd_pcm_info_eld_fixup(snd_pcm_info_t *info);