summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2026-05-27 06:45:52 +0000
committerMark Brown <broonie@kernel.org>2026-06-08 18:54:59 +0100
commit325fea33e141a9c131475c97fb8e040f63fa4cab (patch)
tree716e62f5f797182434e68d00137be2ba94c94542 /include
parentdeadb855b694dd9174d8760223b62de2ee808821 (diff)
downloadlwn-325fea33e141a9c131475c97fb8e040f63fa4cab.tar.gz
lwn-325fea33e141a9c131475c97fb8e040f63fa4cab.zip
ASoC: simple-card: remove platform data style
Simple-Card has created for "platform data" style first, and expanded to "DT style". Current Simple-Card "platform data" style should not work during almost 10 years, but no one reported it. No one is using "platform data" style. Let's remove its support. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://patch.msgid.link/87v7c9e4f4.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/sound/simple_card.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/sound/simple_card.h b/include/sound/simple_card.h
deleted file mode 100644
index 2e999916dbd7..000000000000
--- a/include/sound/simple_card.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0
- *
- * ASoC simple sound card support
- *
- * Copyright (C) 2012 Renesas Solutions Corp.
- * Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
- */
-
-#ifndef __SIMPLE_CARD_H
-#define __SIMPLE_CARD_H
-
-#include <sound/soc.h>
-#include <sound/simple_card_utils.h>
-
-struct simple_util_info {
- const char *name;
- const char *card;
- const char *codec;
- const char *platform;
-
- unsigned int daifmt;
- struct simple_util_dai cpu_dai;
- struct simple_util_dai codec_dai;
-};
-
-#endif /* __SIMPLE_CARD_H */