[roll] Roll fuchsia [audio] Add DAI support sketelon to virtual_audio

Also create a default PostToDispatcher() in VirtualAudioDriver and
a pure virtual dispatcher() used by PostToDispatcher().

Original-Bug: 124865
Test: Switch to open DAI driver and back to a StreamConfig driver.
$ fx shell virtual_audio --dai --add --wait --stream --add --wait
Executing `--dai' command...
Then in another shell:
$ fx shell ls /dev/class/dai
8e73fc7a
And after pressing a key in the first shell
$ fx shell ls /dev/class/audio-output
7a29810f

Test: get-gain reports an error for DAI.
$ fx shell virtual_audio --add --get-gain --dai --add --get-gain
Executing `--add' command...
Executing `--get-gain' command...
--Received Gain   (mute: 0, agc: 0, gain: -0.75000 dB) for output
Executing `--dai' command...
Executing `--add' command...
Executing `--get-gain' command...
ERROR: Get gain failed

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/832081
Original-Revision: 31c3fb13d6064b0ec2f9404ad733cc56222e090d
GitOrigin-RevId: 185d49556414dc93be5b063be3c193ce4968c6dd
Change-Id: Ic501e0a1f740da4410e29212b295c6e07d453a51
1 file changed
tree: 5d50d782b5bc5eba1c48e32b8e2028a6d49f2460
  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.