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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # ChromeOS uses PulseAudio.
2 #
3 # Setup all default ALSA device to redirect to the PulseAudio plugin.
4 pcm.pulse {
5 type=pulse;
6 }
7 ctl.pulse {
8 type=pulse;
9 }
10 pcm.!default {
11 type=pulse;
12 }
13 ctl.!default {
14 type=pulse;
15 }
OLDNEW
« 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