diff options
author | 2019-05-24 14:09:20 -0500 | |
---|---|---|
committer | 2019-05-28 15:47:44 +0100 | |
commit | 04ea642ff62a2b2da3d5844283991a41328f49b1 (patch) | |
tree | cd6ed34e08aab62dd1e591fa03f41b02f97669e1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ASoC: SOF: core: fix error handling with the probe workqueue (diff) | |
download | wireguard-linux-04ea642ff62a2b2da3d5844283991a41328f49b1.tar.xz wireguard-linux-04ea642ff62a2b2da3d5844283991a41328f49b1.zip |
ASoC: SOF: pcm: clear hw_params_upon_resume flag correctly
sof_pcm_hw_params() can only be called once to setup the FW hw_params.
So after calling sof_pcm_hw_params(), hw_params_upon_resume flag must
be cleared to avoid multiple invoking sof_pcm_hw_params() by prepare.
For example, after resume, there is an xrun happened, prepare() will
be called. As the hw_params_upon_resume flag is not cleared,
sof_pcm_hw_params() will be called and this will cause IPC timeout.
This patch fixes such issues.
Fixes: 868bd00f495 ("ASoC: SOF: Add PCM operations support")
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Libin Yang <libin.yang@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions