OSDN Git Service

ASoC: rsnd: synchronize connection check for simple-card/audio-graph
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 1 Feb 2019 07:46:27 +0000 (16:46 +0900)
committerMark Brown <broonie@kernel.org>
Sat, 2 Feb 2019 15:42:10 +0000 (15:42 +0000)
commitf497c88b195eaee8733a304f2a1dc27fb319c9c3
treeb8ddbcee8d202a587c822c184daec323fdbc17f3
parent42fea318e1d19c0214ed4336d19f512c5d78cc3b
ASoC: rsnd: synchronize connection check for simple-card/audio-graph

Current rsnd driver has below function to check connection
rsnd_parse_connect_simple()
rsnd_parse_connect_graph()
But these have different parameters. This patch synchronize these
for cleanup.

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