Skip to content

Commit f9d7c6e

Browse files
Codrin Ciubotariubroonie
authored andcommitted
ASoC: mchp-spdiftx: Do not set Validity bit(s)
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: 06ca24e ("ASoC: mchp-spdiftx: add driver for S/PDIF TX Controller") Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Link: https://lore.kernel.org/r/20201104155738.68403-1-codrin.ciubotariu@microchip.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 6ec6c36 commit f9d7c6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/atmel/mchp-spdiftx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ static int mchp_spdiftx_hw_params(struct snd_pcm_substream *substream,
487487
}
488488
mchp_spdiftx_channel_status_write(dev);
489489
spin_unlock_irqrestore(&ctrl->lock, flags);
490-
mr |= SPDIFTX_MR_VALID1 | SPDIFTX_MR_VALID2;
491490

492491
if (dev->gclk_enabled) {
493492
clk_disable_unprepare(dev->gclk);

0 commit comments

Comments
 (0)