1. 12 3月, 2013 1 次提交
  2. 01 11月, 2011 1 次提交
  3. 12 10月, 2009 1 次提交
    • K
      ALSA: snd_dma_pointer workaround for chipsets with buggy DMA · 8066e51a
      Krzysztof Helt 提交于
      The chipsets with the isa_dma_bridge_buggy set do not stop DMA during
      DMA counter reads. The DMA counter is read in two 8-bit read steps
      on x86 platform. Sometimes, such reads happen during higher byte
      change so the lower byte is already decremented (rolled over) but
      the higher byte is not. It introduces an error that position is
      moved 256 bytes ahead of the true position. Thus, the next DMA
      position read can return a lower value then the previous read.
      If the DMA position is decreased (reversed) the ALSA subsystem is
      tricked into the playback underrun error and resets the playback.
      It results in a "pop" during a playback.
      
      Work around the issue by reading the counter twice and choosing a higher
      value.
      Signed-off-by: NKrzysztof Helt <krzysztof.h1@wp.pl>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8066e51a
  4. 01 2月, 2008 1 次提交
    • T
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai 提交于
      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: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      9004acc7
  5. 16 10月, 2007 1 次提交
  6. 23 6月, 2006 1 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4