All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: alsa-devel <alsa-devel@lists.sourceforge.net>
Cc: Takashi Iwai <tiwai@suse.de>,
	James Courtier-Dutton <James@superbug.co.uk>
Subject: [PATCH] emu10k1: remove an unnecessary printk
Date: Thu, 17 Feb 2005 18:14:43 -0500	[thread overview]
Message-ID: <1108682083.15018.2.camel@krustophenia.net> (raw)

[-- 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);

             reply	other threads:[~2005-02-17 23:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-17 23:14 Lee Revell [this message]
2005-02-18 10:21 ` [PATCH] emu10k1: remove an unnecessary printk 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=1108682083.15018.2.camel@krustophenia.net \
    --to=rlrevell@joe-job.com \
    --cc=James@superbug.co.uk \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=tiwai@suse.de \
    /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.