diff options
author | Mark Brown <broonie@kernel.org> | 2020-11-30 16:05:07 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-30 16:05:07 +0000 |
commit | e5879d988291a964a87c4868057dc989d901eea0 (patch) | |
tree | 465bb757245f6c9050315d8aae61ad081affc676 /sound/soc/atmel | |
parent | 645be01d7b553e9ab0791ceb88f381a087d691d9 (diff) | |
parent | f9d8ae0b91763765686833e500af0256bf769ba2 (diff) |
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.11
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/mchp-spdiftx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/atmel/mchp-spdiftx.c b/sound/soc/atmel/mchp-spdiftx.c index 82c1eecd2528..3bd350afb743 100644 --- a/sound/soc/atmel/mchp-spdiftx.c +++ b/sound/soc/atmel/mchp-spdiftx.c @@ -487,7 +487,6 @@ static int mchp_spdiftx_hw_params(struct snd_pcm_substream *substream, } mchp_spdiftx_channel_status_write(dev); spin_unlock_irqrestore(&ctrl->lock, flags); - mr |= SPDIFTX_MR_VALID1 | SPDIFTX_MR_VALID2; if (dev->gclk_enabled) { clk_disable_unprepare(dev->gclk); |