[Version] 15.0-18
[Issue Type] TV product
Change-Id: I1a6af49c3b8614f2f463aa2812a7c86a9a387b66
Name: pulseaudio
Summary: Improved Linux sound server
Version: 15.0
-Release: 17
+Release: 18
Group: Multimedia/Audio
License: LGPL-2.1
URL: http://pulseaudio.org
goto fail;
}
#ifdef __TIZEN__
+#ifndef TIZEN_TV_PROD
if (udev_monitor_filter_add_match_subsystem_devtype(u->monitor, "extcon", NULL) < 0) {
pa_log("Failed to subscribe to extcon devices.");
goto fail;
}
#endif
+#endif
errno = 0;
if (udev_monitor_enable_receiving(u->monitor) < 0) {