Re: [PATCH 5/7] ASoC: codecs: realtek-soundwire: ignore initial PARITY errors

2020-08-19 Thread Mark Brown
On Tue, Aug 18, 2020 at 10:06:54PM +0800, Bard Liao wrote: > From: Pierre-Louis Bossart > > The parity calculation is not reset on a Severe Reset, which leads to > misleading/harmless errors reported on startup. The addition of a > quirk helps filter out such errors while leaving the error checks

[PATCH 5/7] ASoC: codecs: realtek-soundwire: ignore initial PARITY errors

2020-08-18 Thread Bard Liao
From: Pierre-Louis Bossart The parity calculation is not reset on a Severe Reset, which leads to misleading/harmless errors reported on startup. The addition of a quirk helps filter out such errors while leaving the error checks on in steady-state. Signed-off-by: Pierre-Louis Bossart Reviewed-b