diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-12-24 00:06:22 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-12-24 00:06:22 -0500 |
commit | a404e41397a9985426dabfac60e4aaceac8a3c2b (patch) | |
tree | 34d207d3d91a0bad36e517123ac4db76b3c9fc6e /dot_asoundrc | |
parent | Merge remote-tracking branch 'gh/master' (diff) |
Drop pulse/alsa config; switching to pipewire
Diffstat (limited to 'dot_asoundrc')
-rw-r--r-- | dot_asoundrc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dot_asoundrc b/dot_asoundrc deleted file mode 100644 index f2639ec..0000000 --- a/dot_asoundrc +++ /dev/null @@ -1,33 +0,0 @@ -# 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 -} |