[roll] Roll fuchsia [audio_core] Logging of SW-based device gain

As part of a campaign to "tighten up" audio test suites so
that they fail if unexpected ERROR logging is emitted, a few
places in audio_core and simple_audio_stream that log at
ERROR level have been changed to WARNING or INFO, where
those conditions are considered entirely normal/expected
(now INFO) or fully recoverable and triggerable at-will by
intentional client action (now WARNING).

This particular CL changes the logging message emitted by
audio_core if a client sets the output device's gain to any
setting other than transparent 0 db. Previously this was
ignored and an ERROR emitted; now it is (still) ignored and
a WARNING emitted.

Multiply: audio-device-enumerator-test
Multiply: audio_core_v1_unittests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/966077
Original-Revision: d7d3ca49e6681d2be903ff6054aac8b0431c7b84
GitOrigin-RevId: cf541aee0044d13d099a7c458d674349da03bd8f
Change-Id: I5b0c15d188e87e3287afa398f966bb8087cc1300
1 file changed
tree: 30fd34d4505ed5115dc385bde42837409d02bd7f
  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.