From ac3bba2b809471ac613c986b70c0a205c5a1cd1e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 15 Aug 2011 13:59:40 +0200 Subject: Add asoundrc This loads gentoo's pulseaudio configuration file if it exists. --- .asoundrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .asoundrc (limited to '.asoundrc') 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 +}] -- cgit