All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASOC: missing files in alsa-driver
@ 2011-02-25 15:42 Grzegorz Daniluk
  0 siblings, 0 replies; only message in thread
From: Grzegorz Daniluk @ 2011-02-25 15:42 UTC (permalink / raw)
  To: alsa-devel

This patch adds few files missing in soc/codecs and soc/sh. Without them 
the compilation of alsa-driver with those soc-s is impossible.

Signed-off-by: Grzegorz Daniluk <g.daniluk@elproma.com.pl>
---

diff -uprN a/soc/codecs/da7210.c b/soc/codecs/da7210.c
--- a/soc/codecs/da7210.c       1970-01-01 00:00:00.000000000 +0000
+++ b/soc/codecs/da7210.c       2011-02-25 13:48:26.000000000 +0000
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../../alsa-kernel/soc/codecs/da7210.c"
diff -uprN a/soc/sh/fsi-da7210.c b/soc/sh/fsi-da7210.c
--- a/soc/sh/fsi-da7210.c       1970-01-01 00:00:00.000000000 +0000
+++ b/soc/sh/fsi-da7210.c       2011-02-25 14:38:05.485218100 +0000
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../../alsa-kernel/soc/sh/fsi-da7210.c"
diff -uprN a/soc/sh/fsi.c b/soc/sh/fsi.c
--- a/soc/sh/fsi.c      1970-01-01 00:00:00.000000000 +0000
+++ b/soc/sh/fsi.c      2011-02-25 13:51:21.000000000 +0000
@@ -0,0 +1,2 @@
+#include "adriver.h"
+#include "../../alsa-kernel/soc/sh/fsi.c"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-25 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 15:42 [PATCH] ASOC: missing files in alsa-driver Grzegorz Daniluk

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.