| Index: media/base/media_switches.cc
|
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
| index e2612c252c3541c9fda9ee7ab7496f4f22b941d6..ee47bb3fe5f19092fb05bef20df9f486659d8b7e 100644
|
| --- a/media/base/media_switches.cc
|
| +++ b/media/base/media_switches.cc
|
| @@ -8,7 +8,9 @@ namespace switches {
|
|
|
| #if defined(OS_LINUX)
|
| // The Alsa device to use when opening an audio stream.
|
| -const char kAlsaDevice[] = "alsa-device";
|
| +const char kAlsaOutputDevice[] = "alsa-output-device";
|
| +// The Alsa device to use when opening an audio input stream.
|
| +const char kAlsaInputDevice[] = "alsa-input-device";
|
| #endif
|
|
|
| // Enable hardware decoding through gpu process.
|
|
|