Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dmixer_widget.c394 snd_mixer_selem_channel_id_t channel_ids[2]; in toggle_switches() local
405 channel_ids[0] = control->pswitch_channels[0]; in toggle_switches()
406 channel_ids[1] = control->pswitch_channels[1]; in toggle_switches()
411 channel_ids[0] = control->cswitch_channels[0]; in toggle_switches()
412 channel_ids[1] = control->cswitch_channels[1]; in toggle_switches()
417 err = get_func(control->elem, channel_ids[0], &left); in toggle_switches()
422 err = get_func(control->elem, channel_ids[1], &right); in toggle_switches()
427 set_func(control->elem, channel_ids[0], !left); in toggle_switches()
429 set_func(control->elem, channel_ids[1], !right); in toggle_switches()