diff -Naur cplay-1.49.orig//cplay cplay-1.49/cplay --- cplay-1.49.orig//cplay 2012-03-31 19:21:30.000000000 +0200 +++ cplay-1.49/cplay 2012-03-31 19:24:04.000000000 +0200 @@ -1508,15 +1508,15 @@ mixer = ossaudiodev.openmixer() get, set = mixer.get, mixer.set self.channels = self.channels or \ - [['MASTER', ossaudiodev.SOUND_MIXER_VOLUME], - ['PCM', ossaudiodev.SOUND_MIXER_PCM]] + [['PCM', ossaudiodev.SOUND_MIXER_PCM], + ['MASTER', ossaudiodev.SOUND_MIXER_VOLUME]] except ImportError: import oss mixer = oss.open_mixer() get, set = mixer.read_channel, mixer.write_channel self.channels = self.channels or \ - [['MASTER', oss.SOUND_MIXER_VOLUME], - ['PCM', oss.SOUND_MIXER_PCM]] + [['PCM', oss.SOUND_MIXER_PCM], + ['MASTER', oss.SOUND_MIXER_VOLUME]] if cmd is "toggle": self.channels.insert(0, self.channels.pop()) name, channel = self.channels[0] if cmd is "cue": arg = min(100, max(0, get(channel)[0] + arg)) diff -Naur cplay-1.49.orig//cplay.1 cplay-1.49/cplay.1 --- cplay-1.49.orig//cplay.1 2012-03-31 19:21:30.000000000 +0200 +++ cplay-1.49/cplay.1 2012-03-31 19:24:26.000000000 +0200 @@ -44,7 +44,7 @@ .IP \fB\-R Toggles playlist \fIrandom\fP mode .IP \fB\-v -Toggles PCM and MASTER (default) volume control +Toggles PCM (default) and MASTER volume control .SH SEE ALSO .PP