aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdsp.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-11-22 21:19:18 +0100
committerTakashi Iwai <tiwai@suse.de>2012-11-22 21:19:18 +0100
commit8232932d32c12e35d0dc9311221ea1945f4efc8e (patch)
treed5eb9a727ca31c5f0c3b1f2a76850e294eae199d /sound/pci/rme9652/hdsp.c
parentALSA: emu10k1: don't update firmware during suspend/resume (diff)
downloadlinux-dev-8232932d32c12e35d0dc9311221ea1945f4efc8e.tar.xz
linux-dev-8232932d32c12e35d0dc9311221ea1945f4efc8e.zip
ALSA: hdsp: Add missing inclusion of linux/vmalloc.h
Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/pci/rme9652/hdsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c
index b8ddbb18f141..0f82bb5f42ea 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -28,6 +28,7 @@
#include <linux/firmware.h>
#include <linux/module.h>
#include <linux/math64.h>
+#include <linux/vmalloc.h>
#include <sound/core.h>
#include <sound/control.h>