Home
last modified time | relevance | path

Searched refs:capture_volumes (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.h196 pa_hashmap *capture_volumes; member
Dalsa-ucm.c499 …pa_hashmap_put(device->capture_volumes, pa_xstrdup(pa_proplist_gets(verb->proplist, PA_ALSA_PROP_U… in ucm_get_device_property()
605 …d->capture_volumes = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func… in ucm_get_devices()
1117 …A_HASHMAP_FOREACH_KV(profile, vol, is_sink ? dev->playback_volumes : dev->capture_volumes, state) { in ucm_add_port_combination()
2111 if (di->capture_volumes) in free_verb()
2112 pa_hashmap_free(di->capture_volumes); in free_verb()