Created
October 27, 2019 12:31
-
-
Save imasif/063970024585465c5a3b22b9a45b7f97 to your computer and use it in GitHub Desktop.
for using different mic and speaker for alsa in rasberrypi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pcm.!default { | |
type asym | |
capture.pcm "mic" | |
playback.pcm "speaker" | |
} | |
pcm.mic { | |
type plug | |
slave { | |
pcm "hw:<Card no>,<device no>" | |
} | |
} | |
pcm.speaker { | |
type plug | |
slave { | |
pcm "hw:<Card no>,<device no>" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for me it was: