[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54B5048F.2070709@imgtec.com>
Date: Tue, 13 Jan 2015 11:42:07 +0000
From: Qais Yousef <qais.yousef@...tec.com>
To: <alsa-devel@...a-project.org>
CC: Vinod Koul <vinod.koul@...el.com>,
Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.de>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ALSA: compress_driver.h: include sound/core.h explicitly
Ping
On 12/19/2014 11:38 AM, Qais Yousef wrote:
> 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@...tec.com>
> Cc: Vinod Koul <vinod.koul@...el.com>
> Cc: Jaroslav Kysela <perex@...ex.cz>
> Cc: Takashi Iwai <tiwai@...e.de>
> Cc: linux-kernel@...r.kernel.org
>
> ---
> include/sound/compress_driver.h | 1 +
> 1 file changed, 1 insertion(+)
>
> 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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists