| Index: media/audio/linux/audio_manager_linux.cc
|
| diff --git a/media/audio/linux/audio_manager_linux.cc b/media/audio/linux/audio_manager_linux.cc
|
| index afe1c3c06382281410f2487e4bb1de5cdb151f01..69e8b9bdad5facec9a0633e773ad80a62f55a068 100644
|
| --- a/media/audio/linux/audio_manager_linux.cc
|
| +++ b/media/audio/linux/audio_manager_linux.cc
|
| @@ -22,7 +22,7 @@ AudioOutputStream* AudioManagerLinux::MakeAudioStream(Format format,
|
| int channels,
|
| int sample_rate,
|
| char bits_per_sample) {
|
| - // TODO(ajwong): Do we want to be able to configure the device? plug:default
|
| + // TODO(ajwong): Do we want to be able to configure the device? default
|
| // should work correctly for all mono/stereo, but not surround, which needs
|
| // surround40, surround51, etc.
|
| //
|
|
|