diff options
author | Mark Brown <broonie@kernel.org> | 2021-08-30 13:13:46 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-30 13:15:15 +0200 |
commit | 3202e2f5fac0032cb1128fb8d5b7f3368902c8d8 (patch) | |
tree | e0b0ac63b43dff6b48b2f57884646b518b833e69 /include/sound | |
parent | Merge series "ASoC: wcd9335: Firx some resources leak in the probe and remove... (diff) | |
download | linux-3202e2f5fac0032cb1128fb8d5b7f3368902c8d8.tar.xz linux-3202e2f5fac0032cb1128fb8d5b7f3368902c8d8.zip |
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) \ |