| # Copyright 2020 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Please, read https://fuchsia.dev/fuchsia-src/contribute/docs/documentation-navigation-toc |
| # before making changes to this file, and add a member of the fuchsia.dev |
| # team as reviewer. |
| toc: |
| - title: "Overview" |
| path: /docs/concepts/drivers/driver_architectures/audio_drivers/audio_overview.md |
| - title: "Architecture" |
| path: /docs/concepts/drivers/driver_architectures/audio_drivers/audio_architecture.md |
| - title: "Audio driver streaming interface" |
| path: /docs/concepts/drivers/driver_architectures/audio_drivers/audio_streaming.md |
| - title: "Digital Audio Interface (DAI)" |
| path: /docs/concepts/drivers/driver_architectures/audio_drivers/audio_dai.md |
| - title: "Audio codec" |
| path: /docs/concepts/drivers/driver_architectures/audio_drivers/audio_codec.md |
| - title: "Legacy Audio streaming" |
| path: /docs/concepts/drivers/driver_architectures/audio_drivers/audio_streaming_original.md |