[media] az6007: Use DRX-K dynamic clock mode

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2012-01-20 18:36:26 -03:00
parent 67f0461737
commit 6e5caf8493
1 changed files with 5 additions and 4 deletions

View File

@ -64,11 +64,12 @@ struct az6007_device_state {
static struct drxk_config terratec_h7_drxk = {
.adr = 0x29,
.single_master = 1,
.no_i2c_bridge = 0,
.parallel_ts = true,
.dynamic_clk = true,
.single_master = true,
.no_i2c_bridge = false,
.chunk_size = 64,
.microcode_name = "dvb-usb-terratec-h7-drxk.fw",
.parallel_ts = 1,
.microcode_name = "dvb-usb-terratec-h7-az6007.fw",
};
static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)