Skip to content

Commit 7a2abd8

Browse files
committed
soundwire: intel: add SDW_MASTER_QUIRKS_CLEAR_INITIAL_CLASH quirk
There is nothing we can do to handle the bus clash interrupt before interrupt mask is enabled. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 194f2cd commit 7a2abd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/soundwire/intel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,8 @@ static int sdw_master_read_intel_prop(struct sdw_bus *bus)
12861286
if (quirk_mask & SDW_INTEL_QUIRK_MASK_BUS_DISABLE)
12871287
prop->hw_disabled = true;
12881288

1289+
prop->quirks = SDW_MASTER_QUIRKS_CLEAR_INITIAL_CLASH;
1290+
12891291
return 0;
12901292
}
12911293

0 commit comments

Comments
 (0)