Re: [Alsa-user] using a bluetooth headset
Brought to you by:
perex
|
From: Clemens L. <cla...@go...> - 2012-02-21 08:33:30
|
Pierre Frenkiel wrote:
> if I do
> ln -fs .asoundrc.asoundconf.headset .asoundrc.asoundconf
> the sound is sent to my bluetooth headset only from skype.
> For the other programs, it goes to the SB-live card.
>
> Here is the content of .asoundrc.headset
> ===================================================================
> pcm.bluetooth {
> type plug
> slave {
> pcm "bluetooth_hw"
> }
> }
>
> pcm.bluetooth_hw {
> type bluetooth
> device 00:0C:55:57:AC:23
> profile "auto"
> }
> ===================================================================
This file defines a device named "bluetooth".
I'd guess that Skype has been configure to use that device (if present).
The other files probably redefine the "default" device.
Regards,
Clemens
|