El Mar 30 Jul 2002 15:09, Clemens Ladisch escribió:
> -             if (port < 0)
> +             if (port < 0) {
> +                     snd_printk(KERN_ERR "cannot create port (error code %d)\n", 
>err);
>                       return port;

I think that you mean:
                        snd_printk(KERN_ERR "cannot create port (error code %d)\n", 
port);

Right? :)

Pedro.


-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to