Re: msp3400 problem in linux-3.7.0

2013-03-14 Thread Hans Verkuil
On Thu March 14 2013 00:08:57 Benjamin Schindler wrote: Hi I recently upgraded from 3.2 to 3.7 and noticed, that I don't get any sound anymore from my TV-card. tvtime still works fine, just with no sound. As you can see from the snippet below, I have a hauppage WinTV card which uses

Re: [PATCH RFC v3 2/6] v4l2-ctrl: Add helper function for control range update

2013-03-14 Thread Hans Verkuil
On Tue March 12 2013 07:56:25 Hans Verkuil wrote: Hi Sylwester, On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote: This patch adds a helper function that allows to modify range, i.e. minimum, maximum, step and default value of a v4l2 control, after the control has been created and

Re: msp3400 problem in linux-3.7.0

2013-03-14 Thread Benjamin Schindler
Hi Hans Thank you for the prompt response. I will try this once I'm home again. Which patch is responsible for fixing it? Just so I can track it once it lands upstream. I have one more question - the wiki states the the WinTV-HVR-5500 is not yet supported (as of June 2011) - is there an update

Re: msp3400 problem in linux-3.7.0

2013-03-14 Thread Hans Verkuil
On Thu March 14 2013 08:13:29 Benjamin Schindler wrote: Hi Hans Thank you for the prompt response. I will try this once I'm home again. Which patch is responsible for fixing it? Just so I can track it once it lands upstream. There is a whole series of bttv fixes that I did that will appear

Re: Fw: [patch 02/03 v2] usb hid quirks for Masterkit MA901 usb radio

2013-03-14 Thread Dirk E. Wagner
Hi Alexey, indeed your patch breaks Atmega applications which using V-USB (http://www.obdev.at/products/vusb/index.html), because 0x16c0, 0x05df are the default Ids of V-USB. Have a look at this FAQ https://github.com/obdev/v-usb/blob/master/usbdrv/USB-ID-FAQ.txt It seems that the Masterkit

Re: [PATCH RFC v3 2/6] v4l2-ctrl: Add helper function for control range update

2013-03-14 Thread Sylwester Nawrocki
Hi Hans, On 03/14/2013 08:10 AM, Hans Verkuil wrote: On Tue March 12 2013 07:56:25 Hans Verkuil wrote: Hi Sylwester, On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote: This patch adds a helper function that allows to modify range, i.e. minimum, maximum, step and default value of a

Re: [PATCH RFC v3 2/6] v4l2-ctrl: Add helper function for control range update

2013-03-14 Thread Laurent Pinchart
Hi Sylwester, On Thursday 14 March 2013 12:39:34 Sylwester Nawrocki wrote: On 03/14/2013 08:10 AM, Hans Verkuil wrote: On Tue March 12 2013 07:56:25 Hans Verkuil wrote: On Wed January 23 2013 23:21:57 Sylwester Nawrocki wrote: This patch adds a helper function that allows to modify range,

[PATCH 04/10] drivers: hwmon: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Jean Delvare kh...@linux-fr.org Cc: Guenter Roeck

[PATCH 10/10] drivers: misc: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Arnd Bergmann a...@arndb.de --- drivers/misc/atmel_pwm.c |

[PATCH 09/10] drivers: video: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Richard Purdie rpur...@rpsys.net Cc: Florian Tobias

[PATCH 06/10] drivers: input: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: Mark Brown

[PATCH 05/10] drivers: ide: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: David S. Miller da...@davemloft.net Cc:

[PATCH 08/10] drivers: mfd: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Linus Walleij linus.wall...@linaro.org Cc: Samuel Ortiz

[PATCH 07/10] drivers: memory: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Benoit Cousson b-cous...@ti.com Cc: Aneesh V ane...@ti.com

[PATCH 00/10] Use module_platform_driver_probe() part 2

2013-03-14 Thread Fabio Porcedda
Hi all, this patch set is the second part for the conversion to use new module_platform_driver_probe() macro. I will send a part 3 for the remaining drivers. Fabio Porcedda (10): drivers: media: use module_platform_driver_probe() drivers: ata: use module_platform_driver_probe() drivers:

[PATCH 01/10] drivers: media: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Josh Wu

[PATCH 02/10] drivers: ata: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Jeff Garzik jgar...@pobox.com Cc: linux-...@vger.kernel.org

[PATCH 03/10] drivers: char: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Matt Mackall m...@selenic.com Cc: Herbert Xu

[PATCH] drivers: misc: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Arnd Bergmann a...@arndb.de --- drivers/misc/arm-charlcd.c

Re: [PATCH 01/10] drivers: media: use module_platform_driver_probe()

2013-03-14 Thread Guennadi Liakhovetski
Hi Fabio On Thu, 14 Mar 2013, Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc:

Re: [PATCH] soc_camera: Add RGB666 RGB888 formats

2013-03-14 Thread phil . edworthy
Hi Guennadi, Thanks for the review, I'll try to find some time to fix send a new version. Phil On Thu, 14 Feb 2013, Phil Edworthy wrote: Based on work done by Katsuya Matsubara. Signed-off-by: Phil Edworthy phil.edwor...@renesas.com Looks mostly good to me, but please also

Re: [PATCH 10/10] drivers: misc: use module_platform_driver_probe()

2013-03-14 Thread Arnd Bergmann
On Thursday 14 March 2013, Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Arnd

Re: [PATCH 04/10] drivers: hwmon: use module_platform_driver_probe()

2013-03-14 Thread Guenter Roeck
On Thu, Mar 14, 2013 at 02:11:25PM +0100, Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman

Re: [PATCH 10/10] drivers: misc: use module_platform_driver_probe()

2013-03-14 Thread Sascha Hauer
On Thu, Mar 14, 2013 at 01:58:05PM +, Arnd Bergmann wrote: On Thursday 14 March 2013, Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda

[RFC V1 7/8] smi2021: Add smi2021_bl.c

2013-03-14 Thread Jon Arne Jørgensen
This is the smi2021-bootloader module. This module will upload the firmware for the different somagic devices. Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no --- drivers/media/usb/smi2021/smi2021_bl.c | 254 + 1 file changed, 254 insertions(+) create mode

[RFC V1 2/8] smi2021: Add smi2021_main.c

2013-03-14 Thread Jon Arne Jørgensen
This is the core of the smi2021 module. It will register the module with the kernel, and register the usb probe function. Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no --- drivers/media/usb/smi2021/smi2021_main.c | 339 +++ 1 file changed, 339 insertions(+)

[RFC V1 0/8] Add a driver for somagic smi2021

2013-03-14 Thread Jon Arne Jørgensen
This patch-set will add a driver for the Somagic SMI2021 chip. This chip is found inside different usb video-capture devices. Most of them are branded as EasyCap, but there also seems to be some other brands selling devices with this chip. This driver is split into two modules, where one is

[RFC V1 8/8] smi2021: Add Kconfig and Makefiles

2013-03-14 Thread Jon Arne Jørgensen
Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no --- drivers/media/usb/Kconfig | 1 + drivers/media/usb/Makefile | 1 + drivers/media/usb/smi2021/Kconfig | 18 ++ drivers/media/usb/smi2021/Makefile | 12 4 files changed, 32 insertions(+)

[RFC V1 6/8] smi2021: Add smi2021_audio.c

2013-03-14 Thread Jon Arne Jørgensen
This file handles all setup of a new snd_card instance with one pcm_substream. It's also responsible for parsing the raw pcm data received in the isoc transfers, and passing it to the alsa buffers. Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no ---

[RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-14 Thread Jon Arne Jørgensen
This file is responsible for all communication with the video hardware and also starting and stopping the capture. It also contains the setup and handling of the usb ISOCHRONOUS transfers. Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no --- drivers/media/usb/smi2021/smi2021_video.c | 543

[RFC V1 4/8] smi2021: Add smi2021_v4l2.c

2013-03-14 Thread Jon Arne Jørgensen
This file is responsible for registering the device with the v4l2 subsystem, and the communication with v4l2. Most of the v4l2 ioctls are just passed on to vidbuf2. Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no --- drivers/media/usb/smi2021/smi2021_v4l2.c | 566

[RFC V1 3/8] smi2021: Add smi2021_i2c.c

2013-03-14 Thread Jon Arne Jørgensen
This file is responsible for registering the device with the kernel i2c subsystem. v4l2 talks to the saa7113 chip of the device via i2c. Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no --- drivers/media/usb/smi2021/smi2021_i2c.c | 160 1 file changed, 160

[RFC V1 1/8] smi2021: Add the header file

2013-03-14 Thread Jon Arne Jørgensen
This is the header file for the smi2021 module. Signed-off-by: Jon Arne Jørgensen jona...@jonarne.no --- drivers/media/usb/smi2021/smi2021.h | 228 1 file changed, 228 insertions(+) create mode 100644 drivers/media/usb/smi2021/smi2021.h diff --git

Re: [PATCH 1/2] media/rc/imon.c: make send_packet() delay configurable

2013-03-14 Thread Mauro Carvalho Chehab
Em Sun, 24 Feb 2013 21:19:29 +0100 Kevin Baradon kevin.bara...@gmail.com escreveu: Some imon devices (like 15c2:0036) need a higher delay between send_packet calls. Default value is still 5ms to avoid regressions on already working hardware. Also use interruptible wait to avoid load

Re: [PATCH 2/2] media/rc/imon.c: avoid flooding syslog with unknown keypress when keypad is pressed

2013-03-14 Thread Mauro Carvalho Chehab
Em Sun, 24 Feb 2013 21:19:30 +0100 Kevin Baradon kevin.bara...@gmail.com escreveu: My 15c2:0036 device floods syslog when a keypad key is pressed: Feb 18 19:00:57 homeserver kernel: imon 5-1:1.0: imon_incoming_packet: unknown keypress, code 0x100fff2 Feb 18 19:00:57 homeserver kernel: imon

Re: [PATCH 2/2] media/rc/imon.c: avoid flooding syslog with unknown keypress when keypad is pressed

2013-03-14 Thread Mauro Carvalho Chehab
Em Sun, 24 Feb 2013 21:19:30 +0100 Kevin Baradon kevin.bara...@gmail.com escreveu: My 15c2:0036 device floods syslog when a keypad key is pressed: Feb 18 19:00:57 homeserver kernel: imon 5-1:1.0: imon_incoming_packet: unknown keypress, code 0x100fff2 Feb 18 19:00:57 homeserver kernel: imon

Re: Custom device names for v4l2 devices

2013-03-14 Thread David Dillow
On Mon, 2013-03-11 at 22:28 +0100, Laurent Pinchart wrote: Hi Vinay, On Monday 11 March 2013 10:55:37 vka...@codeaurora.org wrote: Names of V4L2 device nodes keep on varying depending on target, on some targets, the device node assigned to my device is /dev/video21 and on some it is

Re: [PATCH 01/10] drivers: media: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
On Thu, Mar 14, 2013 at 2:25 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Fabio On Thu, 14 Mar 2013, Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio

Re: [PATCH 04/10] drivers: hwmon: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
On Thu, Mar 14, 2013 at 3:01 PM, Guenter Roeck li...@roeck-us.net wrote: On Thu, Mar 14, 2013 at 02:11:25PM +0100, Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio

Re: [PATCH] soc_camera: Add RGB666 RGB888 formats

2013-03-14 Thread phil . edworthy
Hi Guennadi, From: Guennadi Liakhovetski g.liakhovet...@gmx.de To: Phil Edworthy phil.edwor...@renesas.com, Cc: Mauro Carvalho Chehab mche...@redhat.com, linux-media@vger.kernel.org Date: 08/03/2013 13:30 Subject: Re: [PATCH] soc_camera: Add RGB666 RGB888 formats Hi Phil On Thu, 14

[PATCH v2 0/8] Use module_platform_driver_probe() part 2

2013-03-14 Thread Fabio Porcedda
Hi all, this patch set is the second part for the conversion to use new module_platform_driver_probe() macro. v2: - rebased againg next and so dropped the already converted drivers. Fabio Porcedda (8): drivers: media: use module_platform_driver_probe() drivers: ata: use

[PATCH v2 2/8] drivers: ata: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Jeff Garzik jgar...@pobox.com Cc: linux-...@vger.kernel.org

[PATCH v2 8/8] drivers: misc: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Arnd Bergmann a...@arndb.de --- drivers/misc/atmel_pwm.c |

[PATCH v2 5/8] drivers: memory: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Benoit Cousson b-cous...@ti.com Cc: Aneesh V ane...@ti.com

[PATCH v2 4/8] drivers: input: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Dmitry Torokhov dmitry.torok...@gmail.com Cc: Mark Brown

[PATCH v2 6/8] drivers: mfd: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Linus Walleij linus.wall...@linaro.org Cc: Samuel Ortiz

[PATCH v2 3/8] drivers: char: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Matt Mackall m...@selenic.com Cc: Herbert Xu

[PATCH v2 1/8] drivers: media: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Josh Wu

Re: [PATCH v2 1/8] drivers: media: use module_platform_driver_probe()

2013-03-14 Thread Guennadi Liakhovetski
On Thu, 14 Mar 2013, Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. Signed-off-by: Fabio Porcedda fabio.porce...@gmail.com Thanks, will queue for 3.10. Regards Guennadi Cc: Greg

Re: [PATCH v2 4/8] drivers: input: use module_platform_driver_probe()

2013-03-14 Thread Dmitry Torokhov
Hi Fabio, On Thursday, March 14, 2013 06:09:34 PM Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. I already have patches from Sachin Kamat for this, I am waiting for -rc3 to sync up with

Re: [PATCH v2 4/8] drivers: input: use module_platform_driver_probe()

2013-03-14 Thread Fabio Porcedda
On Thu, Mar 14, 2013 at 6:30 PM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Fabio, On Thursday, March 14, 2013 06:09:34 PM Fabio Porcedda wrote: This patch converts the drivers to use the module_platform_driver_probe() macro which makes the code smaller and a bit simpler. I

Re: cannot unload cx18_alsa to hibernate Mint13 64 computer

2013-03-14 Thread Dixon Craig
On 03/10/2013 09:11 PM, Andy Walls wrote: modprobe cx18 will prompt a reload of cx18-alsa on its own. BTW you should also unload cx18 before hibernation. The cx18 driver really doesn't support power management and can't save and restore CX23418 state short of reinitializing the whole chip

cron job: media_tree daily build: WARNINGS

2013-03-14 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Thu Mar 14 19:00:30 CET 2013 git branch: test git hash: 4d35435d3ffb853b491f5bb21a62529cd925d660 gcc

Re: Fw: [patch 02/03 v2] usb hid quirks for Masterkit MA901 usb radio

2013-03-14 Thread Alexey Klimov
On Thu, Mar 14, 2013 at 2:20 PM, Dirk E. Wagner li...@wagner-budenheim.de wrote: Hi Alexey, Hi Dirk, Mauro, Jiri indeed your patch breaks Atmega applications which using V-USB (http://www.obdev.at/products/vusb/index.html), because 0x16c0, 0x05df are the default Ids of V-USB. Have a look

[PATCH] [media] ir: IR_RX51 only works on OMAP2

2013-03-14 Thread Arnd Bergmann
This driver can be enabled on OMAP1 at the moment, which breaks allyesconfig for that platform. Let's mark it OMAP2PLUS-only in Kconfig, since that is the only thing it builds on. Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Mauro Carvalho Chehab mche...@redhat.com Cc: Timo Kokkonen

[review patch] radio-mr800: move clamp_t check inside amradio_set_freq()

2013-03-14 Thread Alexey Klimov
Hi Hans, all, If i run verbose v4l2-compliance with my radio-mr800 device few times then i get warning about frequency out of range: root@machine:~# v4l2-compliance -r /dev/radio0 -v 2 is radio Driver Info: Driver name : radio-mr800 Card type : AverMedia MR 800 USB FM Radio

Re: dvb-apps: Additional channels for Netherlands

2013-03-14 Thread Dmitry Katsubo
On 11.03.2013 13:10, Oliver Schinagl wrote: and what is interesting the comments refer to radio-stations only. TV zenderlijst is pure DVB-T frequencies. I have not found a single FM frequency there. Note that if you open it via their website, there are two lists, FM zenderlijst and TV