summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-01 13:03:56 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-01 13:03:56 +0200
commit4aee8d325ccfe748463485d7354ecf15b43b001c (patch)
treef5c204d684e039e2579ea2cce2984c4afd9f23af
parent401374312bdc966bf386a1d89bf6cd0f74a4314c (diff)
Add skeleton for Maemo telephony driver
-rw-r--r--audio/Makefile.am2
-rw-r--r--audio/telephony-maemo.c27
2 files changed, 28 insertions, 1 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am
index 543fa955..43030b8f 100644
--- a/audio/Makefile.am
+++ b/audio/Makefile.am
@@ -61,7 +61,7 @@ CLEANFILES = $(BUILT_SOURCES)
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
-EXTRA_DIST = audio.conf asound.conf telephony-dummy.c
+EXTRA_DIST = audio.conf asound.conf telephony-dummy.c telephony-maemo.c
MAINTAINERCLEANFILES = Makefile.in
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
new file mode 100644
index 00000000..dea5d0d3
--- /dev/null
+++ b/audio/telephony-maemo.c
@@ -0,0 +1,27 @@
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2006-2007 Nokia Corporation
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
+ *
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif