Merge pull request #2637 from HiassofT/le82-allo-digione

RPi,RPi2: add alsa card conf for Allo DigiOne to enable passthrough
This commit is contained in:
Christian Hewitt 2018-04-06 13:59:33 +05:30 committed by GitHub
commit dc67a68048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<confdir:pcm/iec958.conf>
AlloDigiOne.pcm.iec958.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 hooks
slave.pcm {
type hw
card $CARD
}
}

View File

@ -0,0 +1,24 @@
<confdir:pcm/iec958.conf>
AlloDigiOne.pcm.iec958.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 hooks
slave.pcm {
type hw
card $CARD
}
}