On Fri, Mar 22, 2013 at 12:38 PM, Hans Verkuil <hverkuil@xxxxxxxxx> wrote: > It works fine with qv4l2, but there is still a bug causing tvtime to fail. > That's caused by commit e58071f024aa337b7ce41682578b33895b024f8b, applied > August last year, that broke g_tuner: after that 'signal' would always be 0 > and tvtime expects signal to be non-zero for a valid frequency. The signal > field is set by the au8522, but g_tuner is only called for the tuner (well, > also for au8522 but since the i2c gate is set for the tuner that won't do > anything). Wait, are you saying that the G_TUNER call is no longer being routed to the au8522 driver? The signal level has always been set to a nonzero value by au8522 if a signal is present, and thus the state of the i2c gate isn't relevant. This is because the xc5000 driver didn't actually have implemented a call to return the signal level. If what you're saying is true, then the behavior of the framework itself changed, and who knows what else is broken. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html