]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: Docs: Machine update
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Fri, 20 Sep 2013 17:19:08 +0000 (18:19 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 23 Sep 2013 11:06:25 +0000 (12:06 +0100)
Update the machine driver documentation and bring it up to date
with the current code base. This includes multi component.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/sound/alsa/soc/machine.txt

index d50c14df34112ed2095942062bcaab90d90697bd..74056dba52be7aab7adbcadd45064fa71d79534f 100644 (file)
@@ -1,8 +1,10 @@
 ASoC Machine Driver
 ===================
 
-The ASoC machine (or board) driver is the code that glues together the platform
-and codec drivers.
+The ASoC machine (or board) driver is the code that glues together all the
+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 audio subsystem with the kernel as a platform device and is represented by