summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ad1836.c
Commit message (Collapse)AuthorAgeFilesLines
...
* ASoC: remove unused #include <linux/version.h>Huang Weiyi2009-09-161-1/+0
| | | | | | | | | | Remove unused #include <linux/version.h>('s) in sound/soc/codecs/ad1836.c sound/soc/codecs/ad1938.c sound/soc/codecs/wm8974.c Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* ASoC: Minor cleanups to AD1938 driverMark Brown2009-08-131-5/+0
| | | | | | | - Build in SND_SOC_ALL_CODECS. - Remove null suspend/resume stuff. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
* new ad1836 codec driver based on asocBarry Song2009-08-131-0/+451
There has been an ad1836 driver in sound/blackfin based on traditional alsa. The new driver is based on asoc. The architecture of ad1836 codec driver is very much like ad1938. Signed-off-by: Barry Song <21cnbao@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>