Message ID | 20171207154513.4154-111-alexander.levin@verizon.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
On Thu, Dec 14, 2017 at 03:21:43PM +0000, alexander.levin@verizon.com wrote: > On Thu, Dec 07, 2017 at 05:33:36PM +0000, Mark Brown wrote: > >People carry out of tree patches for that hardware, I'm not sure that it > >makes sense to backport this given that it's likely to conflict for > >users who would encounter it (and if they care they'll have already > >deal with it). > Sorry I forgot to reply in time, I've removed the patch. Thanks!
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index 10a4da06c0a1..7738fbe75d91 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c @@ -1285,6 +1285,7 @@ static int samsung_i2s_probe(struct platform_device *pdev) } } } + quirks &= ~(QUIRK_SEC_DAI | QUIRK_SUPPORTS_IDMA); res = platform_get_resource(pdev, IORESOURCE_MEM, 0); pri_dai->addr = devm_ioremap_resource(&pdev->dev, res);