Skip to content

Instantly share code, notes, and snippets.

/.asoundrc Secret

Created February 11, 2015 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1bb2143b59a329f51949 to your computer and use it in GitHub Desktop.
Save anonymous/1bb2143b59a329f51949 to your computer and use it in GitHub Desktop.
# override default
pcm.!default {
type plug
slave {
pcm "rjack"
}
}
# ALSA-to-JACK bridge
pcm.jack {
type plug
slave {
pcm "rjack"
}
hint {
description "JACK bridge"
}
}
pcm.rjack {
type jack
playback_ports {
0 "system:playback_1"
1 "system:playback_2"
}
capture_ports {
0 "system:capture_1"
1 "system:capture_2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment