[roll] Roll fuchsia [audio][drivers] codec.fidl param name (2 of 2)

As part 2 of a two-part transition, remove the deprecated
parameter `start_time` that was previously returned from
fuchsia.hardware.audio.Codec/Stop. Because all drivers
are still in-tree, and all Codec drivers are serviced by
a single helper library(!), this can actually be done in
one step. Because it is simply a renaming of a parameter
(no change to its type), this is actually already ABI-
compatible.

Test: fx test -ouv audio_driver_tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/953702
Original-Revision: 984ed3781551d6fff0c511a049a884825bef7a77
GitOrigin-RevId: ba91fe44f179c50f865871aefec515e4207370b4
Change-Id: I61c687356c25d21ecb389b96ecbc0a07653f4bbc
1 file changed
tree: 6a5dc458fb19a860f8aa28cf5a7dbdbc61f7b16d
  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.