Yes, you're right, I only looked near the lines that emitted those
warnings, without even trying to understand what the whole function is
doing.
Thanks!
Regards,
Cristi
___
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensoun
Cristi Magherusan kirjoitti:
> I figured it out, it was a small typo (i guess), this is the fix:
>
> - if (n >= MAX_OUTPUTS)
> + if (j >= MAX_OUTPUTS)
>
Believe or not but it 'i' is the correct variable.
Best regards,
Hannu
___
oss-devel mail
I figured it out, it was a small typo (i guess), this is the fix:
diff -r b4494090516c -r c983c89fa2a2 kernel/drv/hdaudio/hdaudio.c
--- a/kernel/drv/hdaudio/hdaudio.c Thu Feb 14 02:07:35 2008 +0200
+++ b/kernel/drv/hdaudio/hdaudio.c Fri Feb 15 02:46:03 2008 +0200
@@ -1396,7 +1396,7 @@ in
Hello,
It seems that the latest hdaudio changes (revision 1196cb694b2b) break
my setup. I only get the mixer device, and dmesg shows lots of lines
like this:
hdaudio: Too many output endpoints for codec 1 (12)
Too many output endpoints. Endpoint 6 ignored.
Too many output endpoints. Endpoint