Searched refs:pswitch_channels (Results 1 – 4 of 4) sorted by relevance
/third_party/alsa-utils/alsamixer/ |
D | mixer_controls.c | 259 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()
|
D | mixer_controls.h | 25 snd_mixer_selem_channel_id_t pswitch_channels[2]; member
|
D | mixer_display.c | 298 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()
|
D | mixer_widget.c | 405 channel_ids[0] = control->pswitch_channels[0]; in toggle_switches() 406 channel_ids[1] = control->pswitch_channels[1]; in toggle_switches()
|