summaryrefslogtreecommitdiffstats
path: root/.config/alsa
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-21 19:26:08 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-21 19:26:08 -0400
commit2db8755f04e6eb33e56a62d8bc26cc7a69c559a5 (patch)
treed81d4938849729dae779e59389fe793ac8af6e5f /.config/alsa
parentc9f0d747a80fb95be6efc4d50fd94baa6a02809f (diff)
downloadeibhear-2db8755f04e6eb33e56a62d8bc26cc7a69c559a5.tar.gz
eibhear-2db8755f04e6eb33e56a62d8bc26cc7a69c559a5.tar.zst
eibhear-2db8755f04e6eb33e56a62d8bc26cc7a69c559a5.zip
alsa junk rm'd
Diffstat (limited to '.config/alsa')
-rw-r--r--.config/alsa/asoundrc21
1 files changed, 0 insertions, 21 deletions
diff --git a/.config/alsa/asoundrc b/.config/alsa/asoundrc
deleted file mode 100644
index 38722f0..0000000
--- a/.config/alsa/asoundrc
+++ /dev/null
@@ -1,21 +0,0 @@
-# Find and use input "Microphone" for input
-pcm.usb
-{
- type hw
- card Microphone
-}
-pcm.!default
-{
- type asym
- playback.pcm
- {
- # Use the dmix plug to allow multiple outputs.
- type plug
- slave.pcm "dmix"
- }
- capture.pcm
- {
- type plug
- slave.pcm "usb"
- }
-}