diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-11-10 22:25:28 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-11-11 17:34:03 +0100 |
commit | fb3df950833c1e8c39a82313942e6375f3f498c6 (patch) | |
tree | f241c8ccd0d5fc207a228c715c2eda2ad3f2c093 /Documentation/sound | |
parent | c9746eeafca3b5286a0355b895eb48af19d54d2d (diff) | |
download | op-kernel-dev-fb3df950833c1e8c39a82313942e6375f3f498c6.zip op-kernel-dev-fb3df950833c1e8c39a82313942e6375f3f498c6.tar.gz |
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>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/soc/clocking.rst (renamed from Documentation/sound/alsa/soc/clocking.txt) | 13 | ||||
-rw-r--r-- | Documentation/sound/soc/index.rst | 1 |
2 files changed, 5 insertions, 9 deletions
diff --git a/Documentation/sound/alsa/soc/clocking.txt b/Documentation/sound/soc/clocking.rst index b130016..32122d6 100644 --- a/Documentation/sound/alsa/soc/clocking.txt +++ b/Documentation/sound/soc/clocking.rst @@ -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 diff --git a/Documentation/sound/soc/index.rst b/Documentation/sound/soc/index.rst index 4dd6799..0055abe 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:- platform machine pops-clicks + clocking |