summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-11 10:03:46 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-11 10:03:46 -0400
commite461257dde10bf4cf65e27781cb70cfc986347ce (patch)
tree91cd9fa31f61366c1f3b191065fb8ef6524c709c /.config
parent080365dd22b967274833f50a5cd0cccc0790a658 (diff)
downloadeibhear-e461257dde10bf4cf65e27781cb70cfc986347ce.tar.gz
eibhear-e461257dde10bf4cf65e27781cb70cfc986347ce.tar.zst
eibhear-e461257dde10bf4cf65e27781cb70cfc986347ce.zip
legacy alsa config moved
Diffstat (limited to '.config')
-rw-r--r--.config/alsa/asoundrc21
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/alsa/asoundrc b/.config/alsa/asoundrc
new file mode 100644
index 0000000..38722f0
--- /dev/null
+++ b/.config/alsa/asoundrc
@@ -0,0 +1,21 @@
+# 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"
+ }
+}