From 62a5ebd91cc2f7eac9f7a4aa25d53c917793b2bb Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 3 Oct 2012 11:16:06 +0100 Subject: Forward alsa programs to pulse --- .asoundrc | 33 +++++++++++++++++++++++++++++++++ Makefile | 1 + 2 files changed, 34 insertions(+) create mode 100644 .asoundrc diff --git a/.asoundrc b/.asoundrc new file mode 100644 index 0000000..f2639ec --- /dev/null +++ b/.asoundrc @@ -0,0 +1,33 @@ +# pcm.jackplug { +# type plug +# slave { pcm "jack" } +# } +# +# pcm.jack { +# type jack +# playback_ports { +# 0 system:playback_1 +# 1 system:playback_2 +# } +# capture_ports { +# 0 system:capture_1 +# 1 system:capture_2 +# } +# } +# + + +pcm.pulse { + type pulse +} + +ctl.pulse { + type pulse +} + +pcm.!default { + type pulse +} +ctl.!default { + type pulse +} diff --git a/Makefile b/Makefile index 5ea6cce..2f321cd 100755 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ GPG_FILES = \ GLOBAL_FILES = \ .Xdefaults \ .Xsession \ + .asoundrc \ .beetsconfig \ .config/nitrogen/ \ .cmus/ \ -- cgit v1.2.3