20 Jul, 2007

2 commits


11 May, 2007

4 commits


09 Feb, 2007

5 commits


23 Sep, 2006

2 commits


09 Aug, 2006

1 commit


13 Jul, 2006

2 commits


29 Jun, 2006

2 commits


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
     

31 Mar, 2006

3 commits


03 Jan, 2006

3 commits


04 Nov, 2005

2 commits


12 Sep, 2005

1 commit


30 Aug, 2005

1 commit

  • AC97 Codec,PCI drivers
    I've made the review changes and as requested I've pasted the RFC by
    Nicolas below:-

    'I would like to know what people think of the following patch. It
    allows for a codec on an AC97 bus to be shared with other drivers which
    are completely unrelated to audio. It registers a new bus type, and
    whenever a codec instance is created then a device for it is also
    registered with the driver model using that bus type. This allows, for
    example, to use the extra features of the UCB1400 like the touchscreen
    interface and the additional GPIOs and ADCs available on that chip for
    battery monitoring. I have a working UCB1400 touchscreen driver here
    that simply registers with the driver model happily working alongside
    with audio features using this.'

    Changes over RFC:-

    o Now matches codec name within codec group.
    o Added ac97_dev_release() to stop kernel complaining about no release
    method for device.
    o Added 'config SND_AC97_BUS' to sound/pci/Kconfig and moved 'config
    SND_AC97_CODEC' out with the PCI=n statement.
    o module is now called snd-ac97-bus

    Signed-off-by: Liam Girdwood
    Signed-off-by: Nicolas Pitre
    Signed-off-by: Takashi Iwai

    Liam Girdwood
     

24 Aug, 2005

1 commit


22 Jun, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds