summaryrefslogtreecommitdiffstats
path: root/alsa
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-02-10 00:21:01 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-02-10 00:21:01 +0000
commit93070a1a7a4af492f49d2d61d25602d032d9e0aa (patch)
treeae5db64b9693d1e52aacdb7355bdd51fcae08a70 /alsa
parente4b4cf97715729084740673c44dfabcf8b29fcfe (diff)
Add the ALSA library plugin for A2DP
Diffstat (limited to 'alsa')
-rw-r--r--alsa/Makefile.am17
-rw-r--r--alsa/pcm_a2dp.c0
2 files changed, 17 insertions, 0 deletions
diff --git a/alsa/Makefile.am b/alsa/Makefile.am
new file mode 100644
index 00000000..65a9aa1a
--- /dev/null
+++ b/alsa/Makefile.am
@@ -0,0 +1,17 @@
+#
+# $Id$
+#
+
+if ALSA
+alsadir = $(libdir)/alsa-lib
+
+alsa_LTLIBRARIES = libasound_module_pcm_a2dp.la
+
+libasound_module_pcm_a2dp_la_SOURCES = pcm_a2dp.c
+libasound_module_pcm_a2dp_la_LDFLAGS = -module -avoid-version -export-dynamic
+libasound_module_pcm_a2dp_la_LIBADD = @ALSA_LIBS@ @BLUEZ_LIBS@
+
+AM_CFLAGS = @ALSA_CFLAGS@ @BLUEZ_CFLAGS@
+endif
+
+MAINTAINERCLEANFILES = Makefile.in
diff --git a/alsa/pcm_a2dp.c b/alsa/pcm_a2dp.c
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/alsa/pcm_a2dp.c