commit | 916152c48848290a8aba5cf4dd16c2a8a888e11c | [log] [tgz] |
---|---|---|
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | Fri May 02 16:56:32 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Fri May 02 09:53:02 2014 -0700 |
tree | 7e3f84b0500c5ce4204bf65bfe7d5a8da8517ecb | |
parent | 10df350977b15d44dba0b3b44e3da7989711cb8d [diff] |
ASoC: Intel: Fix allow hw_params to be called more than once. hw_params() can be called multiple times. Make sure we release the DSP stream that was allocated on previous hw_params() calls before allocating a new DSP stream. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>