Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5c47df9 authored by Liam Girdwood's avatar Liam Girdwood Committed by Mark Brown
Browse files

ASoC: Docs: Machine update



Update the machine driver documentation and bring it up to date
with the current code base. This includes multi component.

Signed-off-by: default avatarLiam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 630a1b3b
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
ASoC Machine Driver
ASoC Machine Driver
===================
===================


The ASoC machine (or board) driver is the code that glues together the platform
The ASoC machine (or board) driver is the code that glues together all the
and codec drivers.
component drivers (e.g. codecs, platforms and DAIs). It also describes the
relationships between each componnent which include audio paths, GPIOs,
interrupts, clocking, jacks and voltage regulators.


The machine driver can contain codec and platform specific code. It registers
The machine driver can contain codec and platform specific code. It registers
the audio subsystem with the kernel as a platform device and is represented by
the audio subsystem with the kernel as a platform device and is represented by