alsa: rework mixer logic
[profile/ivi/pulseaudio-panda.git] / src / modules / udev-util.h
index 5120abd..8523bc4 100644 (file)
@@ -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