* [PATCH 8/9] ARM: DaVinci: ASoC: Adds header file for DM646X DIT/DIR driver
@ 2009-03-16 12:06 Naresh Medisetty
0 siblings, 0 replies; only message in thread
From: Naresh Medisetty @ 2009-03-16 12:06 UTC (permalink / raw)
To: alsa-devel; +Cc: davinci-linux-open-source, Naresh Medisetty
Adds header file for DM646X DIT/DIR driver
Signed-off-by: Naresh Medisetty <naresh@ti.com>
---
This patch applies on the ASoC tree available at http://opensource.wolfsonmicro.com/cgi-bin/gitweb.cgi?p=linux-2.6-asoc.git;a=commit;h=168776ef58d38503f8ac4f8a7eb1039137208032.
sound/soc/codecs/codec_stubs.h | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
create mode 100644 sound/soc/codecs/codec_stubs.h
diff --git a/sound/soc/codecs/codec_stubs.h b/sound/soc/codecs/codec_stubs.h
new file mode 100644
index 0000000..693797b
--- /dev/null
+++ b/sound/soc/codecs/codec_stubs.h
@@ -0,0 +1,23 @@
+/*
+ * ALSA SoC DIT/DIR driver header
+ *
+ * Author: Steve Chen, <schen@mvista.com>
+ * Copyright: (C) 2008 MontaVista Software, Inc., <source@mvista.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef CODEC_STUBS_H
+#define CODEC_STUBS_H
+
+#ifdef CONFIG_SND_SOC_CODEC_STUBS
+extern struct snd_soc_dai dit_stub_dai[];
+extern struct snd_soc_dai dir_stub_dai[];
+#else
+#define dit_stub_dai NULL
+#define dir_stub_dai NULL
+#endif
+
+#endif /* CODEC_STUBS_H */
--
1.5.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-16 12:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-16 12:06 [PATCH 8/9] ARM: DaVinci: ASoC: Adds header file for DM646X DIT/DIR driver Naresh Medisetty
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.