[Audio] load bluetooth modules only if exists 70/142470/1 accepted/tizen/unified/20170804.133217 submit/tizen/20170804.051556
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 4 Aug 2017 05:07:20 +0000 (14:07 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 4 Aug 2017 05:07:20 +0000 (14:07 +0900)
[Version] 0.2.112
[Profile] Common
[Issue Type] Enhancement

Change-Id: Ib68c1fd35d55122637022d766c7c3ed0135cbfc4

mmfw-sysconf-simulator/etc/pulse/system.pa
mmfw-sysconf-target-artik10/etc/pulse/system.pa
mmfw-sysconf-target-n4/etc/pulse/system.pa
mmfw-sysconf-target-rpi3/etc/pulse/system.pa
mmfw-sysconf-target-tm1/etc/pulse/system.pa
mmfw-sysconf-target-tw1/etc/pulse/system.pa
mmfw-sysconf-target-tw2/etc/pulse/system.pa
mmfw-sysconf-target-u3/etc/pulse/system.pa
packaging/mmfw-sysconf.spec

index 7db1e0d9520bcfe32a63629b3f7c7df168d3e0dd..b6a0ef2ab7f2bf05403f6ce12b715e591e1f3bd1 100644 (file)
@@ -34,8 +34,14 @@ load-module module-role-ducking global=1 trigger_roles=solo/notification ducking
 load-module module-hw-keysound
 load-module module-poweroff
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy.so
 load-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
+.endif
 
 ### Automatically restore the volume of streams and devices
 #load-module module-stream-restore
index 21ee9ba6649879d1e9c6e0535b8d137ed916802a..532fd0aaf69ca8ab1f94e94d226e148c2f4032db 100644 (file)
@@ -32,8 +32,14 @@ load-module module-tizenaudio-policy
 load-module module-sound-player
 load-module module-role-ducking global=1 trigger_roles=solo/notification ducking_roles=media,system,alarm,notification,voice-information,ext-media/media,ext-media volume=0%/25% fade_in=0/1000 fade_out=0/1000
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy.so
 load-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
+.endif
 
 ### Automatically restore the volume of streams and devices
 #load-module module-stream-restore
index 7db1e0d9520bcfe32a63629b3f7c7df168d3e0dd..b6a0ef2ab7f2bf05403f6ce12b715e591e1f3bd1 100644 (file)
@@ -34,8 +34,14 @@ load-module module-role-ducking global=1 trigger_roles=solo/notification ducking
 load-module module-hw-keysound
 load-module module-poweroff
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy.so
 load-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
+.endif
 
 ### Automatically restore the volume of streams and devices
 #load-module module-stream-restore
index c851bf79de086065e34ea7b3e5389533a9197f57..5aac8b9ced93e4a26f79368cb412fe836c78469d 100644 (file)
@@ -32,8 +32,15 @@ load-module module-udev-detect
 load-module module-sound-player
 load-module module-role-ducking global=1 trigger_roles=solo/notification,voice-information ducking_roles=media,system,alarm,notification,voice-information,ext-media/media,ext-media volume=0%/25% fade_in=0/1000 fade_out=0/1000
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy.so
 load-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
+.endif
+
 
 ### Automatically restore the volume of streams and devices
 #load-module module-stream-restore
index 7db1e0d9520bcfe32a63629b3f7c7df168d3e0dd..b6a0ef2ab7f2bf05403f6ce12b715e591e1f3bd1 100644 (file)
@@ -34,8 +34,14 @@ load-module module-role-ducking global=1 trigger_roles=solo/notification ducking
 load-module module-hw-keysound
 load-module module-poweroff
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy.so
 load-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
+.endif
 
 ### Automatically restore the volume of streams and devices
 #load-module module-stream-restore
index d83c69ca74a754991ce5c34ce95ba4330d58cdf3..7412d18b7c53e39c06f883fdd3c0ac3e96f53a6e 100644 (file)
@@ -33,8 +33,14 @@ load-module module-sound-player
 load-module module-role-ducking global=1 trigger_roles=solo/notification ducking_roles=media,system,alarm,notification,voice-information,ext-media/media,ext-media volume=0%/25% fade_in=0/1000 fade_out=0/1000
 load-module module-poweroff
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy.so
 load-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
+.endif
 
 ### Automatically restore the volume of streams and devices
 #load-module module-stream-restore
index d83c69ca74a754991ce5c34ce95ba4330d58cdf3..7412d18b7c53e39c06f883fdd3c0ac3e96f53a6e 100644 (file)
@@ -33,8 +33,14 @@ load-module module-sound-player
 load-module module-role-ducking global=1 trigger_roles=solo/notification ducking_roles=media,system,alarm,notification,voice-information,ext-media/media,ext-media volume=0%/25% fade_in=0/1000 fade_out=0/1000
 load-module module-poweroff
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy.so
 load-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
+.endif
 
 ### Automatically restore the volume of streams and devices
 #load-module module-stream-restore
index c851bf79de086065e34ea7b3e5389533a9197f57..5aac8b9ced93e4a26f79368cb412fe836c78469d 100644 (file)
@@ -32,8 +32,15 @@ load-module module-udev-detect
 load-module module-sound-player
 load-module module-role-ducking global=1 trigger_roles=solo/notification,voice-information ducking_roles=media,system,alarm,notification,voice-information,ext-media/media,ext-media volume=0%/25% fade_in=0/1000 fade_out=0/1000
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-policy.so
 load-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
 load-module module-bluetooth-discover
+.endif
+
 
 ### Automatically restore the volume of streams and devices
 #load-module module-stream-restore
index 30f2f250f3798bb27dcf1042d08899aaf1159c31..14e164f784ff01eb1d651d2061cff5306813c909 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.111
+Version:    0.2.112
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0