From: Benoit Boissinot <bboissin@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Adrian Bunk <bunk@stusta.de>
Subject: Re: [2.6 patch] sound/oss/: cleanups
Date: Thu, 31 Mar 2005 16:34:41 -0500 [thread overview]
Message-ID: <40f323d005033113347abcdeb2@mail.gmail.com> (raw)
In-Reply-To: <20050328220307.GO4285@stusta.de>
On Tue, 29 Mar 2005 00:03:07 +0200, Adrian Bunk <bunk@stusta.de> wrote:
> On Mon, Mar 28, 2005 at 03:55:36PM -0500, Benoit Boissinot wrote:
> > On Sun, 6 Mar 2005 23:07:47 +0100, Adrian Bunk <bunk@stusta.de> wrote:
> > > This patch contains cleanups including the following:
> > > - make needlessly global code static
> > >
> That's a different problem.
> Please apply the patch below on top of my other patch.
>
> <-- snip -->
>
> Rearrange sound/oss/nm256_audio.c and to drop nm256_debug from nm256.h
> since it confuses gcc 4.0 .
Could this patch go in -mm (it is needed for allyesconfig and gcc-4).
Thanks,
Benoit
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
> --- linux-2.6.12-rc1-mm3-full/sound/oss/nm256.h.old 2005-03-28 23:49:39.000000000 +0200
> +++ linux-2.6.12-rc1-mm3-full/sound/oss/nm256.h 2005-03-28 23:51:33.000000000 +0200
> @@ -128,9 +128,6 @@
> struct nm256_info *next_card;
> };
>
> -/* Debug flag--bigger numbers mean more output. */
> -extern int nm256_debug;
> -
> /* The BIOS signature. */
> #define NM_SIGNATURE 0x4e4d0000
> /* Signature mask. */
> --- linux-2.6.12-rc1-mm3-full/sound/oss/nm256_audio.c.old 2005-03-28 23:51:53.000000000 +0200
> +++ linux-2.6.12-rc1-mm3-full/sound/oss/nm256_audio.c 2005-03-28 23:52:19.000000000 +0200
> @@ -28,12 +28,13 @@
> #include <linux/delay.h>
> #include <linux/spinlock.h>
> #include "sound_config.h"
> -#include "nm256.h"
> -#include "nm256_coeff.h"
>
> static int nm256_debug;
> static int force_load;
>
> +#include "nm256.h"
> +#include "nm256_coeff.h"
> +
> /*
> * The size of the playback reserve. When the playback buffer has less
> * than NM256_PLAY_WMARK_SIZE bytes to output, we request a new
>
>
next prev parent reply other threads:[~2005-03-31 21:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-06 22:07 [2.6 patch] sound/oss/: cleanups Adrian Bunk
2005-03-28 20:55 ` Benoit Boissinot
2005-03-28 22:03 ` Adrian Bunk
2005-03-31 21:34 ` Benoit Boissinot [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-03-24 3:09 Adrian Bunk
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=40f323d005033113347abcdeb2@mail.gmail.com \
--to=bboissin@gmail.com \
--cc=akpm@osdl.org \
--cc=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox