]> code.delx.au - pulseaudio/commitdiff
sink: Add PA_SINK_SET_FORMATS macro
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 18 Aug 2011 09:25:52 +0000 (14:55 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 18 Aug 2011 09:26:41 +0000 (14:56 +0530)
Required for testing the existence of the flag

src/pulse/def.h

index d14ebca3f8eb56dcd728906f689b751c1c096f7d..9d7cac8c3f1c68b0cfbc1defb2b88df5d5db4501 100644 (file)
@@ -773,6 +773,7 @@ typedef enum pa_sink_flags {
 #define PA_SINK_DYNAMIC_LATENCY PA_SINK_DYNAMIC_LATENCY
 #define PA_SINK_SYNC_VOLUME PA_SINK_SYNC_VOLUME
 #define PA_SINK_SHARE_VOLUME_WITH_MASTER PA_SINK_SHARE_VOLUME_WITH_MASTER
+#define PA_SINK_SET_FORMATS PA_SINK_SET_FORMATS
 
 /** \endcond */