diff options
-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 |