]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/protocol-simple.h
sink-input/source-output: Fix LFE remixing suddenly enabled
[pulseaudio] / src / pulsecore / protocol-simple.h
index c10eabe7db734a28cc721a91ac223e9c94a2af5c..f0723db996fcef9a533304c593193d1a5a9d83b4 100644 (file)
@@ -8,7 +8,7 @@
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
-  by the Free Software Foundation; either version 2 of the License,
+  by the Free Software Foundation; either version 2.1 of the License,
   or (at your option) any later version.
 
   PulseAudio is distributed in the hope that it will be useful, but
@@ -39,8 +39,8 @@ typedef struct pa_simple_options {
     pa_sample_spec sample_spec;
     pa_channel_map channel_map;
 
-    pa_bool_t record:1;
-    pa_bool_t playback:1;
+    bool record:1;
+    bool playback:1;
 } pa_simple_options;
 
 pa_simple_protocol* pa_simple_protocol_get(pa_core*core);