aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-04ALSA: Fix typo in drivers soundMasanari Iida1-1/+1
2012-10-24ASoC: wm8994: Only enable extra BCLK cycles when requiredMark Brown1-1/+17
2012-09-05Merge branch 'asoc-omap' into for-3.7Mark Brown1-0/+2
2012-08-23ASoC: wm8994: Update for new WM1811 variantsMark Brown1-4/+7
2012-08-22ASoC: wm_hubs: Allow configuration of MICBIAS power up delay via pdataMark Brown1-0/+2
2012-08-17ASoC: wm8994: Add bytes controls for DRCMark Brown1-4/+21
2012-08-09ASoC: wm8994: Add missing dapm routes for WM8958 rev AChris Rattray1-0/+2
2012-08-03ASoC: wm8994: enable mic and short detect debounce.Chris Rattray1-0/+6
2012-08-03ASoC: wm8994: Fix some indentation issuesMark Brown1-2/+2
2012-08-03ASoC: wm8994: Ensure we get a notification on startup for jackdetMark Brown1-1/+36
2012-08-03ASoC: wm_hubs: Move CODEC stored in private data into wm_hubsMark Brown1-15/+13
2012-08-03ASoC: wm8994: Implement support for self-oscillation mode in the FLLMark Brown1-6/+15
2012-07-24ASoC: wm8994: Hold runtime PM reference while handling mic and jack IRQsMark Brown1-0/+13
2012-07-23ASoC: wm8994: Ensure there are enough BCLKs for four channelsMark Brown1-1/+1
2012-07-23Merge branch 'for-3.5' into for-3.6Mark Brown1-3/+0
2012-07-18ASoC: wm8994: Update micdet for irqdomain conversionMark Brown1-3/+4
2012-07-03ASoC: wm8994: Don't suspend accessory detectionMark Brown1-37/+0
2012-06-25ASoC: wm8994: remove duplicate codeJaroslav Kysela1-3/+0
2012-06-25Merge tag 'v3.5-rc4' into for-3.6Mark Brown1-39/+66
2012-06-05ASoC: wm8994: Apply volume updates with clocks enabledMark Brown1-35/+58
2012-06-05ASoC: wm8994: Ensure all AIFnCLK events are run from the _late variantsMark Brown1-4/+8
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-05-21Merge branch 'topic/asoc' into for-linusTakashi Iwai1-177/+113
2012-05-15ASoC: wm8994: Fix AIF2ADC power downMark Brown1-1/+1
2012-05-13Merge tag 'v3.4-rc7' into for-3.5Mark Brown1-54/+222
2012-05-09ASoC: wm8994: Use regmap directly for wm8994_mic_workMark Brown1-7/+9
2012-05-09ASoC: wm8994: Add debounce to wm8994 mic detectionMark Brown1-7/+20
2012-05-09ASoC: wm8994: Fix sparse warning due to use of 0 as NULLMark Brown1-1/+1
2012-04-27ASoC: wm_hubs: Factor out class W managementMark Brown1-76/+15
2012-04-27ASoC: wm_hubs: Special case headphones for digital paths in more use casesMark Brown1-3/+1
2012-04-26ASoC: wm8994: Add trace showing wm8958_micd_set_rate()Mark Brown1-0/+4
2012-04-26ASoC: wm8994: Allow rate configuration with custom mic callbackMark Brown1-1/+2
2012-04-26ASoC: wm8994: Tune debounce rates for jack detect modeMark Brown1-2/+4
2012-04-25ASoC: wm8994: Make sure we disable FLL bypass when stopping the FLLKyung-Kwee Ryu1-1/+1
2012-04-23ASoC: wm8994: Delete trailing whitespace from sound/soc/codecs/wm8994.cJesper Juhl1-7/+6
2012-04-23ASoC: wm8994: Improve sequencing of AIF channel enablesMark Brown1-54/+222
2012-04-17ASoC: wm8994: Keep AIF3 tristated when not in useMark Brown1-5/+4
2012-04-10ASoC: wm8994: Implement FLL bypass supportMark Brown1-0/+19
2012-04-10ASoC: wm8994: Don't test for NULL before release_firmware()Jesper Juhl1-8/+4
2012-04-04ASoC: wm8994: Don't bother updating the jackdet mode needlesslyMark Brown1-0/+3
2012-04-01ASoC: wm8994: Don't bother lowering clock dividers inside idle AIFsMark Brown1-29/+0
2012-04-01ASoC: wm8994: Don't allow reconfiguration of FLL when it provides SYSCLKMark Brown1-18/+17
2012-04-01ASoC: wm8994: Don't lock CODEC mutex to do DAPM syncMark Brown1-13/+4
2012-03-30Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2012-03-22Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-24/+1
2012-03-21ASoC: wm8994: Update WM8994 DCS calibrationMark Brown1-1/+1
2012-03-19ASoC: wm8994: Provide VMID mode control and fix default sequenceMark Brown1-39/+147
2012-03-19ASoC: wm8994: Add missing break in resumeMark Brown1-0/+1
2012-03-12ASoC: wm8994: Prevent ABBA deadlock with CODEC and accdet mutexesMark Brown1-35/+34
2012-03-06ASoC: wm8994: Use audio mode for jack detection when system is activeMark Brown1-29/+48