Jaroslav Kysela wrote:

> Modified Files:
>       usbaudio.c usbmidi.c usbmixer.c 
> Log Message:
> Fixes for 2.5 USB core

 > (...)
 >

> +#ifndef OLD_USB
> +     return 0;
> +#else
>       return chip;
> +#endif

 >
 > (...)
 >

> +#ifndef OLD_USB
> +     void *ptr = dev_get_drvdata(&intf->dev);
> +#endif


IMHO a call do dev_set_drvdata(dev, chip) is missing.


Regards
Clemens



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to