0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-02-08 12:09:50 +00:00
Matthias Reichl ff25fa7745 RPi: fix Alsa card confs for new driver on kernel 4.18
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-09-13 22:09:03 +01:00

25 lines
384 B
Plaintext

<confdir:pcm/iec958.conf>
RPi-WM8804.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
}
}