[roll] Roll fuchsia [audio][drivers] Make Codec unique_id an array

The CodecProperties.unique_id field is intended to be a 128-bit
identifier that is optionally provided by a Codec driver.
In FIDL, this field is currently declared as `string:16`.
The other audio driver types (Composite, StreeamConfig, Dai)
have this same construct, declared as array<uint8, 16>.

The Codec definition is unworkable because if any of the 16
byte values are > 127, then FIDL treats the value as the
first byte of a multi-byte character and subsequently
misinterprets the byte-length of the field. Furthermore,
if any of the 16 byte values are 0, client or server code
might fall into the trap of truncating this "string"
without capturing all 16 bytes.

This CL redefines CodecProperties.unique_id to match the
other driver types.

BUG: b/323273941

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1002143
Original-Revision: 2a0e42f1549b06477bbe9325c1b99859f8904058
GitOrigin-RevId: 4d8dc0c9a77353bbf5c1567629fabe3e58c0d836
Change-Id: I22065fa4e2ebb6ebff59afa9e91d353d61b3481c
1 file changed
tree: 170711742e727cf60e1504ad7f4b2713718fafc0
  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.