RPi: add alsa card conf for Allo DigiOne to enable passthrough

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-04-03 14:30:28 +02:00
parent 20f9867e03
commit 91490c526a

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
}
}