diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-08-11 08:43:13 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-08-11 08:43:13 +0200 |
commit | c6774bcd33b21d57457d4c604388670efdf03258 (patch) | |
tree | 71240ff9b0754be01350355a38604d1f932eceec /sound/soc/blackfin/bf5xx-ad1980.c | |
parent | 6b4e9012961cb9be82bae4258f34e33da32340a4 (diff) | |
parent | 2e2211a387e70c62e1249822a94f4a33933ecd62 (diff) | |
download | lwn-c6774bcd33b21d57457d4c604388670efdf03258.tar.gz lwn-c6774bcd33b21d57457d4c604388670efdf03258.zip |
Merge branch 'topic/asoc' into for-linus
Diffstat (limited to 'sound/soc/blackfin/bf5xx-ad1980.c')
-rw-r--r-- | sound/soc/blackfin/bf5xx-ad1980.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sound/soc/blackfin/bf5xx-ad1980.c b/sound/soc/blackfin/bf5xx-ad1980.c index d8f591273778..92f7c327bb7a 100644 --- a/sound/soc/blackfin/bf5xx-ad1980.c +++ b/sound/soc/blackfin/bf5xx-ad1980.c @@ -26,6 +26,14 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* + * WARNING: + * + * Because Analog Devices Inc. discontinued the ad1980 sound chip since + * Sep. 2009, this ad1980 driver is not maintained, tested and supported + * by ADI now. + */ + #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/device.h> @@ -109,5 +117,5 @@ module_exit(bf5xx_board_exit); /* Module information */ MODULE_AUTHOR("Cliff Cai"); -MODULE_DESCRIPTION("ALSA SoC AD1980/1 BF5xx board"); +MODULE_DESCRIPTION("ALSA SoC AD1980/1 BF5xx board (Obsolete)"); MODULE_LICENSE("GPL"); |