09 Feb, 2007

1 commit


20 Dec, 2006

1 commit

  • The case where silence_size < boundary was broken because different
    parts of the snd_pcm_playback_silence() function disagreed about whether
    silence_start should point to the start or to the end of the buffer part
    to be silenced.
    This patch changes the code to always use to the start, which also
    simplifies several calculations.

    Signed-off-by: Clemens Ladisch
    Signed-off-by: Jaroslav Kysela

    Clemens Ladisch
     

23 Jun, 2006

3 commits


28 Apr, 2006

1 commit


31 Mar, 2006

1 commit

  • - Clean up initialization and destruction of substream instance
    Now snd_pcm_open_substream() alone does most initialization jobs.
    Add pcm_release callback for cleaning up at snd_pcm_release_substream()
    - Tidy up PCM oss code

    Signed-off-by: Takashi Iwai

    Takashi Iwai
     

03 Jan, 2006

2 commits


04 Nov, 2005

2 commits


12 Sep, 2005

1 commit


30 Aug, 2005

2 commits


29 May, 2005

2 commits


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