Skip to content

Instantly share code, notes, and snippets.

@bkrepo
Created September 22, 2016 07:55
Show Gist options
  • Select an option

  • Save bkrepo/b39965002ab63e6f682b9ba9a6b6724b to your computer and use it in GitHub Desktop.

Select an option

Save bkrepo/b39965002ab63e6f682b9ba9a6b6724b to your computer and use it in GitHub Desktop.
ODROID-HDMI.pcm.default {
@args [ CARD ]
@args.CARD { type string }
type plug
slave.pcm {
@func concat
strings [ "dmix:" $CARD ]
}
}
<confdir:pcm/front.conf>
ODROID-HDMI.pcm.front.0 {
@args [ CARD ]
@args.CARD { type string }
type hw
card $CARD
device 0
}
<confdir:pcm/surround71.conf>
ODROID-HDMI.pcm.surround71.0 {
@args [ CARD ]
@args.CARD { type string }
type route
ttable.0.0 1
ttable.1.1 1
ttable.2.6 1
ttable.3.7 1
ttable.4.3 1
ttable.5.2 1
ttable.6.4 1
ttable.7.5 1
slave.pcm {
type plug
slave {
pcm {
type hw
card $CARD
device 0
}
channels 8
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment