Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/alsa/
Dalsa-ucm.c253 pa_xfree(vol->mixer_elem); in ucm_volume_free()
317 char *mixer_elem; in ucm_get_mixer_volume() local
319 mixer_elem = ucm_get_mixer_id(device, mprop, cprop, cid); in ucm_get_mixer_volume()
320 if (mixer_elem == NULL) in ucm_get_mixer_volume()
324 pa_xfree(mixer_elem); in ucm_get_mixer_volume()
327 vol->mixer_elem = mixer_elem; in ucm_get_mixer_volume()
1118 pa_alsa_path *path = pa_alsa_path_synthesize(vol->mixer_elem, in ucm_add_port_combination()
1122 pa_log_warn("Failed to set up volume control: %s", vol->mixer_elem); in ucm_add_port_combination()
1135 … pa_hashmap_put(dev->playback_mapping->output_path_set->paths, pa_xstrdup(vol->mixer_elem), path); in ucm_add_port_combination()
1137 … pa_hashmap_put(dev->capture_mapping->input_path_set->paths, pa_xstrdup(vol->mixer_elem), path); in ucm_add_port_combination()
Dalsa-ucm.h290 char *mixer_elem; /* mixer element identifier */ member