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

    Andres Salomon
     

11 Dec, 2008

3 commits


16 Oct, 2007

1 commit


23 Sep, 2006

1 commit


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

    Jaya Kumar
     

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

    Jaya Kumar