* [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers.
@ 2006-05-25 20:52 lamikr
2006-05-26 23:12 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: lamikr @ 2006-05-25 20:52 UTC (permalink / raw)
To: OMAP-Linux
[-- 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 --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers.
2006-05-25 20:52 [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers lamikr
@ 2006-05-26 23:12 ` Tony Lindgren
2006-08-10 0:29 ` lamikr
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2006-05-26 23:12 UTC (permalink / raw)
To: lamikr; +Cc: OMAP-Linux
* lamikr <lamikr@cc.jyu.fi> [060525 13:54]:
> Kconfig fixes to prevent unselecting I2C and I2C-omap drivers is aic23
> sound driver is selected.
Pushing all 3 patches today.
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers.
2006-05-26 23:12 ` Tony Lindgren
@ 2006-08-10 0:29 ` lamikr
2006-08-10 6:44 ` tony
0 siblings, 1 reply; 4+ messages in thread
From: lamikr @ 2006-08-10 0:29 UTC (permalink / raw)
To: Tony Lindgren; +Cc: OMAP-Linux
Tony Lindgren wrote:
> * lamikr <lamikr@cc.jyu.fi> [060525 13:54]:
>
>> Kconfig fixes to prevent unselecting I2C and I2C-omap drivers is aic23
>> sound driver is selected.
>>
>
> Pushing all 3 patches today.
>
> Tony
>
>
Tony
I noticed that patches 2 and 3 are not applied. James Selvam tested that
they were needed in order to get sounds working with innovator.
Can you you still apply the old patches or should I resend them? (Send
originally in 25.5.2006)
In addition to these, audio_process_dma from omap-alsa.c will also need
one more fix that I can send separately.
(2 #ifdef CONFIG_MACH_OMAP_H6300 definitions must be changed to #ifdef
CONFIG_ARCH_OMAP15XX)
Mika
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers.
2006-08-10 0:29 ` lamikr
@ 2006-08-10 6:44 ` tony
0 siblings, 0 replies; 4+ messages in thread
From: tony @ 2006-08-10 6:44 UTC (permalink / raw)
To: lamikr; +Cc: OMAP-Linux
* lamikr <lamikr@cc.jyu.fi> [060810 03:29]:
> Tony Lindgren wrote:
> > * lamikr <lamikr@cc.jyu.fi> [060525 13:54]:
> >
> >> Kconfig fixes to prevent unselecting I2C and I2C-omap drivers is aic23
> >> sound driver is selected.
> >>
> >
> > Pushing all 3 patches today.
> >
> > Tony
> >
> >
> Tony
>
> I noticed that patches 2 and 3 are not applied. James Selvam tested that
> they were needed in order to get sounds working with innovator.
> Can you you still apply the old patches or should I resend them? (Send
> originally in 25.5.2006)
Hmm, I wonder if these too got accidentally reverted a while back?
Occasionally I miss new files with git-add too :)
Since you know exactly what's missing, can you please resend the missing
patches?
> In addition to these, audio_process_dma from omap-alsa.c will also need
> one more fix that I can send separately.
> (2 #ifdef CONFIG_MACH_OMAP_H6300 definitions must be changed to #ifdef
> CONFIG_ARCH_OMAP15XX)
OK
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-10 6:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25 20:52 [PATCH 1/3] aic23: Kconfig fixes for alsa and oss drivers lamikr
2006-05-26 23:12 ` Tony Lindgren
2006-08-10 0:29 ` lamikr
2006-08-10 6:44 ` tony
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox