From: Adrian Knoth Date: Thu, 28 Jul 2011 21:24:25 +0000 (+0200) Subject: Add RME RPM to HDSP_IO_Type. X-Git-Tag: v1.0.25~21 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e31aaac5308216f89039cdfa016fe396f49e8fe7;p=alsa-lib.git 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 Signed-off-by: Takashi Iwai --- diff --git a/include/sound/hdsp.h b/include/sound/hdsp.h index 0fc9e98b..5adaf7b0 100644 --- a/include/sound/hdsp.h +++ b/include/sound/hdsp.h @@ -28,6 +28,7 @@ typedef enum { Multiface, H9652, H9632, + RPM, Undefined, } HDSP_IO_Type;