All of lore.kernel.org
 help / color / mirror / Atom feed
* serialmidi change breaks build on 2.6.10-rc2-mm2
@ 2004-11-23 23:31 Lee Revell
  2004-11-24 10:45 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Revell @ 2004-11-23 23:31 UTC (permalink / raw)
  To: alsa-devel

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/

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

* Re: serialmidi change breaks build on 2.6.10-rc2-mm2
  2004-11-23 23:31 serialmidi change breaks build on 2.6.10-rc2-mm2 Lee Revell
@ 2004-11-24 10:45 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2004-11-24 10:45 UTC (permalink / raw)
  To: Lee Revell; +Cc: alsa-devel

At Tue, 23 Nov 2004 18:31:02 -0500,
Lee Revell wrote:
> 
> Rather than fixing anything this change actually broke compilation on my
> kernel.  Is this change only in the latest rc or Linus' BK tree?

The patch is needed for Linus 2.6.10-rc2.
I checked 2.6.10-rc2-mm3 now, but it doesn't contain any change to
tty_driver.*.  Could you recheck the build with mm?


Takashi


-------------------------------------------------------
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/

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

end of thread, other threads:[~2004-11-24 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-23 23:31 serialmidi change breaks build on 2.6.10-rc2-mm2 Lee Revell
2004-11-24 10:45 ` Takashi Iwai

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.