[roll] Roll fuchsia [audio][aml-g12-tdm] Move ctor out of line for C++23 compatibility

In C++23, std::unique_ptr<T> can't be instantiated when T is an
incomplete type.  This requires moving method bodies or member
initializers that involve unique_ptr types out of line so that
they aren't evaluated until the types are all complete, unless
forward declarations of incomplete types are avoided completely.

Original-Bug: 459923005
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1546540
Original-Revision: acdd838e25eb0674d435d7a51c5a7712c9a4a7cc
GitOrigin-RevId: 35d184c1a8b7fd7a377ead146d428317e7c0c7d0
Change-Id: I137a74b30087362500ca0c302d6a55065d813beb
1 file changed
tree: b20e952eb859f1cd7e166a19718e9c62cc2c3246
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.