All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] emu10k1: remove an unnecessary printk
@ 2005-02-17 23:14 Lee Revell
  2005-02-18 10:21 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Revell @ 2005-02-17 23:14 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai, James Courtier-Dutton

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

This patch removes an unnecessary printk accidentally left in the
multichannel patch.

Signed-Off-By: Lee Revell <rlrevell@joe-job.com>

[-- Attachment #2: voice.fix --]
[-- Type: text/x-patch, Size: 653 bytes --]

Index: alsa-postv12/alsa-kernel/pci/emu10k1/voice.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/voice.c,v
retrieving revision 1.6
diff -u -r1.6 voice.c
--- alsa-postv12/alsa-kernel/pci/emu10k1/voice.c	16 Feb 2005 10:25:36 -0000	1.6
+++ alsa-postv12/alsa-kernel/pci/emu10k1/voice.c	17 Feb 2005 22:55:23 -0000
@@ -69,10 +69,8 @@
 		skip = 0;
 		for (k = 0; k < number; k++) {
 			voice = &emu->voices[(i+k) % NUM_G];
-			if (voice->use) {
-				printk("voice %d: use=1!\n", i+k);
+			if (voice->use)
 				skip = 1;
-			}
 		}
 		if (!skip) {
 			// printk("allocated voice %d\n", i);

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

* Re: [PATCH] emu10k1: remove an unnecessary printk
  2005-02-17 23:14 [PATCH] emu10k1: remove an unnecessary printk Lee Revell
@ 2005-02-18 10:21 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2005-02-18 10:21 UTC (permalink / raw)
  To: Lee Revell; +Cc: alsa-devel, James Courtier-Dutton

At Thu, 17 Feb 2005 18:14:43 -0500,
Lee Revell wrote:
> 
> This patch removes an unnecessary printk accidentally left in the
> multichannel patch.
> 
> Signed-Off-By: Lee Revell <rlrevell@joe-job.com>

Thanks, applied.


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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

end of thread, other threads:[~2005-02-18 10:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 23:14 [PATCH] emu10k1: remove an unnecessary printk Lee Revell
2005-02-18 10:21 ` 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.