Commit b6e06883 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] HDSP fixes

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>
parent efac16ca
...@@ -635,13 +635,6 @@ Module parameters ...@@ -635,13 +635,6 @@ Module parameters
Module for RME Hammerfall DSP audio interface(s) Module for RME Hammerfall DSP audio interface(s)
precise_ptr - Enable precise pointer (doesn't work reliably).
(default = 0)
line_outs_monitor - Send all input and playback streams to line outs
by default. (default = 0)
force_firmware - Force a reload of the I/O box firmware
(default = 0)
Module supports up to 8 cards. Module supports up to 8 cards.
Note: The firmware data can be automatically loaded via hotplug Note: The firmware data can be automatically loaded via hotplug
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment