]> code.delx.au - pulseaudio/blobdiff - src/modules/udev-util.h
Merge remote branch 'origin/master-tx'
[pulseaudio] / src / modules / udev-util.h
index 86fbba7f157a7e414e76642d138c852ebb7cfd8e..8523bc4da374f1b0da1a463e2cf586cbb919979d 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
+  published 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
@@ -25,6 +25,7 @@
 
 #include <pulsecore/core.h>
 
-int pa_udev_get_info(pa_core *core, pa_proplist *p, int card);
+int pa_udev_get_info(int card_idx, pa_proplist *p);
+char* pa_udev_get_property(int card_idx, const char *name);
 
 #endif