mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: linux-kernel@vger.kernel.org
Cc: Michael Knigge <Michael.Knigge@set-software.de>,
	Nicolas Bouliane <linuxaide.net@rocler.com>,
	Andreas Boman <aboman@nerdfest.org>
Subject: [PATCH] ALSA 'make menuconfig exits' fix
Date: Wed, 2 Oct 2002 10:06:09 +0200	[thread overview]
Message-ID: <200210021006.09568.m.c.p@wolk-project.de> (raw)

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

Hi,

attached patch fixes "make menuconfig" crashes when entering Sound/ALSA.

Dunno if it is the correct way but it works. Consider this as a workaround.

-- 
Kind regards
        Marc-Christian Petersen

http://sourceforge.net/projects/wolk

PGP/GnuPG Key: 1024D/569DE2E3DB441A16
Fingerprint: 3469 0CF8 CA7E 0042 7824 080A 569D E2E3 DB44 1A16
Key available at www.keyserver.net. Encrypted e-mail preferred.

[-- Attachment #2: 72_fix-alsasoundsparc32-64.patch --]
[-- Type: text/x-diff, Size: 551 bytes --]

--- linux/sound/Config.in	2002-10-01 12:09:44.000000000 +0200
+++ linux/sound/Config.in	2002-10-01 12:21:05.000000000 +0200
@@ -31,10 +31,7 @@
 if [ "$CONFIG_SND" != "n" -a "$CONFIG_ARM" = "y" ]; then
   source sound/arm/Config.in
 fi
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC32" = "y" ]; then
-  source sound/sparc/Config.in
-fi
-if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC64" = "y" ]; then
+if [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC32" = "y" ] || [ "$CONFIG_SND" != "n" -a "$CONFIG_SPARC64" = "y" ] ; then
   source sound/sparc/Config.in
 fi
 

             reply	other threads:[~2002-10-02  8:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-02  8:06 Marc-Christian Petersen [this message]
2002-10-02 14:07 Roman Zippel
2002-10-02 16:46 ` Sam Ravnborg

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=200210021006.09568.m.c.p@wolk-project.de \
    --to=m.c.p@wolk-project.de \
    --cc=Michael.Knigge@set-software.de \
    --cc=aboman@nerdfest.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxaide.net@rocler.com \
    /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

all inboxes | Powered by JetHome®