[tw3] Add the audio offload 36/208136/3
authorYoungHun Kim <yh8004.kim@samsung.com>
Wed, 19 Jun 2019 00:05:06 +0000 (09:05 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Wed, 19 Jun 2019 04:25:26 +0000 (13:25 +0900)
Change-Id: I29758146cf4795dc98a69a5ff3d20f5b190993d3

mmfw-sysconf-target-tw3/etc/multimedia/mmfw_resource_manager.ini
mmfw-sysconf-target-tw3/etc/murphy/murphy.lua

index 69cae20..2ce520c 100644 (file)
@@ -2,7 +2,8 @@
 video_overlay = 1
 video_decoder = 1
 camera = 1
+audio_offload = 1
 
 [priority]
 media = 10
-interrupt = 99
\ No newline at end of file
+interrupt = 99
index 17c1218..65af30a 100644 (file)
@@ -91,3 +91,9 @@ resource.class {
      shareable = false,
      sync_release = true
 }
+
+resource.class {
+     name = "audio_offload",
+     shareable = false,
+     sync_release = true
+}