On Thu, 02.04.09 12:14, Jon Smirl (jonsm...@gmail.com) wrote:

> 
> This is the bug in module_hal_detect.c.
> It has a check for (device != 0), my device is #1.
> 
>     device = libhal_device_get_property_int(u->context, udi,
> "alsa.device", &error);
>     if (dbus_error_is_set(&error) || (device != 0)) {
> printf("jds 2 %s\n", udi);
>         goto fail;
> }

This is not a bug. And I already explained why that is the case.

Lennart

-- 
Lennart Poettering                        Red Hat, Inc.
lennart [at] poettering [dot] net         ICQ# 11060553
http://0pointer.net/lennart/           GnuPG 0x1A015CC4
_______________________________________________
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to