diff options
author | Chris Robinson <[email protected]> | 2011-01-23 23:57:39 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-01-23 23:57:39 -0800 |
commit | 02e0223fe8a2f80f296fe08c4e19b7cbf8062ff8 (patch) | |
tree | 65b8d566a9c13aa52f813ba3c3597ac28f8ad88e /alsoftrc.sample | |
parent | 6c4add67e182f40dcd856216c48079c4fb04455d (diff) |
Re-enable channel-config-specific layout options
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 0ac27619..3a7af51b 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -150,6 +150,16 @@ # and back-center(bc). #layout = +## layout_*: +# Channel-specific layouts may be specified to override the layout option. The +# same speakers as the layout option are available, and the default settings +# are shown below. +#layout_STEREO = fl=-90, fr=90 +#layout_QUAD = fl=-45, fr=45, bl=-135, br=135 +#layout_51CHN = fl=-30, fr=30, fc=0, bl=-110, br=110 +#layout_61CHN = fl=-30, fr=30, fc=0, sl=-90, sr=90, bc=180 +#layout_71CHN = fl=-30, fr=30, fc=0, sl=-90, sr=90, bl=-150, br=150 + ## ## ALSA backend stuff ## |