summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8580.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06ASoC: Replace remaining use of *_volsw_2r with *_volswPeter Ujfalusi1-4/+4
2011-10-05ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi1-24/+12
2011-08-14ASoC: Add device tree support for WM8580Mark Brown1-0/+7
2011-08-02ASoC: Remove redundant -codec from WM8580 driver nameMark Brown1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-29ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-12-09Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-1/+1
2010-12-09ASoC: WM8580: Fix R8 initial valueSeungwhan Youn1-1/+1
2010-12-08Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-4/+4
2010-12-07ASoC: WM8580: Debug BCLK and sample sizeJassi Brar1-4/+4
2010-12-03ASoC: WM8580: Debug interface indexJassi Brar1-4/+4
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-08ASoC: Remove unneeded use of address-of operatorDimitris Papastamos1-1/+1
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+6
2010-10-19ASoC: WM8580: Remove useless assignmentJassi Brar1-4/+0
2010-09-11ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-16ASoC: Fix argument ordering for snd_soc_update_bits() in WM8580Mark Brown1-1/+1
2010-08-16ASoC: Fix WM8580 CLKSEL mask selectionMark Brown1-2/+2
2010-08-15Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-3/+3
2010-08-15ASoC: Automatically manage WM8580 DAC OSRMark Brown1-1/+19
2010-08-15ASoC: Fix inverted WM8580 capture mute controlMark Brown1-1/+1
2010-08-15ASoC: Implement BCLK rate selection for WM8580Mark Brown1-1/+6
2010-08-15ASoC: Automatically calculate clock ratio for WM8580Mark Brown1-22/+79
2010-08-15ASoC: Remove unused rate selection bitmasks from WM8580Mark Brown1-12/+0
2010-08-15ASoC: Convert WM8580 hw_params to use snd_soc_update_bits()Mark Brown1-3/+3
2010-08-12Merge branch 'topic/multi-component' of git://git.kernel.org/pub/scm/linux/ke...Mark Brown1-132/+51
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-3/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-132/+54
2010-08-10ASoC: Correct WM8580 Capture control namesMark Brown1-2/+2
2010-08-10ASoC: Fix inverted mute controls for WM8580Mark Brown1-3/+3
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-2/+2
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-13ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+0
2009-11-04ASoC: 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-14ASoC: 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-05ASoC: 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