Skip to content

Commit

Permalink
V4L/DVB (5801): Tuner: update FCV1236D ranges to match the datasheet
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jul 18, 2007
1 parent b827363 commit c350f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ static struct tuner_params tuner_philips_pal_mk_params[] = {

static struct tuner_range tuner_philips_fcv1236d_ranges[] = {
{ 16 * 157.25 /*MHz*/, 0x8e, 0xa0, },
{ 16 * 454.00 /*MHz*/, 0x8e, 0x90, },
{ 16 * 451.25 /*MHz*/, 0x8e, 0x90, },
{ 16 * 999.99 , 0x8e, 0x30, },
};

Expand Down

0 comments on commit c350f61

Please sign in to comment.