aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/ad1980.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08ASoC: codec duplicated callback function goes to component on ad1980Kuninori Morimoto1-6/+8
2015-07-23ASoC: ad1980: Use core AC'97 reset helperLars-Peter Clausen1-23/+11
2015-07-23ASoC: ac97: Add support for resetting device before registrationLars-Peter Clausen1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-19ASoC: ad1980: Remove ac97_read/ac97_write wrappersLars-Peter Clausen1-24/+12
2014-11-19ASoC: ad1980: Convert to regmapLars-Peter Clausen1-54/+87
2014-11-18ASoC: ac97: Push snd_ac97 pointer to the driver levelLars-Peter Clausen1-9/+18
2014-11-18ASoC: Drop ac97_control initialization from CODEC driver DAIsLars-Peter Clausen1-1/+0
2014-11-18ASoC: ac97: Use static ac97_busLars-Peter Clausen1-1/+1
2014-10-31ASoC: ad1980: Use table based control setupLars-Peter Clausen1-3/+2
2014-10-31ASoC: ad1980: Cleanup printk usageLars-Peter Clausen1-10/+6
2014-10-31ASoC: ad1980: Remove unused headerLars-Peter Clausen1-2/+0
2014-10-20ASoC: codecs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-20ASoC: ad1980: Replace goto loop with do-while loopLars-Peter Clausen1-20/+19
2014-02-20ASoC: ad1980: Fix wrong number of items for capture sourceTakashi Iwai1-2/+2
2013-08-07ASoC: ad1980: Provide stub DAPM supportMark Brown1-0/+43
2013-06-27ASoC: ac97: Support multi-platform AC'97Mark Brown1-6/+6
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-09-11Revert "ASoC: AC97 doesn't use regmap by default"Fabio Estevam1-1/+0
2012-07-31ASoC: AC97 doesn't use regmap by defaultManuel Lauss1-0/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-11/+1
2011-09-26ASoC: Drop exporting ad1980_daiAxel Lin1-1/+0
2011-09-08ASoC: ad1980: Return proper error if vendor id mismatchAxel Lin1-3/+7
2011-03-30ASoC: ad1980: fix codec nameMike Frysinger1-1/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-10-07ASoC: Staticise AD1980 DAIMark Brown1-1/+1
2010-09-10ASoC: ad1980 - set reg_cache_default to ad1980_regAxel Lin1-0/+1
2010-08-28ASoC: ad1980: remove unneeded function declarationUwe Kleine-König1-5/+0
2010-08-15Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into for-2.6.37Mark Brown1-1/+9
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-61/+46
2010-08-10ASoC: add AD1980 obsolete informationSonic Zhang1-1/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-5/+0
2009-05-02ASoC: Use a shared define for AC97 CODEC data formatsMark Brown1-2/+2
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-6/+6
2009-01-19ASoC: fixes to caching implementationsIan Molton1-2/+2
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-15/+2
2008-12-01ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown1-1/+1
2008-11-24ASoC: Flag AD1980 as an AC97 interfaceMark Brown1-0/+1
2008-11-21ASoC: Improve error reporting for AC97 reset failuresMark Brown1-1/+1
2008-11-18ASoC: AD1980 codec: add multi-channel function supportCliff Cai1-4/+15
2008-10-13ALSA: ASoC codec: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-09-09ALSA: ASoC codec: fix compiling error in ad1980 driver after ASoC API changedCliff Cai1-1/+1
2008-07-29ALSA: ASoC: AD1980 audio codec driverCliff Cai1-0/+309