Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-09 Thread Mauro Carvalho Chehab
Em Mon, 08 Feb 2016 16:00:26 -0700 Shuah Khan escreveu: > >>> + ret = __media_entity_pipeline_start(entity, pipe); > >>> + if (ret) { > >>> + pr_err("Start Pipeline: %s->%s Error %d\n", > >>> + source->name, entity->name, ret); > >>> + ret =

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-09 Thread Mauro Carvalho Chehab
Em Mon, 08 Feb 2016 15:42:15 -0700 Shuah Khan escreveu: > On 02/04/2016 03:26 AM, Mauro Carvalho Chehab wrote: > > Em Wed, 03 Feb 2016 21:03:52 -0700 > > Shuah Khan escreveu: > > > >> Add enable_source and disable_source handlers. > >> The enable source handler is called from > >> v4l2-core,

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-09 Thread Mauro Carvalho Chehab
Em Mon, 08 Feb 2016 15:42:15 -0700 Shuah Khan escreveu: > On 02/04/2016 03:26 AM, Mauro Carvalho Chehab wrote: > > Em Wed, 03 Feb 2016 21:03:52 -0700 > > Shuah Khan escreveu: > > > >> Add enable_source and disable_source handlers. > >> The

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-09 Thread Mauro Carvalho Chehab
Em Mon, 08 Feb 2016 16:00:26 -0700 Shuah Khan escreveu: > >>> + ret = __media_entity_pipeline_start(entity, pipe); > >>> + if (ret) { > >>> + pr_err("Start Pipeline: %s->%s Error %d\n", > >>> + source->name, entity->name, ret); > >>> + ret

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-08 Thread Shuah Khan
On 02/08/2016 03:42 PM, Shuah Khan wrote: > On 02/04/2016 03:26 AM, Mauro Carvalho Chehab wrote: >> Em Wed, 03 Feb 2016 21:03:52 -0700 >> Shuah Khan escreveu: >> >>> Add enable_source and disable_source handlers. >>> The enable source handler is called from >>> v4l2-core, dvb-core, and ALSA

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-08 Thread Shuah Khan
On 02/04/2016 03:26 AM, Mauro Carvalho Chehab wrote: > Em Wed, 03 Feb 2016 21:03:52 -0700 > Shuah Khan escreveu: > >> Add enable_source and disable_source handlers. >> The enable source handler is called from >> v4l2-core, dvb-core, and ALSA drivers to check >> if the shared media source is

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-08 Thread Shuah Khan
On 02/08/2016 03:42 PM, Shuah Khan wrote: > On 02/04/2016 03:26 AM, Mauro Carvalho Chehab wrote: >> Em Wed, 03 Feb 2016 21:03:52 -0700 >> Shuah Khan escreveu: >> >>> Add enable_source and disable_source handlers. >>> The enable source handler is called from >>> v4l2-core,

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-08 Thread Shuah Khan
On 02/04/2016 03:26 AM, Mauro Carvalho Chehab wrote: > Em Wed, 03 Feb 2016 21:03:52 -0700 > Shuah Khan escreveu: > >> Add enable_source and disable_source handlers. >> The enable source handler is called from >> v4l2-core, dvb-core, and ALSA drivers to check >> if the

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-04 Thread Mauro Carvalho Chehab
Em Wed, 03 Feb 2016 21:03:52 -0700 Shuah Khan escreveu: > Add enable_source and disable_source handlers. > The enable source handler is called from > v4l2-core, dvb-core, and ALSA drivers to check > if the shared media source is free. The disable > source handler is called to release the shared

Re: [PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-04 Thread Mauro Carvalho Chehab
Em Wed, 03 Feb 2016 21:03:52 -0700 Shuah Khan escreveu: > Add enable_source and disable_source handlers. > The enable source handler is called from > v4l2-core, dvb-core, and ALSA drivers to check > if the shared media source is free. The disable > source handler is

[PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-03 Thread Shuah Khan
Add enable_source and disable_source handlers. The enable source handler is called from v4l2-core, dvb-core, and ALSA drivers to check if the shared media source is free. The disable source handler is called to release the shared media source. Signed-off-by: Shuah Khan ---

[PATCH v2 20/22] media: au0828 add enable, disable source handlers

2016-02-03 Thread Shuah Khan
Add enable_source and disable_source handlers. The enable source handler is called from v4l2-core, dvb-core, and ALSA drivers to check if the shared media source is free. The disable source handler is called to release the shared media source. Signed-off-by: Shuah Khan