diff options
Diffstat (limited to 'media/audio/linux/alsa_output.h')
-rw-r--r-- | media/audio/linux/alsa_output.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media/audio/linux/alsa_output.h b/media/audio/linux/alsa_output.h index b6d405b..42cd3c8 100644 --- a/media/audio/linux/alsa_output.h +++ b/media/audio/linux/alsa_output.h @@ -43,8 +43,9 @@ class AlsaPCMOutputStream : public AudioOutputStream, public base::RefCountedThreadSafe<AlsaPCMOutputStream> { public: - // Set to "plug:default" which should allow ALSA to do whatever is - // necessary to simulate an audio device capable of handling our PCMs. + // Set to "default" which should avoid locking the sound device and allow + // ALSA to multiplex sound from different processes that want to write PCM + // data. static const char* kDefaultDevice; // Create a PCM Output stream for the ALSA device identified by |