Skip to content

Instantly share code, notes, and snippets.

@hyperair
Created November 11, 2014 14:40
Show Gist options
  • Select an option

  • Save hyperair/562c0d610f979d655e68 to your computer and use it in GitHub Desktop.

Select an option

Save hyperair/562c0d610f979d655e68 to your computer and use it in GitHub Desktop.
pcm.!default { type pulse }
ctl.!default { type pulse }
pcm.a52 {
@args [CARD]
@args.CARD {
type string
default 0
}
type rate
slave {
pcm {
type a52
bitrate 640
rate 48000
channels 6
card $CARD
}
rate 48000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment