[alsa-devel] snd-usb-audio syncronisation problem
Clemens Ladisch
clemens at ladisch.de
Fri Feb 22 15:43:42 CET 2008
Adrian Stancu wrote:
> It seems that retire_playback_sync_urb_hs gets called, but 'subs->feqm
> = f;' never gets called
Please try these printk's:
...
spin_unlock_irqrestore(&subs->lock, flags);
}
else
printk("invalid freq %u\n", f);
}
else
printk("status %d len %u\n", urb->iso_frame_desc[0].status, urb->iso_frame_desc[0].actual_length);
return 0;
}
Regards,
Clemens
More information about the Alsa-devel
mailing list