summaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2006-11-13Initial import15.6-2Tobias Klauser1-0/+6
nori.morimoto.gx@renesas.com>2016-08-26 03:08:25 +0000 committerMark Brown <broonie@kernel.org>2016-09-01 21:22:59 +0100 commit0a6c7f2f7890796209896c2239420c8a38dacb60 (patch) treea574fe201a4550491bfea3088530efcbbd933c5f parent387f5823f400445ed0152bfa06eef50a382b9219 (diff)
ASoC: simple-card: code sync: use tag
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 uses tag on asoc_simple_card_probe Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat
-rw-r--r--sound/soc/generic/simple-card.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c