summaryrefslogtreecommitdiffstats
path: root/.asoundrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-01-20 14:24:45 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-01-20 14:24:45 -0500
commitd118a55983fffb1ba0c4e5d5bce987bf4ed8acdb (patch)
tree3c91eeec0b45dff0bd003e067a33e6603d60e7c9 /.asoundrc
parent7a5b3cc2326983e30bdea8147a561a61f34243eb (diff)
parent1537583b5ea44d8b215b41861b1e98cdbb5a7893 (diff)
downloadeibhear-d118a55983fffb1ba0c4e5d5bce987bf4ed8acdb.tar.gz
eibhear-d118a55983fffb1ba0c4e5d5bce987bf4ed8acdb.tar.zst
eibhear-d118a55983fffb1ba0c4e5d5bce987bf4ed8acdb.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.asoundrc')
-rw-r--r--.asoundrc21
1 files changed, 0 insertions, 21 deletions
diff --git a/.asoundrc b/.asoundrc
deleted file mode 100644
index 38722f0..0000000
--- a/.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"
- }
-}