OSDN Git Service

ASoC: rsnd: merge snd_pcm_ops::open and snd_soc_dai_ops::startup
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 27 Jul 2017 01:32:06 +0000 (01:32 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 28 Jul 2017 10:16:51 +0000 (11:16 +0100)
commit3c9736aa1ab59e64ebc33b140b000f90c8f9de46
tree27fc85cea2dfa54513fdf03f283a906aa08f155b
parent16d4498962c7b76a76553e8dd943abe1e9facc0d
ASoC: rsnd: merge snd_pcm_ops::open and snd_soc_dai_ops::startup

Current rsnd driver has snd_pcm_ops::open and snd_soc_dai_ops::startup,
but, these are called from soc_pcm_open in same time.
This patch merge these into rsnd_soc_dai_startup()

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