16 Dec, 2009
1 commit
-
Previously, OLPC support for the mic extensions was only enabled in the
ALSA driver if CONFIG_OLPC and CONFIG_MGEODE_LX were both set. This was
because the old geode GPIO code was written in a manner that assumed
CONFIG_MGEODE_LX. With the new cs553x-gpio driver, this is no longer the
case; as such, we can drop the requirement on CONFIG_MGEODE_LX and instead
include a requirement on GPIOLIB.We use the generic GPIO API rather than the cs553x-specific API.
Signed-off-by: Andres Salomon
Cc: Takashi Iwai
Cc: Jordan Crouse
Cc: David Brownell
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
11 Dec, 2008
3 commits
-
The GPIO stuff for OLPC in cs5535audio_olpc.c is implemented only for
Geode-LX, and enabled only when CONFIG_MGEODE_LX=y. Without this
config option, the driver gets build errors.This patch adds a workaround to make it dependent on CONFIG_MGEODE_LX.
Ideally, the OLPC-GPIO stuff should be implemented in a way
independent from CPU type selection...Signed-off-by: Takashi Iwai
-
- add copyright info to _olpc.c
- minor layout fixes
- make Makefile more concise
- silence a warningSigned-off-by: Andres Salomon
Signed-off-by: Takashi Iwai -
This is a 2nd cut at adding support for OLPC analog input.
Signed-off-by: Jaya Kumar
Signed-off-by: Andres Salomon
16 Oct, 2007
1 commit
-
Clean up Makefile using xxx- style instead of
ifeq(CONFIG_XXX,y).Signed-off-by: Takashi Iwai
Signed-off-by: Jaroslav Kysela
23 Sep, 2006
1 commit
-
Use ifeq instead of ifdef in Makefile to make the maintenance of
out-of-kernel tree easier.Signed-off-by: Takashi Iwai
Signed-off-by: Jaroslav Kysela
23 Jun, 2006
1 commit
-
Appended is my patch adding PM support to the cs5535audio driver.
I also added the ac97 quirk but it's not yet confirmed which
boards need to be in the quirk list. The patch also includes some
Kconfig and misc cleanup.Signed-off-by: Jaya Kumar
Signed-off-by: Takashi Iwai
03 Jan, 2006
1 commit
-
Add support for the CS5535 Audio device. I've fixed up some errors as per
Takashi's advice from the thread:http://lkml.org/lkml/2005/9/15/119
From: Alan Cox
cs5535 is a 32bit x86 only device using weird CPU features
Signed-off-by: Jaya Kumar
Signed-off-by: Andrew Morton
Signed-off-by: Takashi Iwai