Commit a217204
committed
ASoC: SOF: Intel: reset link_mask before adding new bits
link_mask is set to hdev->info.link_mask at the beginning of
hda_sdw_machine_select(). However, some SDW links may not have any
peripheral connected. We should set the mask bits where at least one
peripheral is connected.
Fixes: 5226d19 ("ASoC: SOF: Intel: use sof_sdw as default SDW machine driver")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>1 parent 93b8644 commit a217204
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1300 | 1300 | | |
1301 | 1301 | | |
1302 | 1302 | | |
1303 | | - | |
| 1303 | + | |
1304 | 1304 | | |
1305 | 1305 | | |
1306 | 1306 | | |
| |||
1392 | 1392 | | |
1393 | 1393 | | |
1394 | 1394 | | |
| 1395 | + | |
1395 | 1396 | | |
1396 | 1397 | | |
1397 | 1398 | | |
| |||
0 commit comments