]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/core-scache.h
remap: Change remapping function argument type from void to int16_t / float as approp...
[pulseaudio] / src / pulsecore / core-scache.h
index 1fe3c309729982ef037c61c0aa31737a82f5ec2d..1b67d0dbeb3ec1c4a386980046859345adab1e12 100644 (file)
@@ -9,7 +9,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
@@ -36,14 +36,14 @@ typedef struct pa_scache_entry {
     char *name;
 
     pa_cvolume volume;
-    pa_bool_t volume_is_set;
+    bool volume_is_set;
     pa_sample_spec sample_spec;
     pa_channel_map channel_map;
     pa_memchunk memchunk;
 
     char *filename;
 
-    pa_bool_t lazy;
+    bool lazy;
     time_t last_used_time;
 
     pa_proplist *proplist;