diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2022-09-30 13:50:51 +0200 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:06 +0100 |
| commit | 503278c12701831e4be18a3e5b95cd087d6f7542 (patch) | |
| tree | 79c988b4cf77b29f2435122d2dc364c03bd5cee1 /include/sound | |
| parent | 2e3ee090cdb5d70185a45cd29a7997b123e24902 (diff) | |
ASoC: samsung: remove unused drivers
The s3c24xx SoC platform was completely removed, as were most of the
s3c64xx based board files, leaving only the DT based machines as well
as the MACH_WLF_CRAGG_6410 machine. All other board specific ASoC
driver can can now be recycled.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/s3c24xx_uda134x.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/sound/s3c24xx_uda134x.h b/include/sound/s3c24xx_uda134x.h deleted file mode 100644 index 0232b80ff486..000000000000 --- a/include/sound/s3c24xx_uda134x.h +++ /dev/null @@ -1,14 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _S3C24XX_UDA134X_H_ -#define _S3C24XX_UDA134X_H_ 1 - -#include <sound/uda134x.h> - -struct s3c24xx_uda134x_platform_data { - int l3_clk; - int l3_mode; - int l3_data; - int model; -}; - -#endif |
