]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: simple-scu-card: tidyup asoc_simple_card_parse_daifmt() timing
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 4 Dec 2018 08:20:13 +0000 (08:20 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 11 Dec 2018 01:10:54 +0000 (01:10 +0000)
commitdbd08fe59cf8c2f4bad0a72e912913c20db4774e
tree3e2cca24ef8ef48d3a8179b14a08218216c33c9a
parent4fb7f4df49d37a9a769b6e8ba517e453903142cc
ASoC: simple-scu-card: tidyup asoc_simple_card_parse_daifmt() timing

Current simple-scu-card driver is parsing codec position for DPCM
and consider DAI format. But, current operation is doing totally pointless,
because it should be called for each CPU/Codec pair.
Let's tidyup asoc_simple_card_parse_daifmt() timing.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-scu-card.c