We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18ca86 commit 32ac501Copy full SHA for 32ac501
sound/soc/codecs/wsa881x.c
@@ -1155,6 +1155,7 @@ static int wsa881x_probe(struct sdw_slave *pdev,
1155
pdev->prop.sink_ports = GENMASK(WSA881X_MAX_SWR_PORTS, 0);
1156
pdev->prop.sink_dpn_prop = wsa_sink_dpn_prop;
1157
pdev->prop.scp_int1_mask = SDW_SCP_INT1_BUS_CLASH | SDW_SCP_INT1_PARITY;
1158
+ pdev->prop.clk_stop_mode1 = true;
1159
gpiod_direction_output(wsa881x->sd_n, !wsa881x->sd_n_val);
1160
1161
wsa881x->regmap = devm_regmap_init_sdw(pdev, &wsa881x_regmap_config);
0 commit comments