1. 15 8月, 2013 1 次提交
  2. 23 12月, 2011 1 次提交
  3. 16 11月, 2011 1 次提交
  4. 08 7月, 2009 1 次提交
    • T
      ALSA: Fix SG-buffer DMA with non-coherent architectures · cc6a8acd
      Takashi Iwai 提交于
      Using SG-buffers with dma_alloc_coherent() is often very inefficient
      on non-coherent architectures because a tracking record could be
      allocated in addition for each dma_alloc_coherent() call.
      Instead, simply disable SG-buffers but just allocate normal continuous
      buffers on non-supported (currently all but x86) architectures.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      cc6a8acd
  5. 25 10月, 2008 1 次提交
  6. 30 7月, 2008 1 次提交
    • M
      ALSA: Build jack detection · 0d94e41a
      Mark Brown 提交于
      Since jack detection requires the input subsystem which may not be
      desired on small systems it is not built unless required by a driver
      that is being built. Drivers using jack detection should use a pattern
      like this:
      
      config SND_FOO
              tristate "..."
              ...
              select SND_JACK if INPUT=y || INPUT=SND
      
      to ensure that the jack detection API is enabled if the input subsystem
      is.  If the input subsystem is not enabled then a stub version of the
      API is provided.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      0d94e41a
  7. 24 4月, 2008 1 次提交
  8. 16 10月, 2007 3 次提交
  9. 04 11月, 2005 1 次提交
  10. 24 8月, 2005 1 次提交
  11. 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