Re: BlueTooth Headset

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Oh, getting ALSA to use the BT headset as the default device actually isn't that hard. Just put this in your ~/.asoundrc:


Code:

pcm.bluetooth {
    type bluetooth
    device 00:18:E4:04:47:CB
    profile "hifi"
}

pcm.builtin {
    type hw
    card 0
    device 0
    channels 2
}

pcm.!default {
    type plug
    slave.pcm "bluetooth"
}




Problem's just that WINE doesn't seem to honour that somehow.

- R.






[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux