]> code.delx.au - pulseaudio/commitdiff
remap: unify argument order with other modules
authorLennart Poettering <lennart@poettering.net>
Fri, 14 Aug 2009 22:57:36 +0000 (00:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 14 Aug 2009 22:57:36 +0000 (00:57 +0200)
src/modules/module-remap-sink.c

index 0b7b9b8f900ea5f379619a0141f141da2e9d5591..45f4e2af7ba4e91ac66f95c116592e5b4618c8cc 100644 (file)
@@ -1,7 +1,7 @@
 /***
   This file is part of PulseAudio.
 
-  Copyright 2004-2008 Lennart Poettering
+  Copyright 2004-2009 Lennart Poettering
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
@@ -48,8 +48,8 @@ PA_MODULE_USAGE(
         "master=<name of sink to remap> "
         "master_channel_map=<channel map> "
         "format=<sample format> "
-        "channels=<number of channels> "
         "rate=<sample rate> "
+        "channels=<number of channels> "
         "channel_map=<channel map> "
         "remix=<remix channels?>");