···105 Set the correct GPIO for RESET the sound chip.106107config SND_BF5XX_SOC_AD1980108- tristate "SoC AD1980/1 Audio support for BF5xx"109 depends on SND_BF5XX_AC97110 select SND_BF5XX_SOC_AC97111 select SND_SOC_AD1980112 help113 Say Y if you want to add support for SoC audio on BF5xx STAMP/EZKIT.00000114115config SND_BF5XX_SOC_SPORT116 tristate
···105 Set the correct GPIO for RESET the sound chip.106107config SND_BF5XX_SOC_AD1980108+ tristate "SoC AD1980/1 Audio support for BF5xx (Obsolete)"109 depends on SND_BF5XX_AC97110 select SND_BF5XX_SOC_AC97111 select SND_SOC_AD1980112 help113 Say Y if you want to add support for SoC audio on BF5xx STAMP/EZKIT.114+115+ Warning:116+ Because Analog Devices Inc. discontinued the ad1980 sound chip since117+ Sep. 2009, this ad1980 driver is not maintained, tested and supported118+ by ADI now.119120config SND_BF5XX_SOC_SPORT121 tristate
+9-1
sound/soc/blackfin/bf5xx-ad1980.c
···26 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA27 */280000000029#include <linux/module.h>30#include <linux/moduleparam.h>31#include <linux/device.h>···117118/* Module information */119MODULE_AUTHOR("Cliff Cai");120-MODULE_DESCRIPTION("ALSA SoC AD1980/1 BF5xx board");121MODULE_LICENSE("GPL");
···26 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA27 */2829+/*30+ * WARNING:31+ *32+ * Because Analog Devices Inc. discontinued the ad1980 sound chip since33+ * Sep. 2009, this ad1980 driver is not maintained, tested and supported34+ * by ADI now.35+ */36+37#include <linux/module.h>38#include <linux/moduleparam.h>39#include <linux/device.h>···109110/* Module information */111MODULE_AUTHOR("Cliff Cai");112+MODULE_DESCRIPTION("ALSA SoC AD1980/1 BF5xx board (Obsolete)");113MODULE_LICENSE("GPL");
+9-1
sound/soc/codecs/ad1980.c
···11 * option) any later version.12 */130000000014#include <linux/init.h>15#include <linux/slab.h>16#include <linux/module.h>···306};307EXPORT_SYMBOL_GPL(soc_codec_dev_ad1980);308309-MODULE_DESCRIPTION("ASoC ad1980 driver");310MODULE_AUTHOR("Roy Huang, Cliff Cai");311MODULE_LICENSE("GPL");
···11 * option) any later version.12 */1314+/*15+ * WARNING:16+ *17+ * Because Analog Devices Inc. discontinued the ad1980 sound chip since18+ * Sep. 2009, this ad1980 driver is not maintained, tested and supported19+ * by ADI now.20+ */21+22#include <linux/init.h>23#include <linux/slab.h>24#include <linux/module.h>···298};299EXPORT_SYMBOL_GPL(soc_codec_dev_ad1980);300301+MODULE_DESCRIPTION("ASoC ad1980 driver (Obsolete)");302MODULE_AUTHOR("Roy Huang, Cliff Cai");303MODULE_LICENSE("GPL");
···1/*2 * ad1980.h -- ad1980 Soc Audio driver3+ *4+ * WARNING:5+ *6+ * Because Analog Devices Inc. discontinued the ad1980 sound chip since7+ * Sep. 2009, this ad1980 driver is not maintained, tested and supported8+ * by ADI now.9 */1011#ifndef _AD1980_H