Home
last modified time | relevance | path

Searched hist:b0639bd2428d61a13b69d2ff247cfceae90b8366 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-pcm.cdiff b0639bd2428d61a13b69d2ff247cfceae90b8366 Wed Jan 20 19:47:12 CST 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 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>