Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe32d4f9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: android: Use 1024 bytes as MIDI buffer size"

parents 671d495b a0d21df8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ static const char longname[] = "Gadget Android";
/* f_midi configuration */
#define MIDI_INPUT_PORTS    1
#define MIDI_OUTPUT_PORTS   1
#define MIDI_BUFFER_SIZE    256
#define MIDI_BUFFER_SIZE    1024
#define MIDI_QUEUE_LENGTH   32

struct android_usb_function {
+1 −1

File changed.

Contains only whitespace changes.