On Fri, 11 Dec 2009, Dave Airlie wrote: > I've rebaseed Christian's last patch and fixed up a bunch of > patchcheck violations in it, > > its sitting on drm-radeon-testing branch of my git repo, please test > it if you can as I've > no HDMI audio. > > Hopefully when Alex clears IP review he can provides fixes on top and > we'll all be happy. > > Dave.
I believe there is a small typo in r600_hdmi.c:105 -for (i = 0; (r600_hdmi_ACR[i].Clock != clock && r600_hdmi_ACR[i].Clock != 0; i++); +for (i = 0; r600_hdmi_ACR[i].Clock != clock && r600_hdmi_ACR[i].Clock != 0; i++); ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
