[pulseaudio-discuss] [PATCH 1/3] bluetooth: Add 'bluez.alias' property

João Paulo Rechi Vita jprvita at openbossa.org
Fri Apr 26 08:41:11 PDT 2013


On Fri, Apr 26, 2013 at 12:30 PM,  <jprvita at gmail.com> wrote:
> From: João Paulo Rechi Vita <jprvita at openbossa.org>
>
> ---
>
> As already discussed with Tanuk and Mikel, this series should be applied to the
> master branch.
>

And I guess to the next branch as well, so we can rebase the other
bluetooth series on top of it.

>  src/modules/bluetooth/module-bluetooth-device.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c
> index c877df2..8695c80 100644
> --- a/src/modules/bluetooth/module-bluetooth-device.c
> +++ b/src/modules/bluetooth/module-bluetooth-device.c
> @@ -2243,6 +2243,7 @@ static int add_card(struct userdata *u) {
>      pa_proplist_sets(data.proplist, "bluez.path", device->path);
>      pa_proplist_setf(data.proplist, "bluez.class", "0x%06x", (unsigned) device->class);
>      pa_proplist_sets(data.proplist, "bluez.name", device->name);
> +    pa_proplist_sets(data.proplist, "bluez.alias", device->alias);
>      data.name = get_name("card", u->modargs, device->address, &b);
>      data.namereg_fail = b;
>
> --
> 1.7.11.7
>


More information about the pulseaudio-discuss mailing list