Skip to content

Instantly share code, notes, and snippets.

@carlocaione
Last active August 29, 2015 14:13
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 carlocaione/34a91e68d87b13a73030 to your computer and use it in GitHub Desktop.
Save carlocaione/34a91e68d87b13a73030 to your computer and use it in GitHub Desktop.
ALSA configuration file for Amlogic M8B board
#
# Configuration for Amlogic M8B SoC
#
<confdir:pcm/front.conf>
SOC-Audio.pcm.front.0 {
@args [ CARD ]
@args.CARD {
type string
}
type hw
card $CARD
}
<confdir:pcm/hdmi.conf>
SOC-Audio.pcm.hdmi.0 {
@args [ CARD AES0 AES1 AES2 AES3 ]
@args.CARD {
type string
}
@args.AES0 {
type integer
}
@args.AES1 {
type integer
}
@args.AES2 {
type integer
}
@args.AES3 {
type integer
}
type hw
card $CARD
device 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment