]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/media/platform/vivid/vivid-radio-rx.c
[media] vivid: add support for radio receivers and transmitters
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 25 Aug 2014 11:02:56 +0000 (08:02 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 2 Sep 2014 20:47:03 +0000 (17:47 -0300)
commit55d58e989856aa7506001c4ecfc7920f5232bbd1
treeb1261ba61a4756f1a9a100650f23b0b2bac5cd33
parent63881df94d3ecbb0deafa0b77da62ff2f32961c4
[media] vivid: add support for radio receivers and transmitters

This adds radio receiver and transmitter support. Part of that is common
to both and so is placed in the radio-common source.

These drivers also support RDS. In order to generate valid RDS data a
simple RDS generator is implemented in rds-gen.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/vivid/vivid-radio-common.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-radio-common.h [new file with mode: 0644]
drivers/media/platform/vivid/vivid-radio-rx.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-radio-rx.h [new file with mode: 0644]
drivers/media/platform/vivid/vivid-radio-tx.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-radio-tx.h [new file with mode: 0644]
drivers/media/platform/vivid/vivid-rds-gen.c [new file with mode: 0644]
drivers/media/platform/vivid/vivid-rds-gen.h [new file with mode: 0644]