[roll] Roll fuchsia [audio][drivers][vim3] Add power framework initial integration

Upon system suspension we turn off the audio hardware, and back on
upon system resume. This is implemented with a passive dependency
from the audio-hw Power Element (PE) into the Power Framework's SAG
owned Execution State PE, and with a lease on the audio-hw PE within
the driver itself in order to ever raise the audio-hw power level.
The driver is instructed by the Power Frameworks' Power Broker to
change its power level using the RequiredLevel::Watch API and the
driver notifies the Power Broker of the power level updates using
the CurrentLevel::Update API.

Also the unit test fake platform device is moved from LLCPP to Natural
C++ bindings for better readability.

Original-Bug: b/309153055
Test: fx test -o aml-g12-composite-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1038853
Original-Revision: b24e45d24b365d8116ca28f1f4790d22b3866da1
GitOrigin-RevId: 5a3b0a0796cab373009aa80a8637bd569f2a1cd1
Change-Id: Ia6c8d83a5c92ac1d786e34b81ba581cf3d210f14
1 file changed
tree: 22bce1609dcebe9f51f3eb19fa9f22fcf094cbcf
  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 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.