From ae9ce1ca8d1c41ef0fc5b222d696a884db637f06 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Thu, 14 Sep 2017 15:08:15 +0200 Subject: [PATCH] RPi,RPi2: add alsa card conf for IQAudIODigi to enable passthrough Signed-off-by: Matthias Reichl --- .../usr/share/alsa/cards/IQAudIODigi.conf | 24 +++++++++++++++++++ .../usr/share/alsa/cards/IQAudIODigi.conf | 24 +++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 projects/RPi/filesystem/usr/share/alsa/cards/IQAudIODigi.conf create mode 100644 projects/RPi2/filesystem/usr/share/alsa/cards/IQAudIODigi.conf diff --git a/projects/RPi/filesystem/usr/share/alsa/cards/IQAudIODigi.conf b/projects/RPi/filesystem/usr/share/alsa/cards/IQAudIODigi.conf new file mode 100644 index 0000000000..dd342062ae --- /dev/null +++ b/projects/RPi/filesystem/usr/share/alsa/cards/IQAudIODigi.conf @@ -0,0 +1,24 @@ + +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 + } +} diff --git a/projects/RPi2/filesystem/usr/share/alsa/cards/IQAudIODigi.conf b/projects/RPi2/filesystem/usr/share/alsa/cards/IQAudIODigi.conf new file mode 100644 index 0000000000..dd342062ae --- /dev/null +++ b/projects/RPi2/filesystem/usr/share/alsa/cards/IQAudIODigi.conf @@ -0,0 +1,24 @@ + +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 + } +}