Commit f6593e8
fixup! ASoC: soc_sdw_utils: skip the endpoint that doesn't present
The existing solution test the dai_info->quirk first and skip the
endpoints that is not present according to the quirk.
However, if the mc_quirk is not set and dai_info->quirk_exclude is set,
then the endpoint will be skip. But we will only set the mc_quirk when
the BIOS doesn't provide the right information. We don't want to skip
the endpoint just because the mc_quirk is not set.
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>1 parent 0d47242 commit f6593e8
1 file changed
+20
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1304 | 1304 | | |
1305 | 1305 | | |
1306 | 1306 | | |
1307 | | - | |
1308 | | - | |
1309 | | - | |
1310 | | - | |
1311 | 1307 | | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
1315 | 1317 | | |
1316 | | - | |
1317 | | - | |
1318 | | - | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
1319 | 1329 | | |
1320 | 1330 | | |
1321 | 1331 | | |
| |||
0 commit comments