[roll] Roll fuchsia [audio] Reference clock domains and other updates

* Reference clocks need a "clock_domain" parameter. This is normally
  CLOCK_DOMAIN_MONOTONIC or CLOCK_DOMAIN_EXTERNAL, but can be different
  when the clock comes from a device.

* Add media timestamp units and a payload buffer to
  fuchsia.audio.mixer/CreateProducer. For now, the payload buffer is a
  single VMO. We don't support dynamically adding or removing VMOs. This
  may change after ongoing API discussions complete.

These FIDL types are currently not used out-of-tree, hence it should be
safe to update tag numbers.

Original-Bug: 87651
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/725482
Original-Revision: 2e4d4d42427010e121ae284ac64cbc56c1e1bfc5
GitOrigin-RevId: a02e6c65a54e5ff9e89527a51f6ffb83ba439527
Change-Id: Icf72bfb45002b0115b621bffbfac76aa5b4d95d2
1 file changed
tree: 9d94e09488b162e345efac909b8fe05fffd97a60
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.