Update da7219 audio driver to the latest sdk

In addition to rolling a new SDK, this CL updates the driver and all the
surrounding code and build rules to the changes since the last SDK roll.

Test: tools/bazel build --config=fuchsia_x64 //src/da7219/driver:pkg //src/da7219/controller:pkg

Fixed: 120182
Change-Id: Iefe9319b6499535c8a573669e2a7e328f525837b
14 files changed
tree: 138ab82fa51cd61ee9ec9d86f02a17cb7bc4c6a5
  1. scripts/
  2. src/
  3. third_party/
  4. tools/
  5. .bazelrc
  6. .gitignore
  7. .gitmodules
  8. AUTHORS
  9. CONTRIBUTING.md
  10. LICENSE
  11. OWNERS
  12. PATENTS
  13. README.md
  14. WORKSPACE.bazel
README.md

Fuchsia Dialog drivers

This repository contains instructions and source code to build Dialog drivers using only the Fuchsia SDK.

Prepare yuor environment

  1. Run the bootstrap script that downloads the appropriate Bazel binary:
scripts/bootstrap.sh
  1. To load the driver components on Qemu, first start the Qemu as specified in https://fuchsia.dev/fuchsia-src/get-started/sdk/get-started-with-driver?hl=en#start-the-emulator

  2. Follow the README.md for the specific driver, for instance da7219.