Found and fixed FM radio mute bug
Submitted by: Thomas Runge <runge@rostock.zgdv.de>
This commit is contained in:
parent
c5c6b7b38e
commit
2a9394b156
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51943
@ -407,6 +407,10 @@
|
||||
Tidy up a few tables with tabs and PLL selection code.
|
||||
Restore Video Highway Xtreme PLL code.
|
||||
|
||||
2.01 4 Oct 1999 Peter Wemm <peter@netplex.com.au>
|
||||
2.02 4 Oct 1999 Peter Wemm <peter@netplex.com.au>
|
||||
Updated Australian Channel Set.
|
||||
Added Tuner and Mute values for LeadTek Winfast 2000 card
|
||||
|
||||
2.03 5 Oct 1999 Thomas Runge <runge@rostock.zgdv.de>
|
||||
Found FM radio bug mute introduced in release 2.00
|
||||
|
||||
|
@ -840,8 +840,7 @@ tv_freq( bktr_ptr_t bktr, int frequency, int type )
|
||||
if(!(band && control)) /* Don't try to set un- */
|
||||
return(-1); /* supported modes. */
|
||||
|
||||
/* band |= bktr->tuner.radio_mode;*/
|
||||
/* tuner.radio_mode is set in
|
||||
band |= bktr->tuner.radio_mode; /* tuner.radio_mode is set in
|
||||
* the ioctls RADIO_SETMODE
|
||||
* and RADIO_GETMODE */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user