Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv31570
Modified Files:
rme96.c
Log Message:
fix by Stefan Mueller:
- fixed the wrong check of input type at ADAT capture open.
Index: rme96.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/rme96.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- rme96.c 23 Apr 2003 10:01:54 -0000 1.25
+++ rme96.c 2 Jul 2003 10:11:55 -0000 1.26
@@ -1318,7 +1318,7 @@
snd_pcm_set_sync(substream);
runtime->hw = snd_rme96_capture_adat_info;
- if (snd_rme96_getinputtype(rme96) != RME96_INPUT_ANALOG) {
+ if (snd_rme96_getinputtype(rme96) == RME96_INPUT_ANALOG) {
/* makes no sense to use analog input. Note that analog
expension cards AEB4/8-I are RME96_INPUT_INTERNAL */
return -EIO;
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog