[roll] Roll fuchsia [audio] Make fuchsia_audio_device/Provider open

Convert the fuchsia_audio_device/Provider protocol from
closed to open.

Upon receiving an unrecognized method, AudioDeviceRegistry
will complain loudly (emit a WARNING) but will continue on
without closing the protocol channel, so as to be resilient
not only to older clients but also newer ones.

Original-Bug: b/344659863

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1109634
Original-Revision: 35a5dde229871a0d5b9d1d7a235bf294276ddf53
GitOrigin-RevId: 9e3f50b31ae318ab120f94ad405db8f863adc2af
Change-Id: I1741a6dc2ba5fa44893322bdfe690a404ed06180
1 file changed
tree: 3c8746add470a24f681507801f97d73f718a3a65
  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.