8 Sep
2023
8 Sep
'23
12:50 p.m.
On Fri, Sep 08, 2023 at 12:54:49PM +0900, Myunguk Kim wrote:
- #define DW_I2S_QUIRK_NOT_SUPPORT_BURST (1 << 3)
_NO_BURST might be a slightly less awkward name.
if (of_get_property(pdev->dev.of_node, "not-support-burst", NULL))
dev->quirks |= DW_I2S_QUIRK_NOT_SUPPORT_BURST;
The new property needs to be documented.