All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: perex@suse.cz, linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@osdl.org>, Olaf Hering <olh@suse.de>
Subject: [PATCH] snd-powermac requires i2c
Date: Mon, 26 Jul 2004 12:15:02 +0200	[thread overview]
Message-ID: <20040726101502.GC24539@suse.de> (raw)


The alsa driver for powermacs requires i2c support.

Signed-off-by: Olaf Hering <olh@suse.de>

diff -purN linux-2.6.8-rc2-bk2.orig/sound/ppc/Kconfig linux-2.6.8-rc2-bk2.powerbook/sound/ppc/Kconfig
--- linux-2.6.8-rc2-bk2.orig/sound/ppc/Kconfig	2004-06-16 05:19:22.000000000 +0000
+++ linux-2.6.8-rc2-bk2.powerbook/sound/ppc/Kconfig	2004-07-25 08:46:26.000000000 +0000
@@ -3,9 +3,12 @@
 menu "ALSA PowerMac devices"
 	depends on SND!=n && PPC
 
+comment "ALSA PowerMac requires I2C"
+	depends on SND && I2C=n
+
 config SND_POWERMAC
 	tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
-	depends on SND
+	depends on SND && I2C
 	select SND_PCM
 
 endmenu

-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

                 reply	other threads:[~2004-07-26 10:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040726101502.GC24539@suse.de \
    --to=olh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@suse.cz \
    /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.