aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ad1980.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/ad1980.c')
-rw-r--r--sound/soc/codecs/ad1980.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c
index 1371afac657b..81a444049936 100644
--- a/sound/soc/codecs/ad1980.c
+++ b/sound/soc/codecs/ad1980.c
@@ -11,6 +11,14 @@
11 * option) any later version. 11 * option) any later version.
12 */ 12 */
13 13
14/*
15 * WARNING:
16 *
17 * Because Analog Devices Inc. discontinued the ad1980 sound chip since
18 * Sep. 2009, this ad1980 driver is not maintained, tested and supported
19 * by ADI now.
20 */
21
14#include <linux/init.h> 22#include <linux/init.h>
15#include <linux/slab.h> 23#include <linux/slab.h>
16#include <linux/module.h> 24#include <linux/module.h>
@@ -283,6 +291,6 @@ static void __exit ad1980_exit(void)
283} 291}
284module_exit(ad1980_exit); 292module_exit(ad1980_exit);
285 293
286MODULE_DESCRIPTION("ASoC ad1980 driver"); 294MODULE_DESCRIPTION("ASoC ad1980 driver (Obsolete)");
287MODULE_AUTHOR("Roy Huang, Cliff Cai"); 295MODULE_AUTHOR("Roy Huang, Cliff Cai");
288MODULE_LICENSE("GPL"); 296MODULE_LICENSE("GPL");