From 79cc5a178b399457c1a3e2c8cfaf59c4cbc78f0a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 23 Mar 2009 17:40:45 +0100 Subject: Replace asound.conf with a more full-fledged bluetooth.conf The new fragment will introduce device strings that can be given the BT address of the headset as parameter. Also, they integrate 'plug' so that they can be used with any application. This replaces the old 'asound.conf' file which was much more limited. Also since we now install 'bluetooth.conf' to /etc/alsa it is not a good idea to simply call that file 'asound.conf'. Please note that this will install the config fragment but not actually enable it. For that some minor changes to the /etc/asoundrc as shipped by the distro are necessary. It's up to the distributions to do this. How that works in explained in the header of bluetooth.conf. --- audio/asound.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 audio/asound.conf (limited to 'audio/asound.conf') diff --git a/audio/asound.conf b/audio/asound.conf deleted file mode 100644 index ec97d46f..00000000 --- a/audio/asound.conf +++ /dev/null @@ -1,7 +0,0 @@ -pcm.headset { - type bluetooth -} - -ctl.headset { - type bluetooth -} -- cgit