summaryrefslogtreecommitdiffstats
path: root/debian/pulse-alsa.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/pulse-alsa.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/pulse-alsa.conf b/debian/pulse-alsa.conf
new file mode 100644
index 0000000..be690fc
--- /dev/null
+++ b/debian/pulse-alsa.conf
@@ -0,0 +1,15 @@
+# This file is referred to by /usr/share/alsa/pulse.conf to set pulseaudio as
+# the default output plugin for applications using alsa when PulseAudio is
+# running.
+
+pcm.!default {
+ type pulse
+ hint {
+ show on
+ description "Playback/recording through the PulseAudio sound server"
+ }
+}
+
+ctl.!default {
+ type pulse
+}