[roll] Roll fuchsia [audio][test] Fix .so name in render pipeline test

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).

In this case, the CL actually fixes a real bug in a test
case in audio-renderer-pipeline-test, where an effects
configuration update was failing (and logging at ERROR
level!) because an entirely incorrect .so name was being
specified for the intended effects module.

Multiply: audio-renderer-pipeline-test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/966076
Original-Revision: 274b75abd88c537dc0e0b06321259b775e612f16
GitOrigin-RevId: 15eb80d61f2b1c36bc87117f0eb24e6579f741d0
Change-Id: I3a85bf8f8dfeb4e997f14a4865543a900af37b22
1 file changed
tree: 77a9dcc94cc9aee0152dfd96c737407ec382e194
  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.