summaryrefslogtreecommitdiff
path: root/include/sound/simple_card.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2023-09-26 06:27:06 +0000
committerMark Brown <broonie@kernel.org>2023-09-26 17:18:45 +0200
commitad484cc98f2c7ee8e22f63691562a7abae5a9832 (patch)
tree514421322f49eae39f77d4693995781c96df606e /include/sound/simple_card.h
parent4d5f41191ca83fa4bf6120c5cbcd085aa2aeec0e (diff)
ASoC: remove asoc_xxx() compatible macro
No driver is using asoc_xxx() any more. This patch removes compatible macro for asoc_xxx(). Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/878r8tfo06.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/simple_card.h')
-rw-r--r--include/sound/simple_card.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/simple_card.h b/include/sound/simple_card.h
index a2f214388b53..2e999916dbd7 100644
--- a/include/sound/simple_card.h
+++ b/include/sound/simple_card.h
@@ -12,9 +12,6 @@
#include <sound/soc.h>
#include <sound/simple_card_utils.h>
-/* REMOVE ME */
-#define asoc_simple_card_info simple_util_info
-
struct simple_util_info {
const char *name;
const char *card;