[roll] Roll fuchsia [audio][adr] Consolidate format validation utilities

Move audio format support validation functions (DaiFormatIsSupported,
RingBufferFormatIsSupported, and PacketStreamFormatIsSupported) from
the generic common.h/.cc into the more specific format_utils.h/.cc.

Remove common.h and common.cc as they are no longer needed. This
improves code organization by grouping format-related utilities
together.

Test: fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1562176
Original-Revision: 9dbf012aa9e2494738081b3f69d0ab3e1519bc9a
GitOrigin-RevId: b307e73e09589042b4a11e70cac14bb0fdc48613
Change-Id: If25a00ed7ea3115977ce62f645008596f5e31f8d
1 file changed
tree: 51c69931ebd1a7a3cb4d15a5d9b0776c7ab35288
  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.