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

Unified Diff: media/audio/cras/audio_manager_cras.cc

Issue 2856493002: [Merge to M59] cros: Update virtual audio label name to Built-in mic/speaker (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/cras/audio_manager_cras.cc
diff --git a/media/audio/cras/audio_manager_cras.cc b/media/audio/cras/audio_manager_cras.cc
index a1d059e5ed91a60f43e365c800b32f247a8dfd68..49d9b875f4656034706f6a6c6f222d750d7ea07d 100644
--- a/media/audio/cras/audio_manager_cras.cc
+++ b/media/audio/cras/audio_manager_cras.cc
@@ -50,8 +50,8 @@ const int kDefaultInputBufferSize = 1024;
const char kBeamformingOnDeviceId[] = "default-beamforming-on";
const char kBeamformingOffDeviceId[] = "default-beamforming-off";
-const char kInternalInputDevice[] = "Built-in-mic";
-const char kInternalOutputDevice[] = "Built-in-speaker";
+const char kInternalInputDevice[] = "Built-in mic";
+const char kInternalOutputDevice[] = "Built-in speaker";
enum CrosBeamformingDeviceState {
BEAMFORMING_DEFAULT_ENABLED = 0,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698