On Mon, Feb 17, 2020 at 12:42:18AM -0600, Samuel Holland wrote: > + scodec->inverted_lrck = (uintptr_t)of_device_get_match_data(&pdev->dev); > + This is going to break the moment someone finds another quirk for some variant of this device, it's not scalable.