Home
last modified time | relevance | path

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

/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-mixer.c1567 (o->alsa_idx >= 0); in check_required()
1568 if (o->required != PA_ALSA_REQUIRED_IGNORE && o->alsa_idx < 0) in check_required()
1875 o->alsa_idx = pa_streq(o->alsa_name, "on") ? 1 : 0; in element_probe()
1897 o->alsa_idx = i; in element_probe()
2067 o->alsa_idx = -1; in option_get()
2616 r = snd_mixer_selem_set_playback_switch_all(me, alsa_idx); in element_set_option()
2618 r = snd_mixer_selem_set_capture_switch_all(me, alsa_idx); in element_set_option()
2628 if ((r = snd_mixer_selem_set_enum_item(me, 0, alsa_idx)) < 0) { in element_set_option()
2645 element_set_option(o->element, m, o->alsa_idx); in setting_select()
2945 if (o->alsa_idx < 0) { in element_drop_unsupported()
[all …]
H A Dalsa-mixer.h125 int alsa_idx; member