1. 14 Feb, 2005 5 commits
    • Jaroslav Kysela's avatar
      [ALSA] HDSP fixes · b6e06883
      Jaroslav Kysela authored
      Documentation,RME HDSP driver
      * init sequence cleanup and firmware upload related bugfixes
      * more robust revision detection scheme
        (should transparently handle new revisions)
      * allow hdsploader and the kernel fw loader to coexist
        this is useful for cardbus user who compiled the driver in-kernel
        (userspace may not be ready to upload the firmware when the card
         is probed)
      * removed confusing and obsolete passthru option (was interfering
        with the mixer when opening the device for capture or playback)
        this change requires a recompile of the userspace tools against
        the patched hdsp.h
      * removed confusing and obsolete line_outs_monitor module param
      * made precise_ptr the default behaviour, and runtime tweakable
        (removed corresponding module param)
      * add an alsa ctl to disable the use of the midi tasklet, and
        process midi data in the interrupt handler
        (using the tasklet is still the default)
        this is mainly intended for users of Ingo Molnar's RT patch
      * metering fix for Multiface/Digiface users (closes ALSA BUG #0000801)
      * small endianness fix
      * ALSA-Configuration.txt HDSP entry update
      * error messages cleanup
      Signed-off-by: default avatarThomas Charbonnel <thomas@undata.org>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      b6e06883
    • Jaroslav Kysela's avatar
      [ALSA] Remove pm_register/pm_unregister · efac16ca
      Jaroslav Kysela authored
      SA11xx UDA1341 driver,ALSA Core,ISA
      Removed pm_register() and pm_unregister().
      Use platform_device for suspend/resume, instead.
      
      The current implemention is still a hack.  The whole ISA drivers should
      be rewritten with a proper bus definition.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      efac16ca
    • Jaroslav Kysela's avatar
      [ALSA] Remove descriptions of obsolete options · 41a3b69f
      Jaroslav Kysela authored
      Documentation
      Removed descriptions of obsolete irq_mask and irq_list options for
      vxpocket, vxp440 and pdaudiocf drivers.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      41a3b69f
    • Jaroslav Kysela's avatar
      [ALSA] Ascii chars only · 1ea5a466
      Jaroslav Kysela authored
      RME HDSP driver
      Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
      1ea5a466
    • Jaroslav Kysela's avatar
      [ALSA] Add newline to printk · 5b289013
      Jaroslav Kysela authored
          
      ALSA Core
      Added the newline to printk error output.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      5b289013
  2. 27 Jan, 2005 1 commit
  3. 25 Jan, 2005 12 commits
  4. 23 Jan, 2005 5 commits
  5. 22 Jan, 2005 17 commits