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

Unified Diff: src/platform/audioconfig/asound.conf

Issue 625004: Add a default asound.conf that uses PulseAudio for the default audio device. (Closed)
Patch Set: Created 10 years, 10 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: src/platform/audioconfig/asound.conf
diff --git a/src/platform/audioconfig/asound.conf b/src/platform/audioconfig/asound.conf
new file mode 100644
index 0000000000000000000000000000000000000000..255b8e139e29ff5871e4fdf0d71c82cfabb8e2eb
--- /dev/null
+++ b/src/platform/audioconfig/asound.conf
@@ -0,0 +1,15 @@
+# ChromeOS uses PulseAudio.
+#
+# Setup all default ALSA device to redirect to the PulseAudio plugin.
+pcm.pulse {
+ type=pulse;
+}
+ctl.pulse {
+ type=pulse;
+}
+pcm.!default {
+ type=pulse;
+}
+ctl.!default {
+ type=pulse;
+}
« 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