aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorQais Yousef <qais.yousef@imgtec.com>2014-12-19 11:38:30 +0000
committerTakashi Iwai <tiwai@suse.de>2015-01-13 16:50:31 +0100
commit7b617289b699b5f7e4544bfd2794818cb880b928 (patch)
tree82aa6a8054d61d5cc6703adee68e33043bc5895f /include/sound
parentMerge tag 'topic/i915-hda-componentized-2015-01-12' of git://anongit.freedesktop.org/drm-intel into for-next (diff)
downloadlinux-dev-7b617289b699b5f7e4544bfd2794818cb880b928.tar.xz
linux-dev-7b617289b699b5f7e4544bfd2794818cb880b928.zip
ALSA: compress_driver.h: include sound/core.h explicitly
Fixes the following compilation error: include/sound/compress_driver.h: In function ‘snd_compr_drain_notify’: include/sound/compress_driver.h:177:2: error: implicit declaration of function ‘snd_BUG_ON’ [-Werror=implicit-function-declaration] if (snd_BUG_ON(!stream)) snd_BUG_ON() is defined in sound/core.h but the file is not included explicitly, so include it. Signed-off-by: Qais Yousef <qais.yousef@imgtec.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/compress_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/compress_driver.h b/include/sound/compress_driver.h
index 396e8f73670a..1e2531058b7e 100644
--- a/include/sound/compress_driver.h
+++ b/include/sound/compress_driver.h
@@ -27,6 +27,7 @@
#include <linux/types.h>
#include <linux/sched.h>
+#include <sound/core.h>
#include <sound/compress_offload.h>
#include <sound/asound.h>
#include <sound/pcm.h>