1. 02 11月, 2009 1 次提交
  2. 30 10月, 2009 1 次提交
  3. 09 9月, 2009 1 次提交
  4. 08 9月, 2009 1 次提交
  5. 07 9月, 2009 1 次提交
    • T
      ALSA: dummy - Fake buffer allocations · a68c4d11
      Takashi Iwai 提交于
      Instead of allocating the real buffers, use a fake buffer and ignore
      read/write in the dummy driver so that we can save the resources.
      For mmap, a single page (unique to the direction, though) is reused
      to all buffers.
      
      When the app requires to read/write the real buffers, pass fake_buffer=0
      module option at loading time.  This will get back to the old behavior.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a68c4d11
  6. 04 9月, 2009 1 次提交
  7. 03 9月, 2009 2 次提交
    • T
      ALSA: dummy - Better jiffies handling · b142037b
      Takashi Iwai 提交于
      In the system-timer mode, snd-dummy driver issues each tick to update
      the position.  This is highly inefficient and even inaccurate if the
      timer can't be triggered at each tick.
      
      Now rewritten to wake up only at the period boundary.  The position
      is calculated from the current jiffies.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b142037b
    • T
      ALSA: dummy - Support high-res timer mode · c631d03c
      Takashi Iwai 提交于
      Allow snd-dummy driver to use high-res timer as its timing source
      instead of the system timer.  The new module option "hrtimer" is added
      to turn on/off the high-res timer support.  It can be switched even
      dynamically via sysfs.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c631d03c
  8. 12 1月, 2009 1 次提交
  9. 19 10月, 2008 1 次提交
  10. 15 8月, 2008 2 次提交
  11. 13 8月, 2008 1 次提交
  12. 24 4月, 2008 3 次提交
  13. 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
  14. 16 10月, 2007 2 次提交
  15. 20 7月, 2007 1 次提交
  16. 14 2月, 2007 1 次提交
    • P
      [ALSA] Fix __devinit and __devexit issues with sound drivers · 788c6043
      Prarit Bhargava 提交于
      Fix __devinit and __devexit issues with sound drivers.
      Resolves MODPOST warnings similar to:
      WARNING: sound/drivers/snd-dummy.o - Section mismatch: reference to .init.text:snd_dummy_probe from .data.rel.local between 'snd_dummy_driver' (at offset 0x0) and 'snd_dummy_controls'
      WARNING: sound/drivers/snd-mtpav.o - Section mismatch: reference to .init.text:snd_mtpav_probe from .data.rel.local between 'snd_mtpav_driver' (at offset 0x0) and 'snd_mtpav_input'
      WARNING: sound/drivers/snd-virmidi.o - Section mismatch: reference to .init.text:snd_virmidi_probe from .data.rel.local after 'snd_virmidi_driver' (at offset 0x0)
      Signed-off-by: NPrarit Bhargava <prarit@redhat.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      788c6043
  17. 09 2月, 2007 1 次提交
  18. 23 9月, 2006 2 次提交
  19. 23 6月, 2006 1 次提交
  20. 28 4月, 2006 1 次提交
  21. 22 3月, 2006 1 次提交
  22. 04 1月, 2006 1 次提交
  23. 03 1月, 2006 5 次提交
  24. 12 9月, 2005 2 次提交
    • T
      [ALSA] Replace with kzalloc() - others · 561b220a
      Takashi Iwai 提交于
      Documentation,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,OPL3
      OPL4,Digigram VX core,I2C cs8427,I2C lib core,I2C tea6330t,L3 drivers
      AK4114 receiver,AK4117 receiver,PDAudioCF driver,PPC PMAC driver
      SPARC AMD7930 driver,SPARC cs4231 driver,Synth,Common EMU synth
      USB generic driver,USB USX2Y
      Replace kcalloc(1,..) with kzalloc().
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      561b220a
    • T
      [ALSA] Add snd_card_set_generic_dev() call · 16dab54b
      Takashi Iwai 提交于
      ARM,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,MIPS
      MIPS AU1x00 driver,PPC,PPC PowerMac driver,SPARC,SPARC AMD7930 driver
      SPARC cs4231 driver,SPARC DBRI driver
      - Added snd_card_set_generic_dev() call.
      - Added SND_GENERIC_DRIVER to Kconfig.
      - Clean up the error path in probe if necessary.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      16dab54b
  25. 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