configuration: add 'pid' attribute to 'audio_playback' and 'audio_recording'
authorJanos Kovacs <jankovac503@gmail.com>
Sat, 2 Feb 2013 00:54:37 +0000 (02:54 +0200)
committerJanos Kovacs <jankovac503@gmail.com>
Sat, 2 Feb 2013 00:54:37 +0000 (02:54 +0200)
src/daemon/murphy.lua

index a0f4221..c40237f 100644 (file)
@@ -115,6 +115,7 @@ resource.class {
      shareable = true,
      attributes = {
          role = { mdb.string, "music", "rw" },
+         pid = { mdb.string, "<unknown>", "rw" },
          policy = { mdb.string, "relaxed", "rw" }
      }
 }
@@ -124,6 +125,7 @@ resource.class {
      shareable = false,
      attributes = {
          role = { mdb.string, "music", "rw" },
+         pid = { mdb.string, "<unknown>", "rw" },
          policy = { mdb.string, "relaxed", "rw" }
      }
 }