diff options
| author | Mark Brown <broonie@kernel.org> | 2026-06-10 14:00:25 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-06-10 14:00:25 +0300 |
| commit | cc51ca3eff47fb99d888cc5f0d862fc327eff4ac (patch) | |
| tree | 95b82154afe672bfcc947a156d82546675a6c4c3 /include | |
| parent | fda53b646717198e316a1aefce2a68aa87d2b442 (diff) | |
| parent | 38d3273075d6364680404d6b304fd1ee5b59f2dc (diff) | |
| download | linux-cc51ca3eff47fb99d888cc5f0d862fc327eff4ac.tar.xz | |
ASoC/sh: roll back Ecovec24/7724se Sound support
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> says:
Hi Mark, Adrian
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.
Link: https://patch.msgid.link/87wlw743x2.wl-kuninori.morimoto.gx@renesas.com
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/simple_card.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/include/sound/simple_card.h b/include/sound/simple_card.h new file mode 100644 index 000000000000..2e999916dbd7 --- /dev/null +++ b/include/sound/simple_card.h @@ -0,0 +1,26 @@ +/* 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 */ |
