]> git.alsa-project.org Git - alsa-lib.git/commitdiff
- fixed the wrong driver name (just copied from RME9636).
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Feb 2004 17:06:02 +0000 (17:06 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Feb 2004 17:06:02 +0000 (17:06 +0000)
- fixed the control type of "IEC958 Playback PCM Stream".

src/conf/cards/RME9652.conf

index 7dce4243832ed53a2f61fe2cca3d48777e3022f4..20d640c4ec1c6064f393ccc90de1eeaf6704ed48 100644 (file)
@@ -1,10 +1,10 @@
 #
-# Configuration for the RME9636
+# Configuration for the RME9652
 #
 
 <confdir:pcm/front.conf>
 
-RME9636.pcm.front.0 {
+RME9652.pcm.front.0 {
        @args [ CARD ]
        @args.CARD {
                type string
@@ -18,7 +18,7 @@ RME9636.pcm.front.0 {
 
 <confdir:pcm/iec958.conf>
 
-RME9636.pcm.iec958.0 {
+RME9652.pcm.iec958.0 {
        @args [ CARD AES0 AES1 AES2 AES3 ]
        @args.CARD {
                type string
@@ -53,6 +53,7 @@ RME9636.pcm.iec958.0 {
                type ctl_elems
                hook_args [
                        {
+                               interface PCM
                                name "IEC958 Playback PCM Stream"
                                lock true
                                value [ $AES0 $AES1 $AES2 $AES3 ]