Re: [PATCH] USB SOUND: usbaudio - remove urb->bandwidth reference

2007-02-09 Thread Takashi Iwai
emove it. > > [PATCH] USB SOUND: usbaudio - remove urb->bandwidth reference > > Recent changes in usbcore removed the bandwidth field from struct urb. > Remove the occurence in usbaudio.c > > Signed-off-by: Jiri Kosina <[EMAIL PROTECTED]> Thanks, applied to ALSA tree

[PATCH] USB SOUND: usbaudio - remove urb->bandwidth reference

2007-02-08 Thread Jiri Kosina
Hi, Jeff spotted forgotten occurence of urb->bandwidth in isdn subsystem. When fixing it, I have done quick grep over the tree and found another one (which was even commented out). Let's just remove it. [PATCH] USB SOUND: usbaudio - remove urb->bandwidth reference Recent changes