Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dmixer_controls.c265 control->cswitch_channels[0] = 0; in create_controls_for_elem()
269 control->cswitch_channels[0] = control_channels[0][0]; in create_controls_for_elem()
274 control->cswitch_channels[1] = control_channels[0][1]; in create_controls_for_elem()
279 control->cswitch_channels[0] = control->cswitch_channels[1]; in create_controls_for_elem()
334 control->cswitch_channels[0] = 0; in create_controls_for_elem()
338 control->cswitch_channels[0] = control_channels[i][0]; in create_controls_for_elem()
343 control->cswitch_channels[1] = control_channels[i][1]; in create_controls_for_elem()
357 control->cswitch_channels[0] = control->cswitch_channels[1]; in create_controls_for_elem()
383 control->cswitch_channels[0] = 0; in create_controls_for_elem()
421 control->cswitch_channels[0] = 0; in create_controls_for_elem()
[all …]
Dmixer_controls.h26 snd_mixer_selem_channel_id_t cswitch_channels[2]; member
Dmixer_display.c310 err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[0], &sw); in display_focus_item_info()
314 err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[0], &sw); in display_focus_item_info()
316 err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[1], &sw2); in display_focus_item_info()
535 …err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[0], &switches[0]… in display_control()
537 …err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[1], &switches[1]… in display_control()
Dmixer_widget.c411 channel_ids[0] = control->cswitch_channels[0]; in toggle_switches()
412 channel_ids[1] = control->cswitch_channels[1]; in toggle_switches()