[roll] Roll fuchsia [audio][test] VAD: partially enable position

VirtualAudioComposite and VirtualAudioDai do not yet fully
support position notifications. This CL ensures that these
drivers "stay quiet when they should be quiet" -- i.e. the
drivers will not emit position notifications if the stream
is not started nor if the notifications_per_ring parameter
was zero.

This unblocks a set of position tests in AudioDriverTests,
that run on all build flavors since they do not need real-
time response.

Work remains to enable these drivers to reply at the right
times, and to return the correct values.

Original-Bug: 370741565

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1251144
Original-Revision: 4b92cb18ea8099e5b4aa985cdf5eb84f1f2e896e
GitOrigin-RevId: 089fa17fc3168e5d1c37c414c89347feab0e2bd1
Change-Id: Icc6c5292aaf36db3040dd079e3bd1ec213b16cc3
1 file changed
tree: 57a0714dd91ba7d44d40e3aa2a4a8b3a3dbb85c7
  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.