All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Peter Lieverdink <peter@cc.com.au>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.2 PPC ALSA snd-powermac
Date: Wed, 11 Feb 2004 12:48:40 +0100	[thread overview]
Message-ID: <s5hr7x1bzvr.wl@alsa2.suse.de> (raw)
In-Reply-To: <1076483508.13791.6.camel@kahlua>

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

At Wed, 11 Feb 2004 18:11:48 +1100,
Peter Lieverdink wrote:
> 
> [1  <text/plain (quoted-printable)>]
> Is it just me or does 'make menuconfig' in kernel 2.6.2 on ppc not give
> me an option to enable i2c? It's supposed to be in Character Devices,
> no? The ALSA snd-powermac module needs i2c and upon a 'modprobe
> snd-powermac' spews forth:

does the attached patch work?


--
Takashi Iwai <tiwai@suse.de>		ALSA Developer - www.alsa-project.org

[-- Attachment #2: Type: text/plain, Size: 323 bytes --]

--- linux/sound/ppc/Kconfig	4 Nov 2002 08:43:16 -0000	1.1
+++ linux/sound/ppc/Kconfig	11 Feb 2004 11:43:56 -0000
@@ -5,7 +5,9 @@
 
 config SND_POWERMAC
 	tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
-	depends on SND
+	depends on SND && PPC_PMAC
+        select I2C
+        select I2C_KEYWEST
 
 endmenu
 

  reply	other threads:[~2004-02-11 11:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-11  7:11 2.6.2 PPC ALSA snd-powermac Peter Lieverdink
2004-02-11 11:48 ` Takashi Iwai [this message]
2004-02-11 22:56   ` Peter Lieverdink
2004-02-14 16:47     ` Adrian Bunk
     [not found]       ` <1076794515.30208.0.camel@kahlua>
2004-02-15 13:39         ` Adrian Bunk
2004-02-20  2:23           ` Peter Lieverdink
2004-02-11 13:57 ` Giuliano Pochini

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=s5hr7x1bzvr.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter@cc.com.au \
    /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.