23 Nov
2007
23 Nov
'07
9:55 p.m.
Johannes Berg kirjoitti:
On Fri, 2007-11-23 at 14:43 +0100, Takashi Iwai wrote:
At Fri, 23 Nov 2007 13:49:42 +0100, Johannes Berg wrote:
- if (err < 0) {
result = err;
goto out_unlock;
- } list_for_each_entry(cii, &sdev->codec_list, list) { if (cii->codec->open) { err = cii->codec->open(cii, pi->substream);
So what I'm not sure on... Why do we see the same behaviour with other drivers? Same bug?
Which driver? It should be fixed as well, then.
snd-usb-audio I think. Was there any further debugging between you two that I missed? with the dummy driver?
I sent everything to everyone :) I tried the dummy driver, and it did produce all kinds of funny results, but nothing unexpected, being that its timing source is quite inaccurate.
-- hl