action =udev_device_get_action(dev);if(action && pa_streq(action,"remove")) remove_card(u, dev);elseif((!action || pa_streq(action,"change")) && udev_device_get_property_value(dev,"SOUND_INITIALIZED")) card_changed(u, dev);/* For an explanation why we don't look for 'add' e...
undefined reference to `udev_device_get_action' /usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/libusb-1.0.a(libusb_1_0_la-linux_udev.o): In function `udev_hotplug_event': (.text+0x17): undefined reference to `udev_device_get_action' /usr/lib/gcc/i686-linux-gnu/4.8...
(.text+0x17): undefined reference to`udev_device_get_action'/usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/libusb-1.0.a(libusb_1_0_la-linux_udev.o): In function`udev_hotplug_event': (.text+0x3d): undefined reference to`udev_device_get_devnode'/usr/lib/gcc/i686-linu...