]> git.baikalelectronics.ru Git - kernel.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)
commit967d6b313462879091f2dd5ced50acbfb8763e21
tree3e2cca24ef8ef48d3a8179b14a08218216c33c9a
parent4d7cfb7c8d49d224b6208e5b1e3c8f9c649f2863
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