|
@@ -2015,7 +2015,8 @@ static int cx25840_probe(struct i2c_client *client,
|
|
|
kfree(state);
|
|
kfree(state);
|
|
|
return err;
|
|
return err;
|
|
|
}
|
|
}
|
|
|
- v4l2_ctrl_cluster(2, &state->volume);
|
|
|
|
|
|
|
+ if (!is_cx2583x(state))
|
|
|
|
|
+ v4l2_ctrl_cluster(2, &state->volume);
|
|
|
v4l2_ctrl_handler_setup(&state->hdl);
|
|
v4l2_ctrl_handler_setup(&state->hdl);
|
|
|
|
|
|
|
|
if (client->dev.platform_data) {
|
|
if (client->dev.platform_data) {
|