Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dmixer_controls.c259 control->pswitch_channels[0] = 0; in create_controls_for_elem()
318 control->pswitch_channels[0] = 0; in create_controls_for_elem()
322 control->pswitch_channels[0] = control_channels[i][0]; in create_controls_for_elem()
326 control->pswitch_channels[1] = control_channels[i][1]; in create_controls_for_elem()
353 control->pswitch_channels[0] = control->pswitch_channels[1]; in create_controls_for_elem()
Dmixer_controls.h25 snd_mixer_selem_channel_id_t pswitch_channels[2]; member
Dmixer_display.c298 err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[0], &sw); in display_focus_item_info()
302 err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[0], &sw); in display_focus_item_info()
304 err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[1], &sw2); in display_focus_item_info()
511 …err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[0], &switches[0… in display_control()
513 …err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[1], &switches[1… in display_control()
Dmixer_widget.c405 channel_ids[0] = control->pswitch_channels[0]; in toggle_switches()
406 channel_ids[1] = control->pswitch_channels[1]; in toggle_switches()