From fc83c6a271c199f76781da3314bc34868b4bc9a8 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Wed, 10 Jun 2026 00:48:31 +0000 Subject: sh: roll back Ecovec24/7724se Sound support Due to a communication miss, the Ecovec24/7724se Sound support were removed. We need to keep them for a while, until they will support "DT-style". Roll back Ecovec24/7724se "platform data style", and its necessary header. Fixes: deadb855b694d ("sh: 7724se: remove FSI/AK4642/Simple-Audio-Card support") Fixes: 9cc93ebc85e71 ("sh: ecovec24: remove FSI/DA7210/Simple-Audio-Card support") Signed-off-by: Kuninori Morimoto Link: https://patch.msgid.link/87v7br43vk.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- arch/sh/boards/mach-ecovec24/setup.c | 90 +++++++++++++++++++++++++++++++ arch/sh/boards/mach-se/7724/setup.c | 101 +++++++++++++++++++++++++++++++++++ include/sound/simple_card.h | 26 +++++++++ 3 files changed, 217 insertions(+) create mode 100644 include/sound/simple_card.h diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index fe78dba442f9..a641e26f8fdf 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c @@ -42,6 +42,9 @@ #include #include +#include +#include + #include