Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dmixer_scarlett2.c1264 u8 speaker_switching_switch; member
6174 private->speaker_switching_switch = 0; in scarlett2_update_monitor_other()
6176 private->speaker_switching_switch = monitor_other_switch[0] + 1; in scarlett2_update_monitor_other()
6229 ucontrol->value.enumerated.item[0] = private->speaker_switching_switch; in scarlett2_speaker_switch_enum_ctl_get()
6309 oval = private->speaker_switching_switch; in scarlett2_speaker_switch_enum_ctl_put()
6315 private->speaker_switching_switch = val; in scarlett2_speaker_switch_enum_ctl_put()
6722 if (private->speaker_switching_switch && i < 4) in scarlett2_add_line_out_ctls()