Re: [PATCH 1/2 v2] [media] au0828: disable tuner links and cache tuner/decoder

2016-03-12 Thread Shuah Khan
On 03/11/2016 12:02 PM, Mauro Carvalho Chehab wrote: > For au0828_enable_source() to work, the tuner links should be > disabled and the tuner/decoder should be cached at au0828 struct. > > While here, put dev->decoder cache together with dev->tuner, as > it makes easier to drop both latter if/when

[PATCH 1/2 v2] [media] au0828: disable tuner links and cache tuner/decoder

2016-03-11 Thread Mauro Carvalho Chehab
For au0828_enable_source() to work, the tuner links should be disabled and the tuner/decoder should be cached at au0828 struct. While here, put dev->decoder cache together with dev->tuner, as it makes easier to drop both latter if/when we move the enable routines to the V4L2 core. Fixes: 9822f417