diff options
| author | Daja177 <59206235+Daja177@users.noreply.github.com> | 2020-01-20 13:35:00 +0100 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-20 14:23:31 -0500 |
| commit | 2149d1ebb7c5aad18dfd272afd21bf9502675255 (patch) | |
| tree | 729697e2331ea2a3060671b63a9fa1e0e60cf268 /.config/alsa | |
| parent | feba4ed3eba6cf943665fb80f06b4576da4c68c5 (diff) | |
| download | eibhear-2149d1ebb7c5aad18dfd272afd21bf9502675255.tar.gz eibhear-2149d1ebb7c5aad18dfd272afd21bf9502675255.tar.zst eibhear-2149d1ebb7c5aad18dfd272afd21bf9502675255.zip | |
move alsa config and add env variable
Diffstat (limited to '.config/alsa')
| -rw-r--r-- | .config/alsa/asoundrc | 21 |
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" + } +} |
