From: Lee Revell <rlrevell@joe-job.com>
To: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: serialmidi change breaks build on 2.6.10-rc2-mm2
Date: Tue, 23 Nov 2004 18:31:02 -0500 [thread overview]
Message-ID: <1101252663.5207.7.camel@krustophenia.net> (raw)
Rather than fixing anything this change actually broke compilation on my
kernel. Is this change only in the latest rc or Linus' BK tree?
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 10)
+ count = driver->write(tty, buf, count);
+#else
count = driver->write(tty, 0, buf, count);
+#endif
snd_rawmidi_transmit_ack(serial->substream_output, count);
} else {
clear_bit(TTY_DO_WRITE_WAKEUP, &tty->flags);
--
Lee Revell <rlrevell@joe-job.com>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
next reply other threads:[~2004-11-23 23:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-23 23:31 Lee Revell [this message]
2004-11-24 10:45 ` serialmidi change breaks build on 2.6.10-rc2-mm2 Takashi Iwai
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=1101252663.5207.7.camel@krustophenia.net \
--to=rlrevell@joe-job.com \
--cc=alsa-devel@lists.sourceforge.net \
/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.