diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2005-07-07 20:57:40 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 21:23:54 -0400 |
commit | ecb60deb9d5bbcbab6c87ee5fde6f8368197fcac (patch) | |
tree | e8de9fd8fefbcc89e56821d58e39fe64729f43ee /drivers/media/dvb/ttpci/budget-ci.c | |
parent | bbf24cec93b5966bdbd4f25be7a8a2d8716570db (diff) |
[PATCH] dvb: frontend: tda1004x update
o added config options for IF frequency and AGC
o support DSP boot from on board eeprom
o added pll sleep call
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-ci.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-ci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index dce116111376..075eb40f5c16 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c | |||
@@ -838,8 +838,12 @@ static struct tda1004x_config philips_tdm1316l_config = { | |||
838 | .demod_address = 0x8, | 838 | .demod_address = 0x8, |
839 | .invert = 0, | 839 | .invert = 0, |
840 | .invert_oclk = 0, | 840 | .invert_oclk = 0, |
841 | .xtal_freq = TDA10046_XTAL_4M, | ||
842 | .agc_config = TDA10046_AGC_DEFAULT, | ||
843 | .if_freq = TDA10046_FREQ_3617, | ||
841 | .pll_init = philips_tdm1316l_pll_init, | 844 | .pll_init = philips_tdm1316l_pll_init, |
842 | .pll_set = philips_tdm1316l_pll_set, | 845 | .pll_set = philips_tdm1316l_pll_set, |
846 | .pll_sleep = NULL, | ||
843 | .request_firmware = philips_tdm1316l_request_firmware, | 847 | .request_firmware = philips_tdm1316l_request_firmware, |
844 | }; | 848 | }; |
845 | 849 | ||