mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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:
parent
be6ccf3f6c
commit
be3448f6ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57162
@ -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) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user