[Wine] Re: BlueTooth Headset

sixtyfive wineforum-user at winehq.org
Fri Oct 24 12:44:10 CDT 2008


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.







More information about the wine-users mailing list