aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 07:44:21 -0400
committerMark Brown <broonie@kernel.org>2016-05-30 11:15:16 -0400
commitadd3873ebdf375e0366044fa0c0078e402eef744 (patch)
tree83a1ede5c3b6bfe81a0ebd89e79aa1f2c451bebf
parent1a695a905c18548062509178b98bc91e67510864 (diff)
ASoC: dt: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/sound/alsa/soc/machine.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/soc/machine.txt b/Documentation/sound/alsa/soc/machine.txt
index 74056dba52be..6bf2d2063b52 100644
--- a/Documentation/sound/alsa/soc/machine.txt
+++ b/Documentation/sound/alsa/soc/machine.txt
@@ -3,7 +3,7 @@ ASoC Machine Driver
3 3
4The ASoC machine (or board) driver is the code that glues together all the 4The ASoC machine (or board) driver is the code that glues together all the
5component drivers (e.g. codecs, platforms and DAIs). It also describes the 5component drivers (e.g. codecs, platforms and DAIs). It also describes the
6relationships between each componnent which include audio paths, GPIOs, 6relationships between each component which include audio paths, GPIOs,
7interrupts, clocking, jacks and voltage regulators. 7interrupts, clocking, jacks and voltage regulators.
8 8
9The machine driver can contain codec and platform specific code. It registers 9The machine driver can contain codec and platform specific code. It registers