soundwire: intel: add master quirks for bus clash and parity
Now that we have declarations and bus support, add quirks for Intel platforms. Co-developed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Link: https://lore.kernel.org/r/20210302082720.12322-4-yung-chuan.liao@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
Родитель
6b8caa6f9d
Коммит
bb877bebae
|
@ -1286,6 +1286,9 @@ static int sdw_master_read_intel_prop(struct sdw_bus *bus)
|
||||||
if (quirk_mask & SDW_INTEL_QUIRK_MASK_BUS_DISABLE)
|
if (quirk_mask & SDW_INTEL_QUIRK_MASK_BUS_DISABLE)
|
||||||
prop->hw_disabled = true;
|
prop->hw_disabled = true;
|
||||||
|
|
||||||
|
prop->quirks = SDW_MASTER_QUIRKS_CLEAR_INITIAL_CLASH |
|
||||||
|
SDW_MASTER_QUIRKS_CLEAR_INITIAL_PARITY;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче