]> code.delx.au - pulseaudio/blobdiff - src/modules/alsa/module-alsa-sink.c
modules: add {sink|source|card}_properties argument to all modules
[pulseaudio] / src / modules / alsa / module-alsa-sink.c
index 8e600ab870242aac7e9177d6f70efa20585a1d13..058ea205c937989e4f8dd224d4b3ffb24492c1a8 100644 (file)
@@ -40,6 +40,7 @@ PA_MODULE_LOAD_ONCE(FALSE);
 PA_MODULE_USAGE(
         "name=<name of the sink, to be prefixed> "
         "sink_name=<name for the sink> "
+        "sink_properities=<properties for the sink> "
         "device=<ALSA device> "
         "device_id=<ALSA card index> "
         "format=<sample format> "
@@ -58,6 +59,7 @@ PA_MODULE_USAGE(
 static const char* const valid_modargs[] = {
     "name",
     "sink_name",
+    "sink_properties",
     "device",
     "device_id",
     "format",