aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8750.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2011-12-03ASoC: Convert WM8750 to table based DAPM and control initMark Brown1-15/+8
2011-12-03ASoC: Convert WM8750 to devm_kzalloc()Mark Brown1-8/+4
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-10ASoC: wm8750: Convert to snd_soc_cache_syncAxel Lin1-14/+2
2011-10-04ASoC: wm8750: Use snd_soc_update_bits for read-modify-writeAxel Lin1-17/+9
2011-08-14Merge branch 'for-3.1' into for-3.2Mark Brown1-1/+1
2011-08-14ASoC: Remove redundant -codec from WM8750Mark Brown1-2/+2
2011-08-14ASoC: Add device tree binding for WM8750Mark Brown1-0/+10
2011-08-12ASoC: Fix compile warning in wm8750.cTakashi Iwai1-1/+1
2011-08-11ASoC: Terminate WM8750 SPI device ID tableMark Brown1-0/+1
2011-08-10ASoC: Fix typo in wm8750 spi_idsMark Brown1-1/+1
2011-08-10ASoC: Fix SPI driver binding for WM8987Mark Brown1-0/+7
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+6
2010-09-30ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos1-1/+0
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-4/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-185/+84
2010-07-04ASoC: codec: Add WM8987 device id to WM8750 driverMaurus Cuelenaere1-1/+10
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-200/+147
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-4/+3
2010-04-09ASoC: WM8750: Convert to new APIMarek Vasut1-156/+139
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
2010-03-17ASoC: Refresh WM8750 bias managementMark Brown1-41/+9
2010-03-15ASoC: Remove version display from WM8750Mark Brown1-3/+0
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-08-03ASoC: Factor out 7 bit register 9 bit data SPI writeMark Brown1-25/+0
2009-08-03ASoC: Add I/O control bus information to factored out cache setupMark Brown1-5/+5
2009-07-05ASoC: Begin to factor out register cache I/O functionsMark Brown1-78/+43
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-6/+8
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-8/+8
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-16/+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-3/+2
2008-10-13ALSA: ASoC: Remove unused AUDIO_NAME define from codec driversJarkko Nikula1-1/+0
2008-09-23sound: ASoC: Add WM8750 SPI supportMark Brown1-1/+69
2008-09-04ALSA: ASoC: Don't suggest compile time selection of codec accessMark Brown1-3/+3
2008-09-04ALSA: ASoC: Convert wm8750 to a new-style i2c driverJean Delvare1-52/+53
2008-08-25ALSA: ASoC: Fix double free and memory leak in many codec driversJean Delvare1-4/+6
2008-08-12ALSA: wm8750: add missing VREF outputDmitry Baryshkov1-0/+1
2008-08-11ALSA: wm8750: it's MONO1, not MONODmitry Baryshkov1-1/+1
2008-07-10ALSA: asoc: codecs - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood1-4/+4
2008-06-26ALSA: ASoC: Replace custom debug macros with pr_ equivalentsMark Brown1-22/+3