OSDN Git Service

ASoC: simple-scu-card: code sync: move asoc_simple_card_of_match
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 25 Aug 2016 01:58:31 +0000 (01:58 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 1 Sep 2016 20:21:39 +0000 (21:21 +0100)
commitf4d70709c80d907a841e8ffc40995eca661817e6
tree59c01b06e03da7d03a54d752c983730c01824621
parente5a01eb5fc6f0e77033f005e6b5f7fb8b4ea837f
ASoC: simple-scu-card: code sync: move asoc_simple_card_of_match

simple sound card family are using very similar style, but because of its
historical reason, there are small differences. For example pointer style,
function name, caller postion etc...
This patch synchronized simple card style to other simple card family

This patch moves asoc_simple_card_of_match to bottom side, and rename
it to asoc_simple_of_match same as other simple card family.

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