aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
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/sound
parent03cfe6f57dc5c13ccdd235c23c80e3fa170f03d1 (diff)
downloadkernel_samsung_smdk4412-28b26e15533e60970a014582d812d471ad63bcd0.zip
kernel_samsung_smdk4412-28b26e15533e60970a014582d812d471ad63bcd0.tar.gz
kernel_samsung_smdk4412-28b26e15533e60970a014582d812d471ad63bcd0.tar.bz2
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/sound')
-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 d98a78d..0909a38 100644
--- a/include/sound/hdsp.h
+++ b/include/sound/hdsp.h
@@ -28,6 +28,7 @@ enum HDSP_IO_Type {
Multiface,
H9652,
H9632,
+ RPM,
Undefined,
};