V4L/DVB (13177): radio: Add support for TEF6862 tuner

This patch adds support for TEF6862 Car Radio Enhanced Selectivity Tuner.

It's implemented as a subdev, supporting checking signal strength
and setting and getting frequency.

Signed-off-by: Richard Röjfors <richard.rojfors@mocean-labs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Richard Röjfors 2009-09-22 10:14:39 -03:00 committed by Mauro Carvalho Chehab
parent 42752f7a3f
commit eea85b0a62
4 changed files with 248 additions and 0 deletions

View file

@ -131,6 +131,9 @@ enum {
V4L2_IDENT_SAA6752HS = 6752,
V4L2_IDENT_SAA6752HS_AC3 = 6753,
/* modules tef6862: just ident 6862 */
V4L2_IDENT_TEF6862 = 6862,
/* module adv7170: just ident 7170 */
V4L2_IDENT_ADV7170 = 7170,