]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ASoC: doc: ReSTize clocking.txt
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Nov 2016 21:25:28 +0000 (22:25 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Nov 2016 16:34:03 +0000 (17:34 +0100)
A simple conversion from a plain text file.

Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/soc/clocking.rst [moved from Documentation/sound/alsa/soc/clocking.txt with 94% similarity]
Documentation/sound/soc/index.rst

similarity index 94%
rename from Documentation/sound/alsa/soc/clocking.txt
rename to Documentation/sound/soc/clocking.rst
index b1300162e01cef93ae7f97dc728ce02255487500..32122d6877a3d3682670eeeaeec43eb91c2e7ffe 100644 (file)
@@ -1,3 +1,4 @@
+==============
 Audio Clocking
 ==============
 
@@ -30,15 +31,9 @@ runs at exactly the sample rate (LRC = Rate).
 
 Bit Clock can be generated as follows:-
 
-BCLK = MCLK / x
-
- or
-
-BCLK = LRC * x
-
- or
-
-BCLK = LRC * Channels * Word Size
+- BCLK = MCLK / x, or
+- BCLK = LRC * x, or
+- BCLK = LRC * Channels * Word Size
 
 This relationship depends on the codec or SoC CPU in particular. In general
 it is best to configure BCLK to the lowest possible speed (depending on your
index 4dd679927a9120e251f40c89616020fff3085906..0055abe16e7e9487b5617a47fb3b3a3f6e60994b 100644 (file)
@@ -14,3 +14,4 @@ The documentation is spilt into the following sections:-
    platform
    machine
    pops-clicks
+   clocking