aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-06-05 17:58:00 +0200
committerTakashi Iwai <tiwai@suse.de>2009-06-05 18:07:12 +0200
commit28cd4aa43de2b6d3b1e3385d450bfb31cbe8d72a (patch)
treee41e1da014bcca6f17d0c3bf1b3b1827fb3bdab7 /sound/pci
parentALSA: ctxfi - Set device 0 for mixer control elements (diff)
downloadlinux-dev-28cd4aa43de2b6d3b1e3385d450bfb31cbe8d72a.tar.xz
linux-dev-28cd4aa43de2b6d3b1e3385d450bfb31cbe8d72a.zip
ALSA: ctxfi - Add missing inclusion of linux/math64.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/ctxfi/cttimer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ctxfi/cttimer.c b/sound/pci/ctxfi/cttimer.c
index 3acb26d0c4cc..ceda74e356cb 100644
--- a/sound/pci/ctxfi/cttimer.c
+++ b/sound/pci/ctxfi/cttimer.c
@@ -7,6 +7,7 @@
*/
#include <linux/slab.h>
+#include <linux/math64.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include "ctatc.h"