mirror of https://gitee.com/openkylin/linux.git
[media] az6007: Use DRX-K dynamic clock mode
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
67f0461737
commit
6e5caf8493
|
@ -64,11 +64,12 @@ struct az6007_device_state {
|
||||||
|
|
||||||
static struct drxk_config terratec_h7_drxk = {
|
static struct drxk_config terratec_h7_drxk = {
|
||||||
.adr = 0x29,
|
.adr = 0x29,
|
||||||
.single_master = 1,
|
.parallel_ts = true,
|
||||||
.no_i2c_bridge = 0,
|
.dynamic_clk = true,
|
||||||
|
.single_master = true,
|
||||||
|
.no_i2c_bridge = false,
|
||||||
.chunk_size = 64,
|
.chunk_size = 64,
|
||||||
.microcode_name = "dvb-usb-terratec-h7-drxk.fw",
|
.microcode_name = "dvb-usb-terratec-h7-az6007.fw",
|
||||||
.parallel_ts = 1,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
|
static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
|
||||||
|
|
Loading…
Reference in New Issue