|
@@ -26,6 +26,14 @@
|
|
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
* 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/module.h>
|
|
#include <linux/moduleparam.h>
|
|
#include <linux/moduleparam.h>
|
|
#include <linux/device.h>
|
|
#include <linux/device.h>
|
|
@@ -109,5 +117,5 @@ module_exit(bf5xx_board_exit);
|
|
|
|
|
|
/* Module information */
|
|
/* Module information */
|
|
MODULE_AUTHOR("Cliff Cai");
|
|
MODULE_AUTHOR("Cliff Cai");
|
|
-MODULE_DESCRIPTION("ALSA SoC AD1980/1 BF5xx board");
|
|
|
|
|
|
+MODULE_DESCRIPTION("ALSA SoC AD1980/1 BF5xx board (Obsolete)");
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_LICENSE("GPL");
|