summaryrefslogtreecommitdiff
path: root/include/sound/uda134x.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-08-22 22:55:44 +0200
committerMark Brown <broonie@kernel.org>2023-08-23 13:27:20 +0100
commit6dd11b945951315ba4986844f20e83a0c27c1d38 (patch)
tree3ee1b9fe5110bc9cccaef82feb07b781f6b92c0d /include/sound/uda134x.h
parent38592ae6dc9f84b7a994c43de2136b8115ca30f6 (diff)
ASoC: Delete UDA134x/L3 audio codec
This codec was used by the deleted S3C board sound/soc/samsung/s3c24xx_uda134x.c. Fixes: 503278c12701 ("ASoC: samsung: remove unused drivers") Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20230822-delete-l3-v2-1-b3ffc07348af@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/uda134x.h')
-rw-r--r--include/sound/uda134x.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/sound/uda134x.h b/include/sound/uda134x.h
deleted file mode 100644
index db82516da162..000000000000
--- a/include/sound/uda134x.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * uda134x.h -- UDA134x ALSA SoC Codec driver
- *
- * Copyright 2007 Dension Audio Systems Ltd.
- * Author: Zoltan Devai
- */
-
-#ifndef _UDA134X_H
-#define _UDA134X_H
-
-#include <sound/l3.h>
-
-struct uda134x_platform_data {
- struct l3_pins l3;
- void (*power) (int);
- int model;
-#define UDA134X_UDA1340 1
-#define UDA134X_UDA1341 2
-#define UDA134X_UDA1344 3
-#define UDA134X_UDA1345 4
-};
-
-#endif /* _UDA134X_H */