[roll] Roll fuchsia [audio][drivers] Remove gain from codec APIs

Gain is part of the signal processing APIs that can
be used by codecs and other types of audio drivers.
This CL removes the duplicated part of the APIs, the
gain API usage was moved over in previous CLs.

Original-Bug: 101140
Test: fx test -ov simple-codec-unittest
Test: fx test -ov configurator-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/691470
Original-Revision: eea6e6449b3e5614fc40c2b1a4b8bc18d5546d4c
GitOrigin-RevId: e0a8c23253990ab05258405a6e5084fd55fe2c8b
Change-Id: I3a5b4e080f4e8b9f92cb0fb1a358adc8f9086661
1 file changed
tree: 0ffc159c162d74bab5307e32457fe247f379aaa0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.