]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ASoC: doc: ReSTize pops_clicks.txt
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Nov 2016 21:23:58 +0000 (22:23 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Nov 2016 16:33:54 +0000 (17:33 +0100)
A simple conversion from a plain text file.
The file name was changed from "pops_clicks" to "pops-clicks" to align
with others.

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

index 4ac3585e7dd199b04fff2c56d91856d7b23b1748..4dd679927a9120e251f40c89616020fff3085906 100644 (file)
@@ -13,3 +13,4 @@ The documentation is spilt into the following sections:-
    dapm
    platform
    machine
+   pops-clicks
similarity index 87%
rename from Documentation/sound/alsa/soc/pops_clicks.txt
rename to Documentation/sound/soc/pops-clicks.rst
index e1e74daa4497219209446c9e152f6d4a40c7c837..de7eb2a6604ae89e4358549a7b232bb622ad7355 100644 (file)
@@ -1,3 +1,4 @@
+=====================
 Audio Pops and Clicks
 =====================
 
@@ -20,10 +21,11 @@ currently, however future audio codec hardware will have better pop and click
 suppression.  Pops can be reduced within playback by powering the audio
 components in a specific order. This order is different for startup and
 shutdown and follows some basic rules:-
+::
 
- Startup Order :- DAC --> Mixers --> Output PGA --> Digital Unmute
-
- Shutdown Order :- Digital Mute --> Output PGA --> Mixers --> DAC
  Startup Order :- DAC --> Mixers --> Output PGA --> Digital Unmute
+  
  Shutdown Order :- Digital Mute --> Output PGA --> Mixers --> DAC
 
 This assumes that the codec PCM output path from the DAC is via a mixer and then
 a PGA (programmable gain amplifier) before being output to the speakers.
@@ -36,10 +38,11 @@ Capture artifacts are somewhat easier to get rid as we can delay activating the
 ADC until all the pops have occurred. This follows similar power rules to
 playback in that components are powered in a sequence depending upon stream
 startup or shutdown.
+::
 
- Startup Order - Input PGA --> Mixers --> ADC
-
- Shutdown Order - ADC --> Mixers --> Input PGA
  Startup Order - Input PGA --> Mixers --> ADC
+  
  Shutdown Order - ADC --> Mixers --> Input PGA
 
 
 Zipper Noise