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.c1481 u8 speaker_switching_switch; member
6167 private->speaker_switching_switch = 0; in scarlett2_update_monitor_other()
6169 private->speaker_switching_switch = monitor_other_switch[0] + 1; in scarlett2_update_monitor_other()
6220 ucontrol->value.enumerated.item[0] = private->speaker_switching_switch; in scarlett2_speaker_switch_enum_ctl_get()
6294 oval = private->speaker_switching_switch; in scarlett2_speaker_switch_enum_ctl_put()
6300 private->speaker_switching_switch = val; in scarlett2_speaker_switch_enum_ctl_put()
6738 if (private->speaker_switching_switch && i < 4) in scarlett2_add_line_out_ctls()