Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dmixer_scarlett2.c428 u8 speaker_switching_switch; member
2708 private->speaker_switching_switch = 0; in scarlett2_update_monitor_other()
2710 private->speaker_switching_switch = monitor_other_switch[0] + 1; in scarlett2_update_monitor_other()
2865 ucontrol->value.enumerated.item[0] = private->speaker_switching_switch; in scarlett2_speaker_switch_enum_ctl_get()
2940 oval = private->speaker_switching_switch; in scarlett2_speaker_switch_enum_ctl_put()
2946 private->speaker_switching_switch = val; in scarlett2_speaker_switch_enum_ctl_put()
3322 if (private->speaker_switching_switch && i < 4) in scarlett2_add_line_out_ctls()