commit | 84b006d7ad7d65586b828bd6df8dcfc9e1cf0274 | [log] [tgz] |
---|---|---|
author | Martin Puryear <mpuryear@fuchsia.infra.roller.google.com> | Tue Mar 05 00:54:53 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 04 16:57:59 2024 -0800 |
tree | f16db16f7e0ba609069655be6c9176ae9f5a9967 | |
parent | 1de01fe22075368769d835a0499d338b211dcd15 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.