Add RME RPM to HDSP_IO_Type.

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>
This commit is contained in:
Adrian Knoth 2011-07-28 23:24:25 +02:00 committed by Takashi Iwai
parent e2c2262403
commit e31aaac530

View file

@ -28,6 +28,7 @@ typedef enum {
Multiface,
H9652,
H9632,
RPM,
Undefined,
} HDSP_IO_Type;