[roll] Roll fuchsia [audio][drivers][aml-g12] Fix powered down state changes

When the hardware has been turned OFF, it may not be
safe to change its configuration via MMIO writes.
We now make sure that all MMIO writes are made with
the HW in an ON power state.

Also, we turn ON the HW on all new ring buffers since
we specify that the power state by default is ON
(The sdk/fidl/fuchsia.hardware.audio/ring_buffer.fidl
SetActiveChannels spec states that
"By default all channels are active").

Original-Bug: 394673003
Test: fx test -o aml-g12-composite-test
Test: Trace power temporarily turning ON when writing to registers

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1212945
Original-Revision: ac7589ff475b5c07e65753bbdff245e4ab71d067
GitOrigin-RevId: c956f31e90fd6bba759002b398a047db4a50d47b
Change-Id: I8e32c89b3f1f772d3067a860fb4fa723f78ff509
1 file changed
tree: 7e3489cd139f987f83f88528f472c45419d99749
  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.