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

Commit c368dab3 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: f_midi: Use 1024 bytes as MIDI buffer size" into msm-4.9

parents bef9060e 24808a9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1238,7 +1238,7 @@ static struct usb_function_instance *f_midi_alloc_inst(void)
	opts->func_inst.free_func_inst = f_midi_free_inst;
	opts->index = SNDRV_DEFAULT_IDX1;
	opts->id = SNDRV_DEFAULT_STR1;
	opts->buflen = 512;
	opts->buflen = 1024;
	opts->qlen = 32;
	opts->in_ports = 1;
	opts->out_ports = 1;