summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Faber <faberman@linuxproaudio.org>2010-12-01 12:14:47 +0100
committerTakashi Iwai <tiwai@suse.de>2010-12-01 12:14:47 +0100
commit28b26e15533e60970a014582d812d471ad63bcd0 (patch)
tree6fa24353eb27b74a4b522225c7941198300c77df /include
parent03cfe6f57dc5c13ccdd235c23c80e3fa170f03d1 (diff)
ALSA: hdsp - Add support for RPM io box
Add support for the RME HDSP RPM IO box. Changes have been made in the identification of the IO box and the neccessary controls have been added. Signed-off-by: Florian Faber <faberman@linuxproaudio.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-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 d98a78dff2db..0909a3843479 100644
--- a/include/sound/hdsp.h
+++ b/include/sound/hdsp.h
@@ -28,6 +28,7 @@ enum HDSP_IO_Type {
Multiface,
H9652,
H9632,
+ RPM,
Undefined,
};