31 Mar, 2011

1 commit


11 Nov, 2010

1 commit

  • The [vk][cmz]alloc(_node) family of functions return void pointers which
    it's completely unnecessary/pointless to cast to other pointer types since
    that happens implicitly.

    This patch removes such casts from sound/oss/

    Signed-off-by: Jesper Juhl
    Signed-off-by: Takashi Iwai

    Jesper Juhl
     

10 Aug, 2009

1 commit

  • In the 2.1.6 kernel, the output loop in midi_poll() was changed to
    enable interrupts during the outputc() call. Unfortunately, the check
    whether the device has accepted the current byte ("ok") was moved behind
    the code that removes the byte from the output queue, so one byte would
    be lost every time the hardware FIFO is full.

    Signed-off-by: Clemens Ladisch
    Signed-off-by: Takashi Iwai

    Clemens Ladisch
     

04 Oct, 2006

2 commits


10 Sep, 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