Re: [PATCH] Don't call G_TUNER unless actually performing a tuning related call

2013-06-14 Thread Hans Verkuil
On Fri June 14 2013 15:59:26 Devin Heitmueller wrote: > Making G_TUNER calls can take a long time on some tuners, in > particular those that load firmware or do power management. As a > result, we don't want to call G_TUNER unless the user is actually > doing a tuning related call. The current co

[PATCH] Don't call G_TUNER unless actually performing a tuning related call

2013-06-14 Thread Devin Heitmueller
Making G_TUNER calls can take a long time on some tuners, in particular those that load firmware or do power management. As a result, we don't want to call G_TUNER unless the user is actually doing a tuning related call. The current code makes a G_TUNER call regardless of what command the user is