summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2011-07-28 23:24:25 +0200
committerTakashi Iwai <tiwai@suse.de>2011-07-29 07:38:19 +0200
commite31aaac5308216f89039cdfa016fe396f49e8fe7 (patch)
tree719b56584c6790fe889b9d9ba90e71e9e4e22ce0
parente2c2262403c5639c7ff96f47a43682ff16b7ae4f (diff)
downloadalsa-lib-e31aaac5308216f89039cdfa016fe396f49e8fe7.tar.gz
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>
-rw-r--r--include/sound/hdsp.h1
1 files changed, 1 insertions, 0 deletions
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;