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)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:24:36 +0000 (09:24 +0900)
commitc3617b079d37674f238e847b9dbae56e11776e99
tree021cf4284ab92df08bdf13895e95afbfc02660eb
parentea55a6da8355a014f88eb7afcbe7aaea082b101e
ASoC: rsnd: fixup pcm_new callback method

bff58ea4f43d9b4a9fd6fb05fabc8f50f68131f5
(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>
(cherry picked from commit 7c63f3c02f5a998621758239abed43c5bd454b70)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
sound/soc/sh/rcar/core.c