1. 04 11月, 2005 1 次提交
  2. 12 9月, 2005 2 次提交
    • M
      [ALSA] Several fixes for the Sun DBRI driver · 4338829e
      Martin Habets 提交于
      SPARC DBRI driver
      This patch contains the following fixes to the Alsa DBRI driver:
      
      - Remove 2.6.13 build warning on the prom_getproperty() call.
      
      - Rework command synchronization: send a sequence number with D_WAIT,
        and check it in the completion interrupt.
        Move synchronization delays from _cmdsend() to _cmdlock() allowing the
        CPU to do other usefull things while the DBRI is processing the
        commands.
      
      - Fix first argument of printk() calls.
      
      - Enable burst transfers for DBRI. Original 2.4 patch from Krzysztof
        Helt
      
      - Make dbri_debug module parameter writable from sysfs. Remove obsolete
        write access to the /proc debug file.
      
      - Replace udelay() with msleep_interruptible() where possible.
      
      - Update documentation comments.
      Signed-off-by: NMartin Habets <errandir_news@mph.eclipse.co.uk>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4338829e
    • 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
  3. 28 7月, 2005 1 次提交