Re: [Em28xx] memory leak fix in em28xx-audio.c

2008-12-03 Thread Frank Neuber
Hi Markus, Am Mittwoch, den 03.12.2008, 19:52 +0100 schrieb Markus Rechberger: > beside that does the driver work for you on your mips target system? Yes, but sometimes I have to restart my application because of the "device is misconfigured; close and open it again" error message. Because this m

Re: [Em28xx] Hauppage HVR-950 on Opensuse 10.3

2008-12-03 Thread Frank Neuber
update to -r 262 Am Mittwoch, den 03.12.2008, 04:35 -0800 schrieb [EMAIL PROTECTED]: > The HVR-950 is a USB2 tv tuner which is generally taken as working on > linux. Unfortunately, I'm having a lot of trouble getting it to work on > suse. The distribution is opensuse 10.3 and it is fully updated

[Em28xx] memory leak fix in em28xx-audio.c

2008-12-03 Thread Frank Neuber
Hi, I use this driver on MIPS in an application which open and close the /dev/dsp very often. Every open/close cyle I lost some memory. The strage thing is, this only happens on MIPS. I had a close look and found a mem leak in snd_em28xx_hw_capture_free. I miss the snd_pcm_free_vmalloc_buffer call

Re: [Em28xx] fixed EXTRA_CFLAGS dependencies

2008-06-16 Thread Frank Neuber
Hi Markus, Am Montag, den 16.06.2008, 12:29 -0400 schrieb Markus Rechberger: > > why you insert KVER and SDIR again in the demod and tuner source. This > > is not necessary because the export is done in the top level Makefile. > > Also the include part in EXTRA_CFLAGS is already exported in the to

[Em28xx] fixed EXTRA_CFLAGS dependencies

2008-06-14 Thread Frank Neuber
Hi Markus, why you insert KVER and SDIR again in the demod and tuner source. This is not necessary because the export is done in the top level Makefile. Also the include part in EXTRA_CFLAGS is already exported in the top level Makefile. Kind Regards, Frank _

Re: [Em28xx] patch build for em28xx-new

2008-06-06 Thread Frank Neuber
Hi Markus, Am Freitag, den 06.06.2008, 18:14 +0200 schrieb Markus Rechberger: > Hi Frank, > > 2008/6/6 Frank Neuber <[EMAIL PROTECTED]>: > > Hi Markus, > > this patch makes your Makefiles more kernel like. > > Now you can say make; make install; make clean; >

[Em28xx] patch build for em28xx-new

2008-06-06 Thread Frank Neuber
and add just one in the top level Makefile. Why do you install the modules manually in build.sh? make install does the same, but into a different place! If there is no special reason to do we can remove this also. Kind Regards, Frank -- Dipl.-Ing. Frank Neuber http

Re: [Em28xx] Terratec Cinergy Hybrid XE - how to find out the chipset?

2008-06-05 Thread Frank Neuber
Am Donnerstag, den 05.06.2008, 09:06 +0200 schrieb Michael Wimmer: > Frank Neuber wrote: > > Hi, > > 1: you can fake the USB ID so that the driver think it is an other card > > How can I do that? Do I need to do these changes in the driver sources, > or can do this w

Re: [Em28xx] Terratec Cinergy Hybrid XE - how to find out the chipset?

2008-06-05 Thread Frank Neuber
Hi, 1: you can fake the USB ID so that the driver think it is an other card 2: you can open the device :-) Frank Am Donnerstag, den 05.06.2008, 08:57 +0200 schrieb Michael Wimmer: > Dear members of the list, > > I recently bought a Terratec Cinergy Hybrid XE card (a tv-card for usb). > It's a

Re: [Em28xx] patch afc and signal quality for tuner-xc5000

2008-06-04 Thread Frank Neuber
Hi Markus, Am Mittwoch, den 04.06.2008, 14:50 +0200 schrieb Markus Rechberger: > Hi Frank, > > On Wed, Jun 4, 2008 at 1:37 PM, Frank Neuber <[EMAIL PROTECTED]> wrote: > > Hi Markus, > > I captured some data from the /dev/vbi0 and converted this into a ppm > > im

Re: [Em28xx] patch afc and signal quality for tuner-xc5000

2008-06-04 Thread Frank Neuber
Hi Markus, I captured some data from the /dev/vbi0 and converted this into a ppm image in the same way as I did with the video data. I got this http://kernelport.org/em28xx/vbi-sf.ppm It looks similar to yours. But a little fuzzy. How did you convert the vbi data into an image? Maybe this is my fai

Re: [Em28xx] patch afc and signal quality for tuner-xc5000

2008-06-04 Thread Frank Neuber
Hi Markus, Am Mittwoch, den 04.06.2008, 11:21 +0200 schrieb Markus Rechberger: > Implementing rawvbi in the driver isn't difficult, the problem is > getting applications work with the delivered data. Yes that is clear, we can do the slicer in software. But with the YuY2 data it is also impossible

Re: [Em28xx] patch afc and signal quality for tuner-xc5000

2008-06-03 Thread Frank Neuber
Hi, Am Dienstag, den 03.06.2008, 23:52 +0200 schrieb Markus Rechberger: > Hi, > > On Tue, Jun 3, 2008 at 11:10 PM, Frank Neuber <[EMAIL PROTECTED]> wrote: > > Hi Markus, > > ok, I'll check this out. > > Is there the raw vbi mode handled (regarding to my que

Re: [Em28xx] patch afc and signal quality for tuner-xc5000

2008-06-03 Thread Frank Neuber
Hi Markus, ok, I'll check this out. Is there the raw vbi mode handled (regarding to my question http://mcentral.de/pipermail/em28xx/2008-June/001564.html)? regards, Frank Am Dienstag, den 03.06.2008, 21:15 +0200 schrieb Markus Rechberger: > Hi Frank, > > 2008/6/3 Frank Neuber <

[Em28xx] patch afc and signal quality for tuner-xc5000

2008-06-03 Thread Frank Neuber
Hi list, because I need a channel scan for analog tv it is more fast to do if we have afc and signal quality handy than just a lock state. Here is my patch for the tuner xc5000 which is inside the Terratec Cinergy XS FM analogue stick. Regards, Frank diff -r 35f2b20d9abe kernel/media-stub.c --- a

[Em28xx] Terratec Cinergy XS analogue teletext

2008-06-01 Thread Frank Neuber
Hi Markus, I ported your drivers to MIPS and now it works in the same way as under i386 (good work, it was easy :-)). I had just the known MIPS DMA problems managing urb-transfers. Now I need analogue teletext using the /dev/vbi device. I can grab the TT from vbi0 just as YuY2 data. This is bad be