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

Commit cf8f0975 authored by Sriharsha Allenki's avatar Sriharsha Allenki Committed by Gerrit - the friendly Code Review server
Browse files

usb: android: f_uac2: Fix audio quality issues



The existing f_uac2 driver has audio quality issues.
The isochronous packet drops are reduced by increasing
the number of USB tranfers that can be queued. And thus
improving the audio quality.

Change-Id: I2979c1c0a0301c96cd18ba1ae4c9d6eeb7799a27
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent be05b187
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include "u_uac2.h"

/* Keep everyone on toes */
#define USB_XFERS	2
#define USB_XFERS	8

/*
 * The driver implements a simple UAC_2 topology.