diff options
author | John Keeping <[email protected]> | 2020-01-10 11:28:14 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-01-15 10:39:23 +0100 |
commit | 6b02af3465ee11b63a938b13bddbf7ecd92860f3 (patch) | |
tree | d44825ddb368775b2d5bc467ab44553b8e2871fb /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 1e056efab9931366d1e1685736dfc978eca3bf06 (diff) |
usb: gadget: f_uac2: fix packet size calculation
The packet size for USB audio must always be a multiple of the frame
size, otherwise we are transmitting a partial frame which omits some
channels (and these end up at the wrong offset in the next packet).
Furthermore, it breaks the residue handling such that we end up trying
to send a packet exceeding the maximum packet size for the endpoint.
Signed-off-by: John Keeping <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions