The hdsp.c driver supports the RME RPM devices, but we also need this information in alsa-lib for tools like hdsploader and hdspmixer. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Fixed typos of int types. Added inclusion of stdint.h.
The variable types are declared explicitly like u_int32_t and u_int64_t to avoid ambiguity.
Fixed the loading of firmware data and the handling of meter mmap on 64bit architectures.