14 Apr
2014
14 Apr
'14
1:44 p.m.
Clemens,
I figured out what the problem is. When I said the quirk code gets called I made a mistake. It did not. What happens is this: You are setting udh01_fb_quirk in the sync endpoint but at the line where you query it you are asking the data endpoint. So the patch of the patch is:
- if (unlikely(ep->udh01_fb_quirk)) { + if (unlikely(sender->udh01_fb_quirk)) {
With this change everything works fine with my TEAC A-H01. The crackle is gone and grep for the momentary frequency shows no jumps anymore.
Regards, Mick