diff options
-rw-r--r-- | audio/Makefile.am | 2 | ||||
-rw-r--r-- | audio/asound.conf | 7 |
2 files changed, 8 insertions, 1 deletions
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 +} |