aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-11-10 16:25:28 -0500
committerTakashi Iwai <tiwai@suse.de>2016-11-11 11:34:03 -0500
commitfb3df950833c1e8c39a82313942e6375f3f498c6 (patch)
treef241c8ccd0d5fc207a228c715c2eda2ad3f2c093
parentc9746eeafca3b5286a0355b895eb48af19d54d2d (diff)
ASoC: doc: ReSTize clocking.txt
A simple conversion from a plain text file. Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--Documentation/sound/soc/clocking.rst (renamed from Documentation/sound/alsa/soc/clocking.txt)13
-rw-r--r--Documentation/sound/soc/index.rst1
2 files changed, 5 insertions, 9 deletions
diff --git a/Documentation/sound/alsa/soc/clocking.txt b/Documentation/sound/soc/clocking.rst
index b1300162e01c..32122d6877a3 100644
--- a/Documentation/sound/alsa/soc/clocking.txt
+++ b/Documentation/sound/soc/clocking.rst
@@ -1,3 +1,4 @@
1==============
1Audio Clocking 2Audio Clocking
2============== 3==============
3 4
@@ -30,15 +31,9 @@ runs at exactly the sample rate (LRC = Rate).
30 31
31Bit Clock can be generated as follows:- 32Bit Clock can be generated as follows:-
32 33
33BCLK = MCLK / x 34- BCLK = MCLK / x, or
34 35- BCLK = LRC * x, or
35 or 36- BCLK = LRC * Channels * Word Size
36
37BCLK = LRC * x
38
39 or
40
41BCLK = LRC * Channels * Word Size
42 37
43This relationship depends on the codec or SoC CPU in particular. In general 38This relationship depends on the codec or SoC CPU in particular. In general
44it is best to configure BCLK to the lowest possible speed (depending on your 39it is best to configure BCLK to the lowest possible speed (depending on your
diff --git a/Documentation/sound/soc/index.rst b/Documentation/sound/soc/index.rst
index 4dd679927a91..0055abe16e7e 100644
--- a/Documentation/sound/soc/index.rst
+++ b/Documentation/sound/soc/index.rst
@@ -14,3 +14,4 @@ The documentation is spilt into the following sections:-
14 platform 14 platform
15 machine 15 machine
16 pops-clicks 16 pops-clicks
17 clocking