Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-16 Thread Hans Verkuil
On 02/16/2015 11:50 AM, Mauro Carvalho Chehab wrote: > Em Mon, 16 Feb 2015 10:55:50 +0100 > Hans Verkuil escreveu: > >> On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote: > >>> In any case, for ALSA, we should do the right thing here: remove (actually >>> deprecate) whatever definition is ther

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-16 Thread Mauro Carvalho Chehab
Em Mon, 16 Feb 2015 10:55:50 +0100 Hans Verkuil escreveu: > On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote: > > In any case, for ALSA, we should do the right thing here: remove (actually > > deprecate) whatever definition is there, and then re-add it only when we > > actually have the patch

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-16 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > This patch series adds basic support for the media controller at the > DVB core: it creates one media entity per DVB devnode, if the media > device is passed as an argument to the DVB structures. > > The cx231xx driver was modified to pass suc

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-16 Thread Hans Verkuil
On 02/15/2015 11:27 AM, Mauro Carvalho Chehab wrote: > Em Sat, 14 Feb 2015 12:43:30 +0100 > Hans Verkuil escreveu: > >> On 02/14/2015 12:00 PM, Mauro Carvalho Chehab wrote: >>> Em Sat, 14 Feb 2015 10:32:21 +0100 >>> Hans Verkuil escreveu: >>> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wr

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-15 Thread Mauro Carvalho Chehab
Em Sat, 14 Feb 2015 12:43:30 +0100 Hans Verkuil escreveu: > On 02/14/2015 12:00 PM, Mauro Carvalho Chehab wrote: > > Em Sat, 14 Feb 2015 10:32:21 +0100 > > Hans Verkuil escreveu: > > > >> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > >>> This patch series adds basic support for the med

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-14 Thread Hans Verkuil
On 02/14/2015 12:00 PM, Mauro Carvalho Chehab wrote: > Em Sat, 14 Feb 2015 10:32:21 +0100 > Hans Verkuil escreveu: > >> On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: >>> This patch series adds basic support for the media controller at the >>> DVB core: it creates one media entity per DVB d

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-14 Thread Mauro Carvalho Chehab
Em Sat, 14 Feb 2015 10:32:21 +0100 Hans Verkuil escreveu: > On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > > This patch series adds basic support for the media controller at the > > DVB core: it creates one media entity per DVB devnode, if the media > > device is passed as an argument to

Re: [PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-14 Thread Hans Verkuil
On 02/13/2015 11:57 PM, Mauro Carvalho Chehab wrote: > This patch series adds basic support for the media controller at the > DVB core: it creates one media entity per DVB devnode, if the media > device is passed as an argument to the DVB structures. > > The cx231xx driver was modified to pass suc

[PATCHv4 00/25] dvb core: add basic support for the media controller

2015-02-13 Thread Mauro Carvalho Chehab
This patch series adds basic support for the media controller at the DVB core: it creates one media entity per DVB devnode, if the media device is passed as an argument to the DVB structures. The cx231xx driver was modified to pass such argument for DVB NET, DVB frontend and DVB demux. - versio