diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-10-03 11:16:06 +0100 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-10-03 22:54:22 +0100 |
commit | 62a5ebd91cc2f7eac9f7a4aa25d53c917793b2bb (patch) | |
tree | d233e897afd4e068aac48ae77d20ba57f54ec299 /.asoundrc | |
parent | Enable spawning pulse/jackd from xinitrc (diff) |
Forward alsa programs to pulse
Diffstat (limited to '.asoundrc')
-rw-r--r-- | .asoundrc | 33 |
1 files changed, 33 insertions, 0 deletions
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 +} |