]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsnd: fixup pcm_new callback method
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 31 Jul 2014 06:53:03 +0000 (23:53 -0700)
committerMark Brown <broonie@linaro.org>
Thu, 31 Jul 2014 19:36:34 +0000 (20:36 +0100)
commite093e7638c5c8269af6b6a0ef83bdb4c435a802d
tree67b42ca48a55cfe41cf0da20a64d1ded4b71a8c1
parent1e71e95f738cb093db814e5778575b6093ffa2f0
ASoC: rsnd: fixup pcm_new callback method

e0b30a12ba1ec4d25972e3258ab11d7d265af36e
(ASoC: rsnd: add DVC support) added DVC support,
and it added pcm_new callback feature for it.
Then it called all DAI's pcm_new callback, and it was wrong.
This patch fixup it and call correct callback.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/sh/rcar/core.c