All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anders Torger <torger@ludd.luth.se>
To: Jaroslav Kysela <perex@suse.cz>
Cc: stefan mueller <s.mueller@computer.org>,
	alsa-devel@lists.sourceforge.net
Subject: RME DIGI96 ADAT input selection bug fix
Date: Tue, 1 Jul 2003 20:14:59 +0200	[thread overview]
Message-ID: <200307012014.59778.torger@ludd.luth.se> (raw)


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

             reply	other threads:[~2003-07-01 18:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-01 18:14 Anders Torger [this message]
2003-07-02 10:17 ` RME DIGI96 ADAT input selection bug fix Takashi Iwai
2003-07-02 13:03   ` Anders Torger
2003-07-02 13:15     ` Takashi Iwai
2003-07-03  8:00       ` Anders Torger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200307012014.59778.torger@ludd.luth.se \
    --to=torger@ludd.luth.se \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=perex@suse.cz \
    --cc=s.mueller@computer.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.