All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: fix compile breakage - add a missing header include
@ 2010-01-19  7:39 Guennadi Liakhovetski
  2010-01-19  7:49 ` Takashi Iwai
  2010-01-19 12:36 ` Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Guennadi Liakhovetski @ 2010-01-19  7:39 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai

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;
 
 /*
-- 
1.6.2.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-19 12:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19  7:39 [PATCH] ASoC: fix compile breakage - add a missing header include Guennadi Liakhovetski
2010-01-19  7:49 ` Takashi Iwai
2010-01-19  7:59   ` Guennadi Liakhovetski
2010-01-19  9:59   ` Mark Brown
2010-01-19 10:08     ` Guennadi Liakhovetski
2010-01-19 12:36 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.