diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2005-07-07 17:57:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 18:23:54 -0700 |
commit | ecb60deb9d5bbcbab6c87ee5fde6f8368197fcac (patch) | |
tree | e8de9fd8fefbcc89e56821d58e39fe64729f43ee /drivers/media/dvb/ttpci/budget-ci.c | |
parent | bbf24cec93b5966bdbd4f25be7a8a2d8716570db (diff) | |
download | blackbird-op-linux-ecb60deb9d5bbcbab6c87ee5fde6f8368197fcac.tar.gz blackbird-op-linux-ecb60deb9d5bbcbab6c87ee5fde6f8368197fcac.zip |
[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 = { .demod_address = 0x8, .invert = 0, .invert_oclk = 0, + .xtal_freq = TDA10046_XTAL_4M, + .agc_config = TDA10046_AGC_DEFAULT, + .if_freq = TDA10046_FREQ_3617, .pll_init = philips_tdm1316l_pll_init, .pll_set = philips_tdm1316l_pll_set, + .pll_sleep = NULL, .request_firmware = philips_tdm1316l_request_firmware, }; |