All of lore.kernel.org
 help / color / mirror / Atom feed
* RME DIGI96 ADAT input selection bug fix
@ 2003-07-01 18:14 Anders Torger
  2003-07-02 10:17 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Anders Torger @ 2003-07-01 18:14 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: stefan mueller, alsa-devel


Stefan Mueller found a bug in my Digi96 driver. Sometimes I write != 
when I mean == or the other way around:

--- rme96.old.c 2003-07-01 20:13:40.000000000 +0200
+++ rme96.new.c 2003-07-01 20:13:26.000000000 +0200
@@ -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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-07-03  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-01 18:14 RME DIGI96 ADAT input selection bug fix Anders Torger
2003-07-02 10:17 ` Takashi Iwai
2003-07-02 13:03   ` Anders Torger
2003-07-02 13:15     ` Takashi Iwai
2003-07-03  8:00       ` Anders Torger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.