]> Pileus Git - ~andy/linux/commit
[media] shark2: New driver for the Griffin radioSHARK v2 USB radio receiver
authorHans de Goede <hdegoede@redhat.com>
Sat, 23 Jun 2012 07:39:58 +0000 (04:39 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Jul 2012 21:46:17 +0000 (18:46 -0300)
commit4faba767c6243b43ad975406fe027be7394e4591
tree2c2d6848b37080ed12b554214b655b55d3e83241
parent7a3ed2d95e9ef3032700c2e56f3369d8652a6e8b
[media] shark2: New driver for the Griffin radioSHARK v2 USB radio receiver

This driver consists of 2 parts, a generic tea5777 driver and a driver
for the Griffin radioSHARK v2 USB radio receiver, which is the only driver
using the generic tea5777 for now.

This first version only implements FM support, once the the new
VIDIOC_ENUM_FREQ_BANDS API is upstream I'll also add AM support.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/Kconfig
drivers/media/radio/Makefile
drivers/media/radio/radio-shark2.c [new file with mode: 0644]
drivers/media/radio/radio-tea5777.c [new file with mode: 0644]
drivers/media/radio/radio-tea5777.h [new file with mode: 0644]