From a2ad683c05f4695bb032a2d3958e52107ae48da3 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Tue, 2 Aug 2005 14:18:29 +0000 Subject: [PATCH] adjust control references in config files Adjust the hooked control definitions for the changed interface of the "IEC958 Playback PCM Stream" control. --- src/conf/cards/CS46xx.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/conf/cards/CS46xx.conf b/src/conf/cards/CS46xx.conf index 074d1137..36b616b5 100644 --- a/src/conf/cards/CS46xx.conf +++ b/src/conf/cards/CS46xx.conf @@ -197,11 +197,22 @@ CS46xx.pcm.iec958.0 { value 1 } { + interface PCM + name "IEC958 Playback PCM Stream" + device 2 + lock true + preserve true + optional true + value [ $AES0 $AES1 $AES2 $AES3 ] + } + { + # for compatibility with older drivers interface PCM name "IEC958 Playback PCM Stream" device 0 lock true preserve true + optional true value [ $AES0 $AES1 $AES2 $AES3 ] } ] -- 2.47.1