1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Fix a tuner problem.

PR:		kern/66006
Submitted by:	Josh Elsasser <jre@vineyard.net>
MFC after:	1 week
This commit is contained in:
Jens Schweikhardt 2004-06-27 09:59:02 +00:00
parent 356c2d4f58
commit 5383b89356
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131180

View File

@ -698,7 +698,9 @@ frequency_lookup( bktr_ptr_t bktr, int channel )
#undef TBL_CHNL
#define TBL_IF freqTable[ bktr->tuner.chnlset ].ptr[ 1 ]
#define TBL_IF (bktr->format_params == BT848_IFORM_F_NTSCJ || \
bktr->format_params == BT848_IFORM_F_NTSCM ? \
nabcst[1] : weurope[1])
/* Initialise the tuner structures in the bktr_softc */