summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/OWNERS
diff options
context:
space:
mode:
authorjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-15 18:41:08 +0000
committerjennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-15 18:42:28 +0000
commit10dd61837d691a3d5d04baff8fba232877338837 (patch)
treeb841d74adb0e24183228dabcd717e6df2a083e4c /chromeos/dbus/OWNERS
parent3c41f25a2eaca206c0abd20d1462062b17fe9f13 (diff)
downloadchromium_src-10dd61837d691a3d5d04baff8fba232877338837.zip
chromium_src-10dd61837d691a3d5d04baff8fba232877338837.tar.gz
chromium_src-10dd61837d691a3d5d04baff8fba232877338837.tar.bz2
Add ability to active multiple devices via the audio API.
Add the ability to the audio API to activate more than one audio device at a time. This is currently accomplished via a hack and when getting device info via audio.getInfo, only one device will show up as active. This will allow us to active multiple microphones and multiple speakers though. I've also made couple of changes to OWNERS files so we don't need to keep chasing rubberstamps for audio changes. This is patched from rkc@'s original cl: https://codereview.chromium.org/460113003/ BUG=397664 TBR=asargent Review URL: https://codereview.chromium.org/478493002 Cr-Commit-Position: refs/heads/master@{#289951} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/dbus/OWNERS')
-rw-r--r--chromeos/dbus/OWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/dbus/OWNERS b/chromeos/dbus/OWNERS
index 9a25ad6..8321aa6 100644
--- a/chromeos/dbus/OWNERS
+++ b/chromeos/dbus/OWNERS
@@ -3,3 +3,6 @@ per-file *bluetooth*=armansito@chromium.org
per-file *nfc*=keybuk@chromium.org
per-file *nfc*=armansito@chromium.org
per-file *cryptohome*=dkrahn@chromium.org
+per-file *audio*=rkc@chromium.org
+per-file *audio*=jennyz@chromium.org
+per-file *audio*=hychao@chromium.org