ASoC: soc-pcm: copy dpcm->hw_params and call be_hw_params_fixup every time
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 21 Jan 2016 01:47:12 +0000 (01:47 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 29 Jan 2016 00:20:43 +0000 (01:20 +0100)
commitb0639bd2428d61a13b69d2ff247cfceae90b8366
tree6358e1fedaf4557d245684305bdf354f20eeeb52
parent92e963f50fc74041b5e9e744c330dca48e04f08d
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>
sound/soc/soc-pcm.c