[roll] Roll fuchsia [audio_core] Require volume curves to map vol0 => MUTED_GAIN_DB

This CL adds a requirement that volume 0 (MIN_VOLUME) must map to
MUTED_GAIN_DB. Although we might remove MIN_VOLUME from these curves
entirely, leaving the mapping implicit, we already have a requirement
that MAX_VOLUME must map to 0 dB, hence it's symmetrical to make a
similar requirement for MIN_VOLUME. Also, for readability, it's nice to
write out the entire curve explicitly.

Original-Fixed: 76571
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/529132
Original-Revision: dbd52f5e8cefc2631131b120ab29dd0bf55b57f9
GitOrigin-RevId: 1ace13fdd5837a89679d5afe94082ca3a1a8f266
Change-Id: I1287ca4004d5c1706c5e2e4a6fc2a4d6fceb47d5
1 file changed
tree: 8a82261e4013e8a44976069936edfd218424406d
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.