This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/drivers/media/pci/cx23885/cx23885-dvb.c | |
| +++ b/drivers/media/pci/cx23885/cx23885-dvb.c | |
| @@ -473,6 +473,7 @@ static struct ds3000_config tevii_ds3000_config = { | |
| static struct ts2020_config tevii_ts2020_config = { | |
| .tuner_address = 0x60, | |
| .clk_out_div = 1, | |
| + .frequency_div = 1146000 | |
| }; | |
| static struct cx24116_config dvbworld_cx24116_config = { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment