From 2149d1ebb7c5aad18dfd272afd21bf9502675255 Mon Sep 17 00:00:00 2001 From: Daja177 <59206235+Daja177@users.noreply.github.com> Date: Mon, 20 Jan 2020 13:35:00 +0100 Subject: move alsa config and add env variable --- .config/alsa/asoundrc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/alsa/asoundrc (limited to '.config') 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" + } +} -- cgit v1.3.1