The Leadtek Winfast TV2000 has one of the FM capable Tuners. Don't

default to a non-FM tuner or FM radio is non-functional.

Approved by:	jkh
This commit is contained in:
Peter Wemm 2000-02-12 08:49:21 +00:00
parent be6ccf3f6c
commit be3448f6ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57162

View File

@ -974,6 +974,14 @@ checkTuner:
tuner_make, tuner_format);
}
break;
case CARD_LEADTEK:
#if BROOKTREE_SYSTEM_DEFAULT == BROOKTREE_PAL
select_tuner( bktr, PHILIPS_FR1216_PAL );
#else
select_tuner( bktr, PHILIPS_FR1236_NTSC );
#endif
goto checkDBX;
break;
} /* end switch(card) */