[roll] Roll fuchsia [audio][vim3] Fix type of errors returned

For the VIM3 audio driver, return DriverError (not
zx_status_t) for non-fatal errors in Composite methods.

Update SetElementState to return an error but not close
the protocol channel, if the specified element_id is
unrecognized.

Update SetTopology to succeed (if the one and only VIM3-
reported topology ID is passed) or fail with INVALID_ARGS
(if any other topology ID value is passed).

Test: fx test -ouv audio_driver_tests -- --admin

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/961056
Original-Revision: bb5358c95b0cd2a46143c2ac182e3b4981bb4912
GitOrigin-RevId: bc622486a0d90fd83bf289e8db9c2002207a1384
Change-Id: I16ae99314ccf6690baabed8a49c5296b5137e392
1 file changed
tree: 654b038e72a2fcf3ce6eaf815b67eea19d74373d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.