Commit 9452422f authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Vinod Koul
Browse files
parent bb5cb09e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -225,6 +225,14 @@ static int rt711_sdca_read_prop(struct sdw_slave *slave)
		j++;
	}

	prop->dp0_prop = devm_kzalloc(&slave->dev, sizeof(*prop->dp0_prop),
				      GFP_KERNEL);
	if (!prop->dp0_prop)
		return -ENOMEM;

	prop->dp0_prop->simple_ch_prep_sm = true;
	prop->dp0_prop->ch_prep_timeout = 10;

	/* set the timeout values */
	prop->clk_stop_timeout = 700;