[alsa-devel] [PATCH] ASoC: fix compile breakage - add a missing header include
Signed-off-by: Guennadi Liakhovetski g.liakhovetski@gmx.de ---
It might well have been reported and / or fixed in some trees, sorry for the noise, if that's the case.
include/sound/soc-dai.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index ca24e7f..061f16d 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -16,6 +16,8 @@
#include <linux/list.h>
+#include <sound/soc.h> + struct snd_pcm_substream;
/*
At Tue, 19 Jan 2010 08:39:05 +0100 (CET), Guennadi Liakhovetski wrote:
Signed-off-by: Guennadi Liakhovetski g.liakhovetski@gmx.de
It might well have been reported and / or fixed in some trees, sorry for the noise, if that's the case.
The addition is OK, but could you give compile error messages? I'm asking it because no error happened in my build tests.
thanks,
Takashi
include/sound/soc-dai.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index ca24e7f..061f16d 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -16,6 +16,8 @@
#include <linux/list.h>
+#include <sound/soc.h>
struct snd_pcm_substream;
/*
1.6.2.4
On Tue, 19 Jan 2010, Takashi Iwai wrote:
At Tue, 19 Jan 2010 08:39:05 +0100 (CET), Guennadi Liakhovetski wrote:
Signed-off-by: Guennadi Liakhovetski g.liakhovetski@gmx.de
It might well have been reported and / or fixed in some trees, sorry for the noise, if that's the case.
The addition is OK, but could you give compile error messages? I'm asking it because no error happened in my build tests.
Sure:
In file included from sound/soc/sh/siu_pcm.c:33: include/sound/soc-dai.h:211: error: field 'capture' has incomplete type include/sound/soc-dai.h:212: error: field 'playback' has incomplete type sound/soc/sh/siu_pcm.c:710: error: variable 'siu_platform' has initializer but incomplete type sound/soc/sh/siu_pcm.c:711: error: unknown field 'name' specified in initializer sound/soc/sh/siu_pcm.c:711: warning: excess elements in struct initializer sound/soc/sh/siu_pcm.c:711: warning: (near initialization for 'siu_platform') sound/soc/sh/siu_pcm.c:712: error: unknown field 'pcm_ops' specified in initializer sound/soc/sh/siu_pcm.c:712: warning: excess elements in struct initializer sound/soc/sh/siu_pcm.c:712: warning: (near initialization for 'siu_platform') sound/soc/sh/siu_pcm.c:713: error: unknown field 'pcm_new' specified in initializer sound/soc/sh/siu_pcm.c:713: warning: excess elements in struct initializer sound/soc/sh/siu_pcm.c:713: warning: (near initialization for 'siu_platform') sound/soc/sh/siu_pcm.c:714: error: unknown field 'pcm_free' specified in initializer sound/soc/sh/siu_pcm.c:714: warning: excess elements in struct initializer sound/soc/sh/siu_pcm.c:714: warning: (near initialization for 'siu_platform') make[3]: *** [sound/soc/sh/siu_pcm.o] Error 1 make[2]: *** [sound/soc/sh] Error 2 make[2]: *** Waiting for unfinished jobs....
Thanks Guennadi
thanks,
Takashi
include/sound/soc-dai.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index ca24e7f..061f16d 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -16,6 +16,8 @@
#include <linux/list.h>
+#include <sound/soc.h>
struct snd_pcm_substream;
/*
1.6.2.4
--- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/
On Tue, Jan 19, 2010 at 08:49:00AM +0100, Takashi Iwai wrote:
The addition is OK, but could you give compile error messages? I'm asking it because no error happened in my build tests.
Ditto, and please also remember to CC maintainers on patches.
On Tue, 19 Jan 2010, Mark Brown wrote:
On Tue, Jan 19, 2010 at 08:49:00AM +0100, Takashi Iwai wrote:
The addition is OK, but could you give compile error messages? I'm asking it because no error happened in my build tests.
Ditto, and please also remember to CC maintainers on patches.
Right, sorry, took slightly wrong maintainers. As for the build error - see my earlier post in this thread.
Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/
On Tue, Jan 19, 2010 at 08:39:05AM +0100, Guennadi Liakhovetski wrote:
Signed-off-by: Guennadi Liakhovetski g.liakhovetski@gmx.de
It might well have been reported and / or fixed in some trees, sorry for the noise, if that's the case.
Not been reported, there's rarely if ever any call to include this header without also including soc.h.
participants (3)
-
Guennadi Liakhovetski
-
Mark Brown
-
Takashi Iwai