ASoC: simple-card: reduce naming prefix
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 20 Dec 2018 01:47:34 +0000 (10:47 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jan 2019 16:34:32 +0000 (16:34 +0000)
commit2d01a84605a55cf07ea9c6886049cc85c5e98454
tree059296739f246606fc784ae217c48b8b01a9c9e5
parentc39291a76444e3177f7a89d603eae7f83fbdb9f9
ASoC: simple-card: reduce naming prefix

Current simple-card is using asoc_simple_card_xxx() for
function / data naming. Because of this long prefix, it is easy to be
80 character over.
Let's reduce prefix from asoc_simple_card_xxx() to simple_xxx().

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