All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jordi Colomer <jco@ict.es>
To: linux-kernel@vger.kernel.org
Subject: Soundconfig
Date: Mon, 04 Dec 2000 07:34:27 +0100	[thread overview]
Message-ID: <3A2B3AF3.CF6641B9@ict.es> (raw)


Hello,

There is a little bug in the kernel file drivers/sound/Config.in for ARM
machines.

When I do make xconfig, an error shows up. The cause is in line 11 of
this file :

if [ "$CONFIG_SA1100_ASSABET" = "y" -o "$CONFIG_SA1100_BITSY" = "y" -o \
     "$CONFIG_SA1100_PANGOLIN" = "y" -o $CONFIG_SA1100_FREEBIRD = "y" -o
\
     "$CONFIG_SA1100_YOPY" = "y" ]; then
    dep_tristate '  Assabet/Bitsy/Pangolin/Yopy audio support (UDA1341)'
CONFIG_SOUND_UDA1341 $CONFIG_SOUND
fi                                 

                                                                                 
Note that $CONFIG_SA1100_FREEBIRD must be quoted :
"$CONFIG_SA1100_FREEBIRD".

That's all.

Thank you for your work.

Jordi Colomer.

P.S. : This message was sent originally to mec@shout.net, but he replied
:

"I am not actively maintaining this file any more.  Please send a copy
of your letter to linux-kernel@vger.kernel.org.  Feel free to quote my
e-mail to other people if you think it will be helpful."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2000-12-04  7:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-04  6:34 Jordi Colomer [this message]
2000-12-04  7:26 ` Soundconfig Russell King

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=3A2B3AF3.CF6641B9@ict.es \
    --to=jco@ict.es \
    --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 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.