usb: gadget: uac1: Increase number of requests to 8
Increase number of USB requests from 2 to 8 so as to improve sound quality. Change-Id: I0b92c50a4dd62563b2fd31f00d67196edc4e0fba Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
This commit is contained in:
parent
da87eeaee1
commit
332db50dd4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#define UAC1_DEF_PCHMASK 0x3
|
||||
#define UAC1_DEF_PSRATE 48000
|
||||
#define UAC1_DEF_PSSIZE 2
|
||||
#define UAC1_DEF_REQ_NUM 2
|
||||
#define UAC1_DEF_REQ_NUM 8
|
||||
|
||||
|
||||
struct f_uac1_opts {
|
||||
|
|
Loading…
Add table
Reference in a new issue