Re: [PATCH 2/8] rtl2832: implement PIP mode

2014-11-16 Thread Mauro Carvalho Chehab
Em Sat, 15 Nov 2014 01:36:48 +0200 Antti Palosaari cr...@iki.fi escreveu: Moikka! On 11/14/2014 09:34 PM, Mauro Carvalho Chehab wrote: Em Wed, 12 Nov 2014 06:23:04 +0200 Antti Palosaari cr...@iki.fi escreveu: Implement PIP mode to stream from slave demodulator. PIP mode is enabled

Re: [PATCH 2/8] rtl2832: implement PIP mode

2014-11-16 Thread Benjamin Larsson
On 11/16/2014 11:25 AM, Mauro Carvalho Chehab wrote: [...] What demod(s) are exposed to userspace? both or just demod#1? If both are exposed, how userspace knows that demod#0 should not be used? Regards, Mauro Currently both demods are exposed to userspace. While it is nice to have both I

Re: [PATCH 2/8] rtl2832: implement PIP mode

2014-11-16 Thread Antti Palosaari
On 11/16/2014 01:36 PM, Benjamin Larsson wrote: On 11/16/2014 11:25 AM, Mauro Carvalho Chehab wrote: [...] What demod(s) are exposed to userspace? both or just demod#1? If both are exposed, how userspace knows that demod#0 should not be used? Regards, Mauro Currently both demods are

Re: [PATCH 2/8] rtl2832: implement PIP mode

2014-11-14 Thread Mauro Carvalho Chehab
Em Wed, 12 Nov 2014 06:23:04 +0200 Antti Palosaari cr...@iki.fi escreveu: Implement PIP mode to stream from slave demodulator. PIP mode is enabled when .set_frontend is called with RF frequency 0, otherwise normal demod mode is enabled. This would be an API change, so, a DocBook patch is

Re: [PATCH 2/8] rtl2832: implement PIP mode

2014-11-14 Thread Antti Palosaari
Moikka! On 11/14/2014 09:34 PM, Mauro Carvalho Chehab wrote: Em Wed, 12 Nov 2014 06:23:04 +0200 Antti Palosaari cr...@iki.fi escreveu: Implement PIP mode to stream from slave demodulator. PIP mode is enabled when .set_frontend is called with RF frequency 0, otherwise normal demod mode is

[PATCH 2/8] rtl2832: implement PIP mode

2014-11-11 Thread Antti Palosaari
Implement PIP mode to stream from slave demodulator. PIP mode is enabled when .set_frontend is called with RF frequency 0, otherwise normal demod mode is enabled. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/rtl2832.c | 42 --- 1