From 325fea33e141a9c131475c97fb8e040f63fa4cab Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Wed, 27 May 2026 06:45:52 +0000 Subject: 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 Link: https://patch.msgid.link/87v7c9e4f4.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- include/sound/simple_card.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 include/sound/simple_card.h (limited to 'include') 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 - */ - -#ifndef __SIMPLE_CARD_H -#define __SIMPLE_CARD_H - -#include -#include - -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 */ -- cgit v1.2.3