summaryrefslogtreecommitdiffstats
path: root/alsa-plugins-pulseaudio/pulse-default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-plugins-pulseaudio/pulse-default.conf')
-rw-r--r--alsa-plugins-pulseaudio/pulse-default.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/alsa-plugins-pulseaudio/pulse-default.conf b/alsa-plugins-pulseaudio/pulse-default.conf
new file mode 100644
index 000000000..db7c0b71e
--- /dev/null
+++ b/alsa-plugins-pulseaudio/pulse-default.conf
@@ -0,0 +1,13 @@
+# pulseaudio plugin configuration
+
+pcm.!default {
+ type pulse
+ hint {
+ show on
+ description "Default ALSA Output (currently PulseAudio Sound Server)"
+ }
+}
+
+ctl.!default {
+ type pulse
+}