Home
last modified time | relevance | path

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

/linux-6.14.4/sound/usb/
Dmixer_scarlett2.c1271 u8 speaker_switching_switch; member
6172 private->speaker_switching_switch = 0; in scarlett2_update_monitor_other()
6174 private->speaker_switching_switch = monitor_other_switch[0] + 1; in scarlett2_update_monitor_other()
6227 ucontrol->value.enumerated.item[0] = private->speaker_switching_switch; in scarlett2_speaker_switch_enum_ctl_get()
6307 oval = private->speaker_switching_switch; in scarlett2_speaker_switch_enum_ctl_put()
6313 private->speaker_switching_switch = val; in scarlett2_speaker_switch_enum_ctl_put()
6720 if (private->speaker_switching_switch && i < 4) in scarlett2_add_line_out_ctls()