summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/sound_settings.tex
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2024-04-29 20:33:26 -0500
committerAidan MacDonald <amachronic@protonmail.com>2024-05-12 09:42:02 -0400
commit5f377c2613b54acc752902fa7531b9d25b03863e (patch)
tree052a94254c9057f1b11a64a665f0c33b9e7476a7 /manual/configure_rockbox/sound_settings.tex
parentd0758c5330aac0cdee7b94b7b29e196b53b2e362 (diff)
downloadrockbox-5f377c2613b54acc752902fa7531b9d25b03863e.tar.gz
rockbox-5f377c2613b54acc752902fa7531b9d25b03863e.zip
Eros Q Native: Add Stereo SW behavior setting
Hopefully this should cover our bases so we can change the behavior of the stereo switch to keep line out working when they change the hardware on us! Change-Id: Ic36bcb3778d5681a5f3f158c689df9c1420c1d7e
Diffstat (limited to 'manual/configure_rockbox/sound_settings.tex')
-rw-r--r--manual/configure_rockbox/sound_settings.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index 951eded31c..fd69d63317 100644
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -193,6 +193,24 @@ change to customise your listening experience.
193 the effect of widening the stereo field. A value of 100\% will leave the 193 the effect of widening the stereo field. A value of 100\% will leave the
194 stereo field unaltered. 194 stereo field unaltered.
195 195
196\opt{erosqnative}{
197 \section{Stereo Switch Mode}
198 The Eros Q and related devices contain a stereo switch in the audio path.
199 This may be connected differently depending on the hardware revision. This
200 setting allows the behavior of the stereo switch to be changed if one of
201 the two outputs (Headphones or Line Out) is not working. There are four modes:
202 \begin{description}
203 \item[Normal.]
204 Headphones output uses a value of 0, and Line Out uses a value of 1.
205 \item[Reverse.]
206 Headphones output uses a value of 1, and Line Out uses a value of 0.
207 \item[Always 0.]
208 Both outputs use a value of 0.
209 \item[Always 1.]
210 Both outputs use a value of 1.
211 \end{description}
212}
213
196\opt{dac_power_mode}{ 214\opt{dac_power_mode}{
197 \opt{fiiom3k}{ 215 \opt{fiiom3k}{
198 \section{DAC Power Mode} 216 \section{DAC Power Mode}