[roll] Roll fuchsia [audio][device_registry] FormatSets are static

To reflect the reality that RingBufferFormatSets (and
DaiFormatSets) are static -- they never change during the
lifetime of a running audio driver -- the Control method
`GetCurrentlyPermittedFormats` is removed. The field in the
static Device Info struct that contains this value (which
is renamed to `ring_buffer_format_sets`) contains the values
that were retrieved during driver initialization and will be
supported at all times while the driver instance is running.

Test: audio_services_device_registry_unittests
Test: audio_services_device_registry_warning_unittests

BUG: b/323273941

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