23 Nov
2007
23 Nov
'07
9:23 p.m.
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?
johannes