summaryrefslogtreecommitdiff
path: root/libdde_linux26/contrib/include/sound/uda134x.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-27 22:07:53 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-27 22:07:53 +0000
commit4fbe7358c7747a9165f776eb19addbb9baf7def2 (patch)
treebc7076b4f6d10c2cc2942539bb666e50f0b66954 /libdde_linux26/contrib/include/sound/uda134x.h
parent21adb5284111190057db245cfc2b54091920c373 (diff)
rename libdde_linux26 into libdde-linux26 to make dpkg-source happy
Diffstat (limited to 'libdde_linux26/contrib/include/sound/uda134x.h')
-rw-r--r--libdde_linux26/contrib/include/sound/uda134x.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/libdde_linux26/contrib/include/sound/uda134x.h b/libdde_linux26/contrib/include/sound/uda134x.h
deleted file mode 100644
index 475ef8bb..00000000
--- a/libdde_linux26/contrib/include/sound/uda134x.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * uda134x.h -- UDA134x ALSA SoC Codec driver
- *
- * Copyright 2007 Dension Audio Systems Ltd.
- * Author: Zoltan Devai
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-
-#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
-};
-
-#endif /* _UDA134X_H */