|
@@ -2362,6 +2362,10 @@ void cx23885_card_setup(struct cx23885_dev *dev)
|
|
&dev->i2c_bus[2].i2c_adap,
|
|
&dev->i2c_bus[2].i2c_adap,
|
|
"cx25840", 0x88 >> 1, NULL);
|
|
"cx25840", 0x88 >> 1, NULL);
|
|
if (dev->sd_cx25840) {
|
|
if (dev->sd_cx25840) {
|
|
|
|
+ /* set host data for clk_freq configuration */
|
|
|
|
+ v4l2_set_subdev_hostdata(dev->sd_cx25840,
|
|
|
|
+ &dev->clk_freq);
|
|
|
|
+
|
|
dev->sd_cx25840->grp_id = CX23885_HW_AV_CORE;
|
|
dev->sd_cx25840->grp_id = CX23885_HW_AV_CORE;
|
|
v4l2_subdev_call(dev->sd_cx25840, core, load_fw);
|
|
v4l2_subdev_call(dev->sd_cx25840, core, load_fw);
|
|
}
|
|
}
|