All of lore.kernel.org
 help / color / mirror / Atom feed
From: lamikr <lamikr@cc.jyu.fi>
To: OMAP-Linux <linux-omap-open-source@linux.omap.com>
Subject: [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers.
Date: Thu, 25 May 2006 23:52:59 +0300	[thread overview]
Message-ID: <4476192B.5070703@cc.jyu.fi> (raw)

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

Kconfig fixes to prevent unselecting I2C and I2C-omap drivers is aic23
sound driver is selected.

Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi>

[-- Attachment #2: 0001-aic23-Kconfig-fixes.txt --]
[-- Type: text/plain, Size: 1294 bytes --]

>From nobody Mon Sep 17 00:00:00 2001
From: Mika Laitio <lamikr@cc.jyu.fi>
Date: Thu May 25 22:46:18 2006 +0300
Subject: [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers. I2C and I2C-OMAP must be build if aic23 driver is build.

Signed-off-by: Mika Laitio <lamikr@cc.jyu.fi>


---

 sound/arm/Kconfig |    2 ++
 sound/oss/Kconfig |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

fafc1b62f86a4e85df544d38427a057e5304b6ea
diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig
index cccdf23..fdf75e1 100644
--- a/sound/arm/Kconfig
+++ b/sound/arm/Kconfig
@@ -37,6 +37,8 @@ config SND_OMAP_AIC23
 	tristate "OMAP AIC23 alsa driver (osk5912)"
 	depends on ARCH_OMAP && SND
 	select SND_PCM
+	select I2C
+	select I2C_OMAP if ARCH_OMAP
 	select SENSORS_TLV320AIC23
 	help
 	  Say Y here if you have a OSK platform board
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig
index 146cebf..3c2c587 100644
--- a/sound/oss/Kconfig
+++ b/sound/oss/Kconfig
@@ -29,6 +29,8 @@ config SOUND_OMAP_TSC2101
 config SOUND_OMAP_AIC23
 	tristate "AIC23 Stereo Codec"
 	depends on SOUND_OMAP && ( MACH_OMAP_INNOVATOR || MACH_OMAP_OSK )
+	select I2C
+	select I2C_OMAP if ARCH_OMAP
 	select SENSORS_TLV320AIC23 if ARCH_OMAP
 	---help---
 	  AIC23 Audio Codec Driver for OMAP will be enabled.
-- 
1.2.2


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



             reply	other threads:[~2006-05-25 20:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-25 20:52 lamikr [this message]
2006-05-26 23:12 ` [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers Tony Lindgren
2006-08-10  0:29   ` lamikr
2006-08-10  6:44     ` tony

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=4476192B.5070703@cc.jyu.fi \
    --to=lamikr@cc.jyu.fi \
    --cc=linux-omap-open-source@linux.omap.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 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.