Change VCONFKEY_SOUND_RPI_PLAYBACK_ROUTE default value 81/261881/1 accepted/tizen/6.5/unified/20211028.100834 accepted/tizen/unified/20210803.123925 submit/tizen/20210728.075036 submit/tizen_6.5/20211028.162101 tizen_6.5.m2_release
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 28 Jul 2021 06:57:36 +0000 (15:57 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Wed, 28 Jul 2021 07:01:04 +0000 (16:01 +0900)
The conf default value was changed to 0 that means auto audio route on rpi

Change-Id: Ia6683e84ea3b7132a68ad64383a55007ba638722
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
data/vconf-internal-sound-keys.xml
packaging/vconf-internal-keys.spec

index 60f4229..2736eea 100644 (file)
   </vconfkey>
   <vconfkey type="int32" name="file/private/sound/rpi_playback_route" readPriv="http://tizen.org/privilege/internal/default/public" writePriv="http://tizen.org/privilege/internal/default/platform">
     <header>VCONFKEY_SOUND_RPI_PLAYBACK_ROUTE</header>
-    <val>1</val>
+    <val>0</val>
     <creator/>
     <email/>
     <comment><![CDATA[ ]]></comment>
index 265343c..c49aa82 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       vconf-internal-keys
 Summary:    Internal shared keys for vconf
-Version:    0.0.177
+Version:    0.0.178
 Release:    0
 Group:      Application Framework/Configuration
 License:    Apache-2.0