OSDN Git Service

Add RME RPM to HDSP_IO_Type.
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Thu, 28 Jul 2011 21:24:25 +0000 (23:24 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Jul 2011 05:38:19 +0000 (07:38 +0200)
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>
include/sound/hdsp.h

index 0fc9e98..5adaf7b 100644 (file)
@@ -28,6 +28,7 @@ typedef enum {
        Multiface,
        H9652,
        H9632,
+       RPM,
        Undefined,
 } HDSP_IO_Type;