[roll] Roll fuchsia [audio] SetActiveChannels set time

This CL adds an out-parameter for the SimpleAudioStream
method ChangeActiveChannels, so that the driver can indicate
when the change in channel status actually took place.

Related to this, clarify in a comment in ring_buffer.fidl
that the `set_time` parameter returned in response to
`SetActiveChannels` can be a timestamp before the method
call altogether, if the `SetActiveChannels` call represented
no change to the hardware configuration.

This CL also enables `SetActiveChannels` for VirtualAudio
Composite, Dai and StreamConfig drivers.

Test: fx test -ouv audio_drivers_tests -- --admin

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/961875
Original-Revision: 694608a2cef34b5a3dfb68660f103d9750c6a70a
GitOrigin-RevId: 808c59cd722152ed411aa17f4811f1f046a273ac
Change-Id: I8648346ea61e846cdc3357a0ca1b4e17e3593099
1 file changed
tree: 34b6a5da606fbc8db272441580ca69343d68e1c7
  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.