summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.asoundrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.asoundrc b/.asoundrc
new file mode 100644
index 0000000..3d86797
--- /dev/null
+++ b/.asoundrc
@@ -0,0 +1,8 @@
+# Gentoo's alsa-plugins ebuild installs pulse configuration files,
+# that overwrite pcm.default with a pulse device, if pulse is running.
+# Lood this file if it exists.
+@hooks [{
+ func load
+ files [ "/usr/share/alsa/pulse.conf" ]
+ errors false
+}]