Merge pull request #1983 from HiassofT/le8-iqaudio-passthru

RPi,RPi2: add alsa card conf for IQAudIODigi to enable passthrough
This commit is contained in:
MilhouseVH 2017-09-17 13:51:44 +01:00 committed by GitHub
commit 4c15c2d666
2 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<confdir:pcm/iec958.conf>
IQAudIODigi.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>
IQAudIODigi.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
}
}