From 91490c526a5f59752b8457bf7a0a7c508fe719d0 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Tue, 3 Apr 2018 14:30:28 +0200 Subject: [PATCH] RPi: add alsa card conf for Allo DigiOne to enable passthrough Signed-off-by: Matthias Reichl --- .../usr/share/alsa/cards/AlloDigiOne.conf | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 projects/RPi/filesystem/usr/share/alsa/cards/AlloDigiOne.conf diff --git a/projects/RPi/filesystem/usr/share/alsa/cards/AlloDigiOne.conf b/projects/RPi/filesystem/usr/share/alsa/cards/AlloDigiOne.conf new file mode 100644 index 0000000000..a3f4a32569 --- /dev/null +++ b/projects/RPi/filesystem/usr/share/alsa/cards/AlloDigiOne.conf @@ -0,0 +1,24 @@ + +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 + } +}