module-udev-detect: disable watching extcon hdmi on TV product 08/293408/2 accepted/tizen/unified/20230531.034432
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 26 May 2023 05:19:39 +0000 (14:19 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 26 May 2023 05:22:46 +0000 (14:22 +0900)
[Version] 15.0-18
[Issue Type] TV product

Change-Id: I1a6af49c3b8614f2f463aa2812a7c86a9a387b66

packaging/pulseaudio.spec
src/modules/module-udev-detect.c

index 0ac8096..1f53ee4 100644 (file)
@@ -4,7 +4,7 @@
 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
index 090245a..bfad6a2 100644 (file)
@@ -946,11 +946,13 @@ int pa__init(pa_module *m) {
         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) {