]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc6d8d2126bf5505c989b5cae6a36dc4cec8b6649
tree27fc85cea2dfa54513fdf03f283a906aa08f155b
parenta0c6983a9a1a538dc28c90b35c74722394f53383
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