diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 07:44:21 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-30 11:15:16 -0400 |
commit | add3873ebdf375e0366044fa0c0078e402eef744 (patch) | |
tree | 83a1ede5c3b6bfe81a0ebd89e79aa1f2c451bebf | |
parent | 1a695a905c18548062509178b98bc91e67510864 (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.txt | 2 |
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 | ||
4 | The ASoC machine (or board) driver is the code that glues together all the | 4 | The ASoC machine (or board) driver is the code that glues together all the |
5 | component drivers (e.g. codecs, platforms and DAIs). It also describes the | 5 | component drivers (e.g. codecs, platforms and DAIs). It also describes the |
6 | relationships between each componnent which include audio paths, GPIOs, | 6 | relationships between each component which include audio paths, GPIOs, |
7 | interrupts, clocking, jacks and voltage regulators. | 7 | interrupts, clocking, jacks and voltage regulators. |
8 | 8 | ||
9 | The machine driver can contain codec and platform specific code. It registers | 9 | The machine driver can contain codec and platform specific code. It registers |