12 Jan, 2009

2 commits


13 Aug, 2008

1 commit


10 Jul, 2008

1 commit


01 Feb, 2008

2 commits

  • This header file exists only for some hacks to adapt alsa-driver
    tree. It's useless for building in the kernel. Let's move a few
    lines in it to sound/core.h and remove it.
    With this patch, sound/driver.h isn't removed but has just a single
    compile warning to include it. This should be really killed in
    future.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     
  • Check the value ranges in ctl put callbacks in vxpocket driver.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     

16 Oct, 2007

2 commits


11 May, 2007

1 commit


09 Feb, 2007

1 commit


05 Dec, 2006

1 commit

  • struct pcmcia_device *p_dev->conf.ConfigBase and .Present are set in almost
    all PCMICA driver right at the beginning, using the same calls but slightly
    different implementations. Unfiy this in the PCMCIA core.

    Includes a small bugfix ("drivers/net/pcmcia/xirc2ps_cs.c: remove unused
    label") from and Signed-off-by Adrian Bunk

    Signed-off-by: Dominik Brodowski

    Dominik Brodowski
     

23 Sep, 2006

3 commits


23 Jun, 2006

2 commits


31 Mar, 2006

9 commits


22 Mar, 2006

1 commit


06 Jan, 2006

1 commit


03 Jan, 2006

3 commits


30 Aug, 2005

3 commits


28 Jul, 2005

3 commits

  • Digigram VX Pocket driver
    Removed unused files (dropped by the last change).

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • Documentation,PCMCIA Kconfig,Digigram VX Pocket driver
    - Fixed Oops with request_firmware()
    - Detect the card type in runtime (vxpoocket v2 or 440)
    - snd-vxp440 driver is merged to snd-vxpocket
    - Clean up the code

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     
  • `gcc -W' likes to complain if the static keyword is not at the beginning of
    the declaration. This patch fixes all remaining occurrences of "inline
    static" up with "static inline" in the entire kernel tree (140 occurrences in
    47 files).

    While making this change I came across a few lines with trailing whitespace
    that I also fixed up, I have also added or removed a blank line or two here
    and there, but there are no functional changes in the patch.

    Signed-off-by: Jesper Juhl
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jesper Juhl
     

08 Jul, 2005

2 commits


28 Jun, 2005

1 commit


22 Jun, 2005

1 commit