Em 13-05-2011 04:05, Manoel PN escreveu:
>
> This patch implements mb86a20s_read_snr and adds mb86a20s_read_ber and
> mb86a20s_read_ucblocks both without practical utility but that programs as
> dvbsnoop need.
Please try to align comments into up to 75 columns. It looks nicer
when people look i
Em 13-05-2011 04:02, Manoel PN escreveu:
>
> Hi to all,
>
> I added some modifications to the driver mb86a20s and would appreciate your
> comments.
>
>>
>> File: drivers/media/dvb/frontends/mb86a20s.c
>>
>> -static int debug = 1;
>> +static int debug = 0;
>> module_param(debug, int, 0644);
>> M
On Thursday, May 12, 2011 5:35 PM, Russell King wrote:
> A few more points...
>> +static int __init atmel_isi_probe(struct platform_device *pdev)
> Should be __devinit otherwise you'll have section errors.
Ok, will be fixed in V2 patch.
>> +{
>> +unsigned int irq;
>> +struct atmel_isi *i
Hello all,
I want to add dvb-t scan files for New Zealand, as there only seems to
be one (For Waiatarua, Auckland, NZ).
However I have no idea how to actually get the files I created added
to the linux tv project.
So if someone could either:
1) point me to a faq / wiki / web site explaining how I
This patch implement changes to the function mb86a20s_read_signal_strength.
The original function, binary search, does not work with device dtb08.
I would like to know if this function works.
Signed-off-by: Manoel Pinheiro
signal_strength.patch
D
This patch implements some modifications in the function
This patch implements some modifications in the initialization function of the
mb86a20s.
Explanation:
Several registers of mb86a20s can be programmed and to simplify this task and
due to lack of technical literature to elaborate the nec
This patch implements mb86a20s_read_snr and adds mb86a20s_read_ber and
mb86a20s_read_ucblocks both without practical utility but that programs as
dvbsnoop need.
Signed-off-by: Manoel Pinheiro
read_snr.patch
Description: Binary data
This patch implements mb86a20s_read_snr and adds mb86a20s_read_ber and
mb86a20s_read_ucblocks both without practical utility but that programs as
dvbsnoop need.
Signed-off-by: Manoel Pinheiro
--
To unsubscribe from this list: send the line "unsubscr
Hi to all,
I added some modifications to the driver mb86a20s and would appreciate your
comments.
>
> File: drivers/media/dvb/frontends/mb86a20s.c
>
> -static int debug = 1;
> +static int debug = 0;
> module_param(debug, int, 0644);
> MODULE_PARM_DESC(debug, "Activates frontend debugging (defaul
> > +
> > +/* Constants for RGB_CFG(ISI_V2) */
> > +#define ISI_V2_RGB_CFG_DEFAULT 0
> > +#define ISI_V2_RGB_CFG_MODE_1 1
> > +#define ISI_V2_RGB_CFG_MODE_2 2
> > +#define ISI_V2_RGB_CFG_MODE_3 3
> > +
> > +/* Bit ma
On 12.05.2011 04:36, Mauro Carvalho Chehab wrote:
> Em 12-05-2011 03:10, Mauro Carvalho Chehab escreveu:
>> Em 12-05-2011 02:37, Anssi Hannula escreveu:
>
>>> I don't see any other places:
>>> $ git grep 'REP_PERIOD' .
>>> dvb/dvb-usb/dvb-usb-remote.c: input_dev->rep[REP_PERIOD] =
>>> d->props.r
Hi all,
Just to let you know that I've just officially registered for a new
project in the Pandaboard.org portal for OMAP4 v4l2 camera support.
You can find it here:
http://omiio.org/content/omap4-v4l2-camera
And also, you can find the actual Gitorious project with the code here:
https://www.g
Hello all,
Rémi informed he have added this new API and DVB-T2 support for VLC
media player Git tree [1]. I didn't test it yet, mostly due to lack of
time :i I will test that sooner or later, feel free to test!
[1] http://git.videolan.org/?p=vlc.git
regards
Antti
On 05/08/2011 06:51 PM,
On Thursday 12 May 2011 22:28:52 Issa Gorissen wrote:
> On 11/05/11 20:59, Oliver Endriss wrote:
> >
> > I reworked the driver to strip those null packets. Please try
> > http://linuxtv.org/hg/~endriss/ngene-octopus-test/raw-rev/f0dc4237ad08
>
> Tried your patch, but FFs have been replaced by 6Fs
On 05/13/2011 12:14 AM, Guennadi Liakhovetski wrote:
> On Thu, 12 May 2011, Jean-Christophe PLAGNIOL-VILLARD wrote:
>
> [snip]
>
>>> + if (0 == *nbuffers)
>> please invert the test
>
> Don't think this is required by CodingStyle or anything like that. If it
> were, you'd have to revamp half o
On 05/12/2011 07:42 PM, Josh Wu wrote:
> This patch is to enable Atmel Image Sensor Interface (ISI) driver support.
> - Using soc-camera framework with videobuf2 dma-contig allocator
> - Supporting video streaming of YUV packed format
> - Tested on AT91SAM9M10G45-EK with OV2640
Hi Josh,
Thansk f
I've just realised there is some illegal whitespace in this patch here:
> @@ -553,5 +568,20 @@ typedef enum fe_guard_interval {
>
>
>
> +
> + DVB-T2 parameters
> +
> + This section covers parameter
From: Andreas Oberritter
st...@stevekerrison.com: Remove private definitions from cxd2820r that existed
before API was defined
Signed-off-by: Andreas Oberritter
Signed-off-by: Steve Kerrison
---
drivers/media/dvb/dvb-core/dvb_frontend.c | 13 +
drivers/media/dvb/dvb-core/dvb_
On 11/05/11 15:12, Issa Gorissen wrote:
> From: Ralph Metzler
>> Issa Gorissen writes:
>> > Could you please take a look at the cxd2099 issues ?
>> >
>> > I have attached a version with my changes. I have tested a lot of
>> > different settings with the help of the chip datasheet.
>> >
>>
On Thursday, May 12, 2011 18:59:33 Charlie X. Liu wrote:
> Which HDMI receiver chip?
Indeed, that's my question as well :-)
Anyway, this question comes up regularly. V4L2 provides timestamps for each
frame, so that's no problem. But my understanding is that ALSA does not give
you timestamps, so i
On 11/05/11 20:59, Oliver Endriss wrote:
>
> I reworked the driver to strip those null packets. Please try
> http://linuxtv.org/hg/~endriss/ngene-octopus-test/raw-rev/f0dc4237ad08
>
> CU
> Oliver
>
Hi Oliver,
Tried your patch, but FFs have been replaced by 6Fs in null packets.
Other than that, no
Hi Tomoya,
This is a pretty big patch and it will take some time to review properly.
However, I can give some high-level comments already based on an initial
scan of the code.
1) New drivers that use controls (G/S_CTRL et al) must use the new control
framework. See Documentation/video4linux/v4l2-
struct snd_card *card is present in struct snd_tea575x but never used.
Remove it.
Signed-off-by: Ondrej Zary
--- linux-2.6.39-rc2-/include/sound/tea575x-tuner.h 2011-05-12
21:22:35.0 +0200
+++ linux-2.6.39-rc2/include/sound/tea575x-tuner.h 2011-05-12
21:21:37.0 +0200
@
Provide real card and bus_info instead of hardcoded values.
Signed-off-by: Ondrej Zary
--- linux-2.6.39-rc2-/include/sound/tea575x-tuner.h 2011-05-12
21:53:43.0 +0200
+++ linux-2.6.39-rc2/include/sound/tea575x-tuner.h 2011-05-12
21:37:40.0 +0200
@@ -52,6 +52,8 @@ struc
freq_fixup is a constant, no need to hold it in struct snd_tea575x and set in
each driver.
Signed-off-by: Ondrej Zary
--- linux-2.6.39-rc2-/include/sound/tea575x-tuner.h 2011-05-10
22:31:40.0 +0200
+++ linux-2.6.39-rc2/include/sound/tea575x-tuner.h 2011-05-12
21:00:50.
Hi Mauro,
I haven't seen this fix appearing upstream, did it slip through the cracks?
Regards,
Hans
On Monday, May 02, 2011 13:19:03 Hans Verkuil wrote:
> Hi Mauro,
>
> This fix is for 2.6.39. Control enumeration for subdev device nodes is
> broken.
> The fix is simple and has been t
I have an analog: Hauppauge WinTV-Go PLUS which has a lineout.
I'm considering a digital card.
The Hauppauge WinTV-HVR-1250 does NOT have a lineout so how does it do
sound?
Does PCIe pass through the sound to the OS sound system?
I read on the linuxtv wiki that only the digital works on this card
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Thu May 12 19:02:02 CEST 2011
git hash:f9b51477fe540fb4c65a05027fdd6f2ecce4db3b
gcc version: i686-linux-gcc (GCC) 4.5
Thanks for the report. I have now following matrix:
not working:
OpenSuSE 11.4 Kernel 2.6.37
Ubuntu 11.4 Kernel 2.6.38
working:
Fedora 14 Kernel 2.6.35
regards
Antti
On 05/12/2011 05:35 PM, Per Kofod wrote:
Thanks, that worked. Actually I am not running ubuntu on this PC; but
OpenSuSE 11.4;
b
Which HDMI receiver chip?
-Original Message-
From: linux-media-ow...@vger.kernel.org
[mailto:linux-media-ow...@vger.kernel.org] On Behalf Of Bhupesh SHARMA
Sent: Wednesday, May 11, 2011 10:49 PM
To: linux-media@vger.kernel.org
Cc: Laurent Pinchart; Guennadi Liakhovetski; Hans Verkuil
Subje
Hi Mauro,
On Thursday 12 May 2011 17:30:36 Laurent Pinchart wrote:
> Hi Mauro,
>
> The following changes since commit
> f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:
>
> [media] DVB: return meaningful error codes in dvb_frontend (2011-05-09
> 05:47:20 +0200)
>
> are available in the git repositor
Hi Mauro,
The following changes since commit f9b51477fe540fb4c65a05027fdd6f2ecce4db3b:
[media] DVB: return meaningful error codes in dvb_frontend (2011-05-09
05:47:20 +0200)
are available in the git repository at:
git://linuxtv.org/pinchartl/uvcvideo.git uvcvideo-next
Bob Liu (2):
Re
Thanks, that worked. Actually I am not running ubuntu on this PC; but
OpenSuSE 11.4;
but I was planninh using Mythbuntu far my media center.
Thanks a lot.
Cheers Per
On 05/12/2011 04:08 PM, Antti Palosaari wrote:
On 05/12/2011 04:27 PM, Per Kofod wrote:
Hi
I am new to this mailing list, so
Hi there
in the latest kernel (and all those since when the patch was written)
this patch is still required for the HVR-1300 to work, any chance of it
getting incorporated?
thanks
Mike
> Hi list,
>
> there seems to be a bug in cx88 (HVR1300) that is responsible for not
> switching channels,
On 05/12/2011 04:27 PM, Per Kofod wrote:
Hi
I am new to this mailing list, so bare with me if this have been asked
before.
I have just bought an Anysee E30C Plus, as I had read, that this device
is supported
in Linux, my plan is building a Mythtv media center, to replace my old
harddisk recorde
Patch allows for blocking or nonblocking io on the ngene sec0 device.
It also enforces one reader and one writer at a time.
Signed-off-by: Issa Gorissen
--
--- a/linux/drivers/media/dvb/ngene/ngene-dvb.c 2011-05-10 19:11:21.0
+0200
+++ b/linux/drivers/media/dvb/ngene/ngene-dvb.c 2011-05
Hi
I am new to this mailing list, so bare with me if this have been asked
before.
I have just bought an Anysee E30C Plus, as I had read, that this device
is supported
in Linux, my plan is building a Mythtv media center, to replace my old
harddisk recorder.
However I cannot get it to work,
Peter Hutterer wrote:
On Thu, May 12, 2011 at 03:36:47AM +0200, Mauro Carvalho Chehab wrote:
Em 12-05-2011 03:10, Mauro Carvalho Chehab escreveu:
Em 12-05-2011 02:37, Anssi Hannula escreveu:
I don't see any other places:
$ git grep 'REP_PERIOD' .
dvb/dvb-usb/dvb-usb-remote.c: input_dev->rep[
On 04/05/2011 13:27, Lutz Sammer wrote:
> On 05/04/11 01:16, Mauro Carvalho Chehab wrote:
>> Em 13-04-2011 21:05, Lutz Sammer escreveu:
On 05/04/11 21:07, Steffen Barszus wrote:
> On Tue, 05 Apr 2011 13:00:14 +0200
> "Issa Gorissen" wrote:
>
>> Hi,
>>
>> Eutelsat made
On Thu, 12 May 2011, Jean-Christophe PLAGNIOL-VILLARD wrote:
[snip]
> > + if (0 == *nbuffers)
> please invert the test
Don't think this is required by CodingStyle or anything like that. If it
were, you'd have to revamp half of the kernel.
Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Free
> +struct atmel_isi;
do we really this here?
> +
> +enum atmel_isi_pixfmt {
> + ATMEL_ISI_PIXFMT_GREY, /* Greyscale */
> + ATMEL_ISI_PIXFMT_CbYCrY,
> + ATMEL_ISI_PIXFMT_CrYCbY,
> + ATMEL_ISI_PIXFMT_YCbYCr,
> + ATMEL_ISI_PIXFMT_YCrYCb,
> + ATMEL_ISI_PIXFMT_RGB24,
> +
On 11/05/2011 20:59, Oliver Endriss wrote:
> I reworked the driver to strip those null packets. Please try
> http://linuxtv.org/hg/~endriss/ngene-octopus-test/raw-rev/f0dc4237ad08
>
> CU
> Oliver
Great!
Will give it a try tonight and report.
Thx,
--
Issa
--
To unsubscribe from this list: send the
HoP writes:
> 2011/5/12 Bjørn Mork :
>> Andreas Oberritter writes:
>>
>>> Please try the patches submitted for testing:
>>>
>>> http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html
>>
>> Ah, great! Thanks. Nothing better than a problem already solved.
>
> Not solved. Andreas did
Monday, May 9, 2011, 7:39:09 PM, you wrote:
> I still have this very annoying issue. I see no obvious reason, but
> my DVB-S card just stops locking the signal, I get really a lot of
> these errors in my syslog:
> May 9 19:04:33 localhost kernel: ds3000_readreg: reg=0xd(error=-5)
> May 9 19:04:
From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: Thursday, May
12, 2011 5:32 PM
> On Thu, 12 May 2011, Wu, Josh wrote:
>> Hi, Russell
>>
>> From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent:
>> Thursday, May 12, 2011 3:47 PM
>> > On Thu, May 12, 2011 at 03:42:1
On Thu, May 12, 2011 at 03:42:18PM +0800, Josh Wu wrote:
> This patch is to enable Atmel Image Sensor Interface (ISI) driver support.
> - Using soc-camera framework with videobuf2 dma-contig allocator
> - Supporting video streaming of YUV packed format
> - Tested on AT91SAM9M10G45-EK with OV2640
On Thu, 12 May 2011, Wu, Josh wrote:
> Hi, Russell
>
> From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent:
> Thursday, May 12, 2011 3:47 PM
> > On Thu, May 12, 2011 at 03:42:18PM +0800, Josh Wu wrote:
> >> +err_alloc_isi:
> >> + clk_disable(pclk);
> > clk_put() ?
> Ok, will be
Hi, Russell
From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] Sent: Thursday,
May 12, 2011 3:47 PM
> On Thu, May 12, 2011 at 03:42:18PM +0800, Josh Wu wrote:
>> +err_alloc_isi:
>> +clk_disable(pclk);
> clk_put() ?
Ok, will be fixed in V2 patch. Thanks.
Best Regards,
Josh Wu
--
T
Hello all
Is there anyone could find the source of problems described below?
http://daftar.minidns.net/pctv/problem.html
On Mon, May 9, 2011 at 3:08 PM, a baffian wrote:
> Hello all,
>
> Can anyone help to solve the problems of linux driver of "Pinnacle
> PCTV Hybrid pro stick" ?
> It is an em28x
On Thu, May 12, 2011 at 03:42:18PM +0800, Josh Wu wrote:
> +err_alloc_isi:
> + clk_disable(pclk);
clk_put() ?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo
This patch is to enable Atmel Image Sensor Interface (ISI) driver support.
- Using soc-camera framework with videobuf2 dma-contig allocator
- Supporting video streaming of YUV packed format
- Tested on AT91SAM9M10G45-EK with OV2640
Signed-off-by: Josh Wu
---
base on branch staging/for_v2.6.40
2011/5/12 Bjørn Mork :
> Andreas Oberritter writes:
>
>> Please try the patches submitted for testing:
>>
>> http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html
>
> Ah, great! Thanks. Nothing better than a problem already solved.
Not solved. Andreas did an attempt to solve it (
Andreas Oberritter writes:
> Please try the patches submitted for testing:
>
> http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html
Ah, great! Thanks. Nothing better than a problem already solved.
Bjørn
--
To unsubscribe from this list: send the line "unsubscribe linux-media
53 matches
Mail list logo