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

Unified Diff: media/audio/linux/alsa_output.h

Issue 113923: Change default audio device from "plug:default" to "default". (Closed)
Patch Set: Capitlizing PCM, just for scherkus. Created 11 years, 7 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 | media/audio/linux/alsa_output.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/linux/alsa_output.h
diff --git a/media/audio/linux/alsa_output.h b/media/audio/linux/alsa_output.h
index b6d405b3fd90dbd715a03fd16a3df2df147a3efe..42cd3c87ae268e0d383085608c7ae81269683a9c 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
« no previous file with comments | « no previous file | media/audio/linux/alsa_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698