aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-13ASoC: Ensure supplies are maintained for force enabled widgetsMark Brown1-1/+9
2011-02-09ASoC: Sync initial widget state with hardwareMark Brown1-0/+13
2011-01-28ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()Stephen Warren1-3/+3
2010-12-22ASoC: don't pass the string as the format arguemtn for dev_info()Takashi Iwai1-1/+1
2010-12-17ASoC: soc-dapm: Introduce the new snd_soc_dapm_virt_mux typeDimitris Papastamos1-0/+19
2010-12-17ASoC: Do DAPM control updates in the middle of DAPM sequencesMark Brown1-58/+72
2010-12-15ASoC: Extend DAPM to handle power changes on cross-device pathsJarkko Nikula1-46/+63
2010-12-15ASoC: Move widgets from DAPM context to snd_soc_cardJarkko Nikula1-20/+49
2010-12-15ASoC: Move DAPM paths from DAPM context to snd_soc_cardJarkko Nikula1-14/+27
2010-12-14ASoC: dapm: Add output driver widgetOlaya, Margarita1-0/+6
2010-12-13ASoC: Fix build error caused by merging a fix for 2.6.37 into 2.6.38Jarkko Nikula1-1/+1
2010-12-13Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-0/+3
2010-12-13ASoC: Fix bias power down of non-DAPM codecJarkko Nikula1-0/+3
2010-12-06ASoC: Add post-CODEC bias level callback for machine driverMark Brown1-0/+4
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-16ASoC: Use DAPM context rather than CODEC when constructing sequencesMark Brown1-2/+2
2010-11-15ASoC: Add optional name_prefix for codec kcontrol, widget and route namesJarkko Nikula1-2/+32
2010-11-15Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-2/+2
2010-11-15ASoC: Fix dapm_seq_compare() for multi-componentMark Brown1-2/+2
2010-11-11ASoC: Add DAPM trace eventsMark Brown1-0/+14
2010-11-11ASoC: Factor out boiler plate for DAPM event generationMark Brown1-49/+49
2010-11-10ASoC: Convert pop_dbg to use dev_infoJarkko Nikula1-18/+26
2010-11-10ASoC: Update DAPM debug and error printsJarkko Nikula1-45/+55
2010-11-06ASoC: Move pop time from DAPM context to sound cardJarkko Nikula1-14/+16
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-168/+187
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-43/+45
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-43/+45
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-121/+96
2010-05-10ASoC: Support leaving paths enabled over system suspendMark Brown1-1/+30
2010-05-10ASoC: Refactor DAPM suspend handlingMark Brown1-23/+30
2010-05-10ASoC: Remove unused DAPM suspend flagMark Brown1-10/+0
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-22ASoC: Allow force enabled pins to be disabledMark Brown1-0/+3
2010-03-17ASoC: Remove current PGA control handlingMark Brown1-90/+3
2010-03-16ASoC: Allow pins to be force enabledMark Brown1-1/+34
2010-03-05ASoC: Improve DAPM pop_wait delaysMark Brown1-2/+2
2010-01-21ASoC: Support turning off bias when the CODEC is idleMark Brown1-1/+24
2010-01-21ASoC: Remove console DAPM debug codeMark Brown1-77/+3
2009-12-16ASoC: Sort DAPM sequences by CODEC as wellMark Brown1-0/+2
2009-12-16ASoC: Push registers out of mixer power decisionMark Brown1-12/+14
2009-12-04ASoC: Display the power register in DAPM widget debugfsMark Brown1-1/+8
2009-11-23Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-3/+17
2009-11-23ASoC: Fix suspend with active audio streamsMark Brown1-3/+17
2009-10-15Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-1/+1
2009-10-13ASoC: Serialize access to dapm_power_widgets()Eero Nurkkala1-1/+1
2009-10-06ASoC: Add virtual enumeration support for DAPM muxesMark Brown1-0/+48
2009-10-06ASoC: Push DAPM enumeration register change test outMark Brown1-7/+9
2009-10-06ASoC: Simplify code for DAPM widget updatesMark Brown1-26/+26
2009-10-05Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-2/+3