[roll] Roll fuchsia [usb][audio] Improve support for asynchronous USB audio inputs

This fixes some improper behavior seen with asynchronous USB audio inputs.
In particular, async inputs can send variable length packets depending
on their own state, and we were not handling them well; this change
handles them better by reacting to the actual data received instead of
trying to assume anything about the packet sizes.

Original-Bug: 31906

Test: Record and playback audio on Logitech H390 headset.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/775382
Original-Revision: b5b6ef79724d079db9deb741ed9c876f64c3cfa5
GitOrigin-RevId: 075c4b1f3112205d703bfc817d86784f08f243f1
Change-Id: Id6956d7019c75964f9bbed5613282d87706e7f85
1 file changed
tree: 5435ca1d78304161925c1b47a2a99c97a76b4f46
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.