Re: [alsa-devel] [PATCH] MEDIA: Fix non-ISA_DMA_API link failure of sound code

2011-06-25 Thread Takashi Iwai
At Fri, 24 Jun 2011 14:30:09 +0100, Ralf Baechle wrote: A build with ISA ISA_DMA !ISA_DMA_API results in: CC sound/isa/es18xx.o sound/isa/es18xx.c: In function ‘snd_es18xx_playback1_prepare’: sound/isa/es18xx.c:501:9: error: implicit declaration of function ‘snd_dma_program’

debugging dib0700

2011-06-25 Thread cedric . dewijs
Hi All, I want to debug my problems with the dib0700 dvb-t driver. I have never debugged anything in the kernel before. I know howto code in C. Where should I start? What articles should I read? Where can I ask questions? Best regards, Cedric -- To unsubscribe from this list: send

Re: [PATCH] [media] Stop using linux/version.h on most drivers

2011-06-25 Thread Hans Verkuil
On Friday, June 24, 2011 20:25:26 Mauro Carvalho Chehab wrote: All the modified drivers didn't have any version increment since Jan, 1 2011. Several of them didn't have any version increment for a long time, even having new features and important bug fixes happening. As we're now filling

Re: [alsa-devel] [PATCH] MEDIA: Fix non-ISA_DMA_API link failure of sound code

2011-06-25 Thread Mauro Carvalho Chehab
Em 25-06-2011 04:21, Takashi Iwai escreveu: At Fri, 24 Jun 2011 14:30:09 +0100, Ralf Baechle wrote: A build with ISA ISA_DMA !ISA_DMA_API results in: CC sound/isa/es18xx.o sound/isa/es18xx.c: In function ‘snd_es18xx_playback1_prepare’: sound/isa/es18xx.c:501:9: error: implicit

Re: debugging dib0700

2011-06-25 Thread Andy Walls
On Sat, 2011-06-25 at 12:07 +0200, cedric.dew...@telfort.nl wrote: Hi All, I want to debug my problems with the dib0700 dvb-t driver. I have never debugged anything in the kernel before. I know howto code in C. Where should I start? What articles should I read? Where can I ask questions?

Re: [PATCH] [media] Stop using linux/version.h on most drivers

2011-06-25 Thread Mauro Carvalho Chehab
Em 25-06-2011 07:09, Hans Verkuil escreveu: On Friday, June 24, 2011 20:25:26 Mauro Carvalho Chehab wrote: All the modified drivers didn't have any version increment since Jan, 1 2011. Several of them didn't have any version increment for a long time, even having new features and important bug

[PATCH] Make Compro VideoMate Vista T750F actually work

2011-06-25 Thread Carlos Corbacho
Based on the work of John Newbigin, Davor Emard and others who contributed on the mailing lists. The previous 'support' for this card was a partial merge of John's changes that, as far as I can tell, never actually got the thing working (no DVB-T, analog tuner not initialised). Initialise the

RFC tuner-core: how to set vt-type in g_tuner?

2011-06-25 Thread Hans Verkuil
Hi all, The tuner-core.c implementation does this at the start of g_tuner: if (check_mode(t, vt-type) == -EINVAL) return 0; vt-type = t-mode; The idea is that the vt-type is set depending on whether the VIDIOC_G_TUNER ioctl is called from a radio device node or a

Re: RFC tuner-core: how to set vt-type in g_tuner?

2011-06-25 Thread Mauro Carvalho Chehab
Em 25-06-2011 11:02, Hans Verkuil escreveu: Hi all, The tuner-core.c implementation does this at the start of g_tuner: if (check_mode(t, vt-type) == -EINVAL) return 0; vt-type = t-mode; The idea is that the vt-type is set depending on whether the

Re: RFC tuner-core: how to set vt-type in g_tuner?

2011-06-25 Thread Hans Verkuil
On Saturday, June 25, 2011 16:17:18 Mauro Carvalho Chehab wrote: Em 25-06-2011 11:02, Hans Verkuil escreveu: Hi all, The tuner-core.c implementation does this at the start of g_tuner: if (check_mode(t, vt-type) == -EINVAL) return 0; vt-type =

[cron job] v4l-dvb daily build: ERRORS

2011-06-25 Thread Hans Verkuil
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:Sat Jun 25 19:00:32 CEST 2011 git hash:7023c7dbc3944f42aa1d6910a6098c5f9e23d3f1 gcc version: i686-linux-gcc (GCC)

[PATCH] pctv452e.c: switch rc handling to rc.core

2011-06-25 Thread Juergen Lock
This is on top of the submitted pctv452e.c driver and was done similar to how ttusb2 works. Tested with lirc (devinput) and ir-keytable(1). Signed-off-by: Juergen Lock n...@jelal.kn-bremen.de --- a/drivers/media/dvb/dvb-usb/pctv452e.c +++ b/drivers/media/dvb/dvb-usb/pctv452e.c @@ -98,6 +98,7 @@

Re: DM04 USB DVB-S TUNER

2011-06-25 Thread Malcolm Priestley
On Wed, 2011-06-08 at 16:20 +0100, Malcolm Priestley wrote: On Wed, 2011-06-08 at 14:18 +0300, Mehmet Altan Pire wrote: 07-06-2011 22:34, Malcolm Priestley yazmış: On Tue, 2011-06-07 at 06:31 +0100, Malcolm Priestley wrote: On Tue, 2011-06-07 at 02:28 +0300, Mehmet Altan Pire wrote: