Re: [REVIEW PATCH] tuner-core fix for au0828 g_tuner bug

2013-03-25 Thread Devin Heitmueller
On Mon, Mar 25, 2013 at 7:32 AM, Hans Verkuil wrote: > This fixes the bug where the au8522 detected a signal and then tuner-core > overwrote it with 0 since the xc5000 tuner does not support get_rf_strength. > > Signed-off-by: Hans Verkuil Nice find. That makes much more sense. Cheers, Devin

Re: [REVIEW PATCH] tuner-core fix for au0828 g_tuner bug

2013-03-25 Thread Mauro Carvalho Chehab
Em Mon, 25 Mar 2013 12:32:31 +0100 Hans Verkuil escreveu: > While testing the au0828 driver overhaul patch series: > > http://patchwork.linuxtv.org/patch/17576/ > > I discovered that the signal strength as reported by VIDIOC_G_TUNER was > always 0. Initially I thought it was related to the i2c

[REVIEW PATCH] tuner-core fix for au0828 g_tuner bug

2013-03-25 Thread Hans Verkuil
While testing the au0828 driver overhaul patch series: http://patchwork.linuxtv.org/patch/17576/ I discovered that the signal strength as reported by VIDIOC_G_TUNER was always 0. Initially I thought it was related to the i2c gate, but after testing some more that turned out to be wrong, although