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

Commit 911b4fec 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"

parents 32ed0e48 39f9f528
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1111,7 +1111,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 = 256;
	opts->buflen = 1024;
	opts->qlen = 32;
	opts->in_ports = 1;
	opts->out_ports = 1;