commit | b0639bd2428d61a13b69d2ff247cfceae90b8366 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Jan 21 01:47:12 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Jan 29 01:20:43 2016 +0100 |
tree | 6358e1fedaf4557d245684305bdf354f20eeeb52 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d [diff] |
ASoC: soc-pcm: copy dpcm->hw_params and call be_hw_params_fixup every time Current DPCM doesn't copy dpcm->hw_params and doesn't call be_hw_params if some FE are connected. But 2nd or later FE might want to know BE hw_params. This patch solves this issue. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>