aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8580.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-8/+0
2009-10-15ASoC: Remove snd_soc_suspend_device()Mark Brown1-17/+0
2009-09-05ASoC: Add source argument to PLL configurationMark Brown1-2/+2
2009-09-01ASoC: Debugged improper setting of PLL fields in WM8580 driverjassi brar1-2/+2
2009-08-03ASoC: Add I/O control bus information to factored out cache setupMark Brown1-4/+4
2009-07-05ASoC: Factor out WM8580 register cache codeMark Brown1-107/+41
2009-06-17ASoC: Regulator support for WM8580Mark Brown1-3/+35
2009-06-13ASoC: Add suspend and resume callbacks to Wolfson CODEC driversMark Brown1-0/+17
2009-05-28ASoC: correct print specifiers for unsignedsRoel Kluin1-2/+2
2009-04-22ASoC: Fix WM8580 volume update handling for large register changesMark Brown1-5/+9
2009-04-21ASoC: Fix offset of freqmode in WM8580 PLL configurationMark Brown1-1/+1
2009-03-12ASoC: Move WM8580 to normal I2C device probeMark Brown1-168/+158
2009-03-11ASoC: Merge dai_ops factor outMark Brown1-13/+17
2009-03-11ASoC: Remove version display from WM8580 driverMark Brown1-4/+0
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-13/+17
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-5/+5
2009-01-19ASoC: fixes to caching implementationsIan Molton1-2/+2
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-15/+2
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register non-AC97 codec DAIsMark Brown1-0/+12
2008-12-01ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown1-1/+1
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown1-8/+4
2008-10-16ALSA: ASoC: Convert wm8580 to a new-style i2c driverJean Delvare1-55/+53
2008-10-13ALSA: ASoC codec: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-13ALSA: ASoC: Remove unused AUDIO_NAME define from codec driversJarkko Nikula1-1/+0
2008-08-13ALSA: ASoC: Add WM8580 CODEC driverMark Brown1-0/+1055