Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Issue 8162015: The first step to add device selection to linux. (Closed)

Created:
9 years, 2 months ago by no longer working on chromium
Modified:
9 years, 2 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, Paweł Hajdan Jr., acolwell+watch_chromium.org, annacc+watch_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing)
Visibility:
Public.

Description

The first step to add device selection to linux. This patch will loop through the soundcard and return a list of available devices when the AudioInputDeviceManager does the device enumeration. Previously, only default device will be returned. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106513

Patch Set 1 #

Total comments: 48

Patch Set 2 : '' #

Total comments: 18

Patch Set 3 : rebase and update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -62 lines) Patch
M media/audio/audio_device_name.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
A media/audio/audio_device_name.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download
M media/audio/audio_input_device_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M media/audio/linux/audio_manager_linux.h View 1 2 1 chunk +16 lines, -2 lines 0 comments Download
M media/audio/linux/audio_manager_linux.cc View 1 2 4 chunks +128 lines, -57 lines 0 comments Download
M media/media.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
no longer working on chromium
Hello, This is patch is a follow-up to the device enumeration in linux. What it ...
9 years, 2 months ago (2011-10-06 11:08:46 UTC) #1
awong
[-awong, +enal] Let me know if there's something specifically you want me to look at, ...
9 years, 2 months ago (2011-10-06 18:37:05 UTC) #2
henrika (OOO until Aug 14)
Nice. I have a few comments. In addition, please add to the description that you ...
9 years, 2 months ago (2011-10-07 12:07:51 UTC) #3
scherkus (not reviewing)
http://codereview.chromium.org/8162015/diff/1/media/audio/audio_device_name.cc File media/audio/audio_device_name.cc (right): http://codereview.chromium.org/8162015/diff/1/media/audio/audio_device_name.cc#newcode9 media/audio/audio_device_name.cc:9: AudioDeviceName::AudioDeviceName() { nit: collapse this to {} http://codereview.chromium.org/8162015/diff/1/media/audio/linux/audio_manager_linux.cc File ...
9 years, 2 months ago (2011-10-07 16:54:45 UTC) #4
no longer working on chromium
Changed the code based on the comments from Henrik and Andrew. http://codereview.chromium.org/8162015/diff/1/media/audio/audio_device_name.cc File media/audio/audio_device_name.cc (right): ...
9 years, 2 months ago (2011-10-10 13:49:24 UTC) #5
henrika (OOO until Aug 14)
LGTM with nits. http://codereview.chromium.org/8162015/diff/12002/media/audio/linux/audio_manager_linux.cc File media/audio/linux/audio_manager_linux.cc (right): http://codereview.chromium.org/8162015/diff/12002/media/audio/linux/audio_manager_linux.cc#newcode184 media/audio/linux/audio_manager_linux.cc:184: // We use index 0 to ...
9 years, 2 months ago (2011-10-13 09:41:17 UTC) #6
no longer working on chromium
Hi Andrew and Eugene, any update on this CL?
9 years, 2 months ago (2011-10-18 08:30:59 UTC) #7
scherkus (not reviewing)
LGTM w/ nits http://codereview.chromium.org/8162015/diff/12002/media/audio/linux/audio_manager_linux.cc File media/audio/linux/audio_manager_linux.cc (right): http://codereview.chromium.org/8162015/diff/12002/media/audio/linux/audio_manager_linux.cc#newcode275 media/audio/linux/audio_manager_linux.cc:275: else if (wrapper_->PcmClose(device_handle)) nit: no need ...
9 years, 2 months ago (2011-10-18 23:22:51 UTC) #8
no longer working on chromium
Thanks guys so much. I have already updated the code based on comments from Andrew ...
9 years, 2 months ago (2011-10-19 16:06:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xians@chromium.org/8162015/21001
9 years, 2 months ago (2011-10-20 08:42:04 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xians@chromium.org/8162015/21001
9 years, 2 months ago (2011-10-20 12:17:06 UTC) #11
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years, 2 months ago (2011-10-20 15:10:30 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xians@chromium.org/8162015/21001
9 years, 2 months ago (2011-10-20 16:08:20 UTC) #13
commit-bot: I haz the power
9 years, 2 months ago (2011-10-20 17:15:41 UTC) #14
Change committed as 106513

Powered by Google App Engine
This is Rietveld 408576698