Re: [PATCH] ASoC: mchp-spdiftx: Do not set Validity bit(s)

2020-11-04 Thread Mark Brown
On Wed, 4 Nov 2020 17:57:38 +0200, Codrin Ciubotariu wrote: > The Validity bits (bit 28) must not be set in order to have the samples > valid. Some controllers look for this bit and ignore the samples if it > is set. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git

[PATCH] ASoC: mchp-spdiftx: Do not set Validity bit(s)

2020-11-04 Thread Codrin Ciubotariu
The Validity bits (bit 28) must not be set in order to have the samples valid. Some controllers look for this bit and ignore the samples if it is set. Fixes: 06ca24e98e6b ("ASoC: mchp-spdiftx: add driver for S/PDIF TX Controller") Signed-off-by: Codrin Ciubotariu ---