OSDN Git Service

ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 20 Mar 2019 04:56:50 +0000 (13:56 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 21 Mar 2019 14:52:51 +0000 (14:52 +0000)
commitad11e59f52d6fc75037ac3cb66dc711b83c1bbf8
tree5d4e1f9b3c6e1acfaa81762695ab56a0f0e5fd40
parent8f7f298a333761a528e103cda3b42f3a416ad1ee
ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()

Current simple-card-utils is using asoc_simple_card_xxx() for each
function naming, but it is very verbose.
Thus it is easy to be over 80 char.
This patch renames it to asoc_simple_xxx().

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