[roll] Roll fuchsia [audio][ffxdaemon] Share Control connection for multiple requests

Ensures that audio_ffx_daemon has only a single connection to a
device protocol at a time, since both hardware protocol and
fuchsia.audio.device.Control servers expect a single client at a time.

This allows clients to make multiple requests at a time, e.g.
simultaneous `ffx audio device record` and `play`.

audio_ffx_daemon now reuses the `DeviceControl` instance from a
previous request if that request is still in flight.

Original-Bug: b/329150383

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1028615
Original-Revision: 6968808cc581d46962d1139eb3b8e0f1e5dbb94f
GitOrigin-RevId: 7a292ecc03095cda741c576f015874723609451b
Change-Id: If83587212015b67e31b778080bc5eafd68d275a5
1 file changed
tree: 6217e499e63b13a6e711c569fb0d90a53655d9d6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.