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:
Ajay Agarwal 2019-01-25 10:32:53 +05:30
parent da87eeaee1
commit 332db50dd4

View file

@ -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 {