[roll] Roll fuchsia [audio] Add DAI & Codec device types to virtual_audio

Also add the API errors for not supported and invalid args such
that new device types can report these errors as needed.

Original-Bug: 124865
Test: Non-DAI virtual audio works, DAI/Codec tested with following CLs.
$ fx shell virtual_audio --add --get-gain --in --add --get-gain
Executing `--add' command...
Executing `--get-gain' command...
--Received Gain   (mute: 0, agc: 0, gain: -0.75000 dB) for output
Executing `--in' command...
Executing `--add' command...
Executing `--get-gain' command...
--Received Gain   (mute: 0, agc: 0, gain: -0.75000 dB) for input

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832078
Original-Revision: e61a2048dc4a10b09f2e61ed64a9aeb0ac9f0646
GitOrigin-RevId: 7bcae3bbe9bea5677ec4c27aaa2521cc43931868
Change-Id: I1c557db140a87e00dcae49cf42d2e43fa24a0ff1
1 file changed
tree: 0d07e3fc623c5f4cc4ba2fa51ab879e4ecf1d6ce
  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.