09 Feb, 2007

1 commit


23 Sep, 2006

1 commit

  • - Add the linked list to each proc entry to enable a single-shot
    disconnection (unregister)
    - Deprecate snd_info_unregister(), use snd_info_free_entry()
    - Removed NULL checks of snd_info_free_entry()

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

    Takashi Iwai
     

23 Jun, 2006

2 commits


28 Apr, 2006

1 commit


03 Jan, 2006

2 commits


12 Sep, 2005

2 commits


29 May, 2005

1 commit

  • PCM Midlevel,CA0106 driver,EMU10K1/EMU10K2 driver
    Fix by Guillaume Chazarain :

    Some tunables in /proc have a write() function, but as their
    permission does not reflect it, it can be confusing to the user.

    So here is a patch that corrects the mode of those files. Note that I
    have only tested the 'xrun_debug' entry.

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

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