OSDN Git Service

ASoC: audio-graph-card: reduce naming prefix
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 20 Dec 2018 01:46:33 +0000 (10:46 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jan 2019 16:34:26 +0000 (16:34 +0000)
commit97fe6ca4146583d8dccdde51c143c52b385c2682
tree47d131b37315b87cd877af0fd5b2de3a948f7940
parentfce9b90c1ab7e915553c57353355700c79b39c86
ASoC: audio-graph-card: reduce naming prefix

Current audio-graph-card is using asoc_graph_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_graph_card_xxx() to graph_xxx().

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