summaryrefslogtreecommitdiffstats
path: root/debian/pulse-alsa.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:03:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:03:19 +0000
commit9e3a6355172d4502a56db0ad3410b916980e6a76 (patch)
tree756fd792d3087d62e1dfe774385bac916585593e /debian/pulse-alsa.conf
parentAdding upstream version 14.2. (diff)
downloadpulseaudio-9e3a6355172d4502a56db0ad3410b916980e6a76.tar.xz
pulseaudio-9e3a6355172d4502a56db0ad3410b916980e6a76.zip
Adding debian version 14.2-2.debian/14.2-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/pulse-alsa.conf')
-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
+}