Skip to content

Instantly share code, notes, and snippets.

@famanson
Created August 21, 2014 20:35
Show Gist options
  • Save famanson/691c42c8b3689a61b9ce to your computer and use it in GitHub Desktop.
Save famanson/691c42c8b3689a61b9ce to your computer and use it in GitHub Desktop.
pcm.usb
{
type hw
card Device
}
pcm.internal
{
type hw
card ALSA
}
pcm.!default
{
type asym
playback.pcm
{
type plug
slave.pcm "internal"
}
capture.pcm
{
type plug
slave.pcm "usb"
}
}
ctl.!default
{
type asym
playback.pcm
{
type plug
slave.pcm "internal"
}
capture.pcm
{
type plug
slave.pcm "usb"
}
}
@bobisyag
Copy link

bobisyag commented Dec 4, 2016

Replace hw and ALSA with something...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment