Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Devin Heitmueller
Except for PVR-500, I can't remember any case where the same tuner is used more than once. There is the case of a device with two tuners, one for TV and another one for FM. Yet, on such case, the name of the FM tuner will be different, anyway. So, I don't think this is a current issue, but

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Hans Verkuil
On 02/16/2015 03:39 PM, Devin Heitmueller wrote: Except for PVR-500, I can't remember any case where the same tuner is used more than once. There is the case of a device with two tuners, one for TV and another one for FM. Yet, on such case, the name of the FM tuner will be different, anyway.

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Devin Heitmueller
Hi Hans, On Mon, Feb 16, 2015 at 9:46 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 02/16/2015 03:39 PM, Devin Heitmueller wrote: Except for PVR-500, I can't remember any case where the same tuner is used more than once. There is the case of a device with two tuners, one for TV and another

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 10:10:08 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: Properly initialize tuner core subdev at the media controller. That requires a new subtype at the media controller API. Signed-off-by: Mauro Carvalho

Re: [PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: Properly initialize tuner core subdev at the media controller. That requires a new subtype at the media controller API. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/v4l2-core/tuner-core.c

[PATCHv4 15/25] [media] tuner-core: properly initialize media controller subdev

2015-02-13 Thread Mauro Carvalho Chehab
Properly initialize tuner core subdev at the media controller. That requires a new subtype at the media controller API. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/v4l2-core/tuner-core.c b/drivers/media/v4l2-core/tuner-core.c index