From 437f00d6de8a8b4963d503932c2fbdcd123fe036 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 7 Apr 2009 11:41:41 -0700 Subject: [PATCH] Add missing comment markers --- alsoftrc.sample | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/alsoftrc.sample b/alsoftrc.sample index 1e9cdce2..438eba4a 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -68,39 +68,39 @@ excludefx = # Sets which effects to exclude, preventing apps from using them. # Default is empty (all available effects enabled) layout_STEREO = # Sets the speaker layout when using stereo output. Values are - specified in degrees, where 0 is straight in front, negative - goes left, and positive goes right. The values must define a - circular pattern, starting with the back-left at the most - negative, around the front to back-center. Unspecified - speakers will remain at their default position. Available - speakers are front-left(fl) and front-right(fr). - The default is: - fl=-90, fr=90 + # specified in degrees, where 0 is straight in front, negative + # goes left, and positive goes right. The values must define a + # circular pattern, starting with the back-left at the most + # negative, around the front to back-center. Unspecified + # speakers will remain at their default position. Available + # speakers are front-left(fl) and front-right(fr). + # The default is: + # fl=-90, fr=90 layout_QUAD = # Sets the speaker layout when using quadriphonic output. - Available speakers are back-left(bl), front-left(fl), - front-right(fr), and back-right(br). - The default is: - bl=-135, fl=-45, fr=45, br=135 + # Available speakers are back-left(bl), front-left(fl), + # front-right(fr), and back-right(br). + # The default is: + # bl=-135, fl=-45, fr=45, br=135 layout_51CHN = # Sets the speaker layout when using 5.1 output. Available - speakers are back-left(bl), front-left(fl), front-center(fc), - front-right(fr), and back-right(br). - The default is: - bl=-110, fl=-30, fc=0, fr=30, br=110 + # speakers are back-left(bl), front-left(fl), front-center(fc), + # front-right(fr), and back-right(br). + # The default is: + # bl=-110, fl=-30, fc=0, fr=30, br=110 layout_61CHN = # Sets the speaker layout when using 6.1 output. Available - speakers are side-left(sl), front-left(fl), front-center(fc), - front-right(fr), side-right(sr), and back-center(bc). - The default is: - sl=-90, fl=-30, fc=0, fr=30, sr=90, bc=180 + # speakers are side-left(sl), front-left(fl), front-center(fc), + # front-right(fr), side-right(sr), and back-center(bc). + # The default is: + # sl=-90, fl=-30, fc=0, fr=30, sr=90, bc=180 layout_71CHN = # Sets the speaker layout when using 7.1 output. Available - speakers are back-left(bl), side-left(sl), front-left(fl), - front-center(fc), front-right(fr), side-right(sr), and - back-right(br). - The default is: - bl=-150, sl=-90, fl=-30, fc=0, fr=30, sr=90 br=150 + # speakers are back-left(bl), side-left(sl), front-left(fl), + # front-center(fc), front-right(fr), side-right(sr), and + # back-right(br). + # The default is: + # bl=-150, sl=-90, fl=-30, fc=0, fr=30, sr=90 br=150 [alsa] # ALSA backend stuff -- 2.11.4.GIT