Merge "usb: gadget: f_midi: Use 1024 bytes as MIDI buffer size"
This commit is contained in:
commit
911b4fecbe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue