All of lore.kernel.org
 help / color / mirror / Atom feed
* emu10k1-pointer-bug-fix.dif
@ 2003-08-07 12:51 Gregoire Favre
  2003-08-07 14:26 ` emu10k1-pointer-bug-fix.dif Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Gregoire Favre @ 2003-08-07 12:51 UTC (permalink / raw)
  To: alsa-devel

Hello,

I want to use the http://bitstreamout.sourceforge.net/ and in it there
is a dif about a bug:

Index: alsa-kernel/pci/emu10k1/emupcm.c
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/emu10k1/emupcm.c,v
retrieving revision 1.20
diff -u -r1.20 emupcm.c
--- alsa-kernel/pci/emu10k1/emupcm.c	9 Apr 2003 14:58:28 -0000	1.20
+++ alsa-kernel/pci/emu10k1/emupcm.c	24 Apr 2003 09:59:19 -0000
@@ -666,8 +666,11 @@
 #else	/* EMU10K1 Open Source code from Creative */
 	if (ptr < epcm->ccca_start_addr)
 		ptr += runtime->buffer_size - epcm->ccca_start_addr;
-	else
+	else {
 		ptr -= epcm->ccca_start_addr;
+		if (ptr >= runtime->buffer_size)
+			ptr -= runtime->buffer_size;
+	}
 #endif
 	// printk("ptr = 0x%x, buffer_size = 0x%x, period_size = 0x%x\n", ptr, runtime->buffer_size, runtime->period_size);
 	return ptr;

I have just checked my 2.6.0-test2-bk4 kernel, and it seems it's not
applied: is it really a bug, should I really apply it?

Thank you very much,

	Grégoire
__________________________________________________________________
http://www-ima.unil.ch/greg ICQ:16624071 mailto:greg@magma.unil.ch


-------------------------------------------------------
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/psa00100003ave/direct;at.aspnet_072303_01/01

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

end of thread, other threads:[~2003-08-07 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-07 12:51 emu10k1-pointer-bug-fix.dif Gregoire Favre
2003-08-07 14:26 ` emu10k1-pointer-bug-fix.dif 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.