From 31a3adbb73dd4b629b19d87157a1731758ddcaa1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 4 Apr 2007 09:41:19 +0000 Subject: Add example asound.conf file --- audio/Makefile.am | 2 +- audio/asound.conf | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 audio/asound.conf diff --git a/audio/Makefile.am b/audio/Makefile.am index 1f8d70d7..16c4f245 100644 --- a/audio/Makefile.am +++ b/audio/Makefile.am @@ -41,6 +41,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @ALSA_CFLAGS@ @SBC_CFLAGS INCLUDES = -I$(top_srcdir)/common -EXTRA_DIST = headset.service audio-api.txt +EXTRA_DIST = headset.service audio-api.txt asound.conf MAINTAINERCLEANFILES = Makefile.in diff --git a/audio/asound.conf b/audio/asound.conf new file mode 100644 index 00000000..ec97d46f --- /dev/null +++ b/audio/asound.conf @@ -0,0 +1,7 @@ +pcm.headset { + type bluetooth +} + +ctl.headset { + type bluetooth +} -- cgit