diff options
author | piernov <piernov@piernov.org> | 2011-07-24 20:39:39 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-07-24 20:39:39 +0200 |
commit | 8f8199954beef1a68e2d67c3d0feaec3fac058e0 (patch) | |
tree | cb1b29e76ca71e0732cfb53a9c69f2764f652d55 /extra/pulseaudio/asound.conf | |
parent | 162983172e20c4babc0171d3df77abe30969e47f (diff) | |
download | nutyx-extra-8f8199954beef1a68e2d67c3d0feaec3fac058e0.tar.gz nutyx-extra-8f8199954beef1a68e2d67c3d0feaec3fac058e0.tar.bz2 nutyx-extra-8f8199954beef1a68e2d67c3d0feaec3fac058e0.tar.xz nutyx-extra-8f8199954beef1a68e2d67c3d0feaec3fac058e0.zip |
pulseaudio 0.9.23-2 correction port
Diffstat (limited to 'extra/pulseaudio/asound.conf')
-rw-r--r-- | extra/pulseaudio/asound.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/pulseaudio/asound.conf b/extra/pulseaudio/asound.conf new file mode 100644 index 000000000..7166265e6 --- /dev/null +++ b/extra/pulseaudio/asound.conf @@ -0,0 +1,19 @@ +# Use PulseAudio by default +pcm.!default { + type pulse +} + +ctl.!default { + type pulse +} + +# Explicit PulseAudio device +pcm.pulse { + type pulse +} + +ctl.pulse { + type pulse +} + +# vim:set ft=alsaconf: |