[roll] Roll fuchsia [audio][test] Fix virtual-audio-legacy on riscv

Eliminate the usage of a FP method (use static_cast<int>
instead of 'truncf') so as to minimize virtual-audio-legacy
dependence on the C-runtime, for HW targets where this may
be restricted, such as riscv64.

Related: enable 'audio_driver_tests', as well as the CLI
'virtual_audio' utility, even if 'virtual-audio-legacy' is
absent or failing.

Original-Bug: 370741565
Original-Fixed: 406265676

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239046
Original-Revision: 6c00cd184c3490c7efe2396920b6cde736a1ff08
GitOrigin-RevId: 13308b944cbefc92b4f5b47c09a61c602250aca4
Change-Id: I77e7c99ea83b5126c7d54be32bb7e55a8a2fe823
1 file changed
tree: 561bf101cd707e8edc7ceca20ce6b8e2005a74f7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.