diff options
author | Mark Brown <broonie@kernel.org> | 2021-08-30 12:13:46 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-30 12:15:15 +0100 |
commit | 3202e2f5fac0032cb1128fb8d5b7f3368902c8d8 (patch) | |
tree | e0b0ac63b43dff6b48b2f57884646b518b833e69 /include/sound | |
parent | 52c64e5f7b79ce5c366ea88e7f02d81affeb1300 (diff) | |
download | linux-next-3202e2f5fac0032cb1128fb8d5b7f3368902c8d8.tar.gz |
ASoC: Revert PCM trigger changes
These have turned up some issues in further testing.
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dpcm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc-dpcm.h b/include/sound/soc-dpcm.h index 6cc751002da7..e296a3949b18 100644 --- a/include/sound/soc-dpcm.h +++ b/include/sound/soc-dpcm.h @@ -101,8 +101,6 @@ struct snd_soc_dpcm_runtime { enum snd_soc_dpcm_state state; int trigger_pending; /* trigger cmd + 1 if pending, 0 if not */ - - int be_start; /* refcount protected by dpcm_lock */ }; #define for_each_dpcm_fe(be, stream, _dpcm) \ |