aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-03ASoC: Move DAPM debugfs directory creation to snd_soc_dapm_debugfs_initLars-Peter Clausen1-3/+10
2011-04-27ASoC: Add dapm_find_widget helperLars-Peter Clausen1-70/+45
2011-04-20ASoC: fix a simple coding style issueLu Guanqun1-1/+1
2011-04-20ASoC: snd_soc_dapm_get_pin_status: Match other contexts tooStephen Warren1-0/+6
2011-04-09ASoC: Allow DAPM pin operations to match any contextMark Brown1-0/+24
2011-04-09ASoC: Force all DAPM contexts into the same bias stateMark Brown1-0/+9
2011-04-08ASoC: Remove special casing for registerless widgetsMark Brown1-100/+0
2011-04-05ASoC: Add bias level data to DAPM context debugfsMark Brown1-0/+48
2011-03-09Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-1/+1
2011-03-09ASoC: Fix double addition of prefixes due to widget prefixingMark Brown1-3/+26
2011-03-09ASoC: Use the correct DAPM context when cleaning up final widget setMark Brown1-1/+1
2011-03-08ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()Mark Brown1-2/+14
2011-03-03ASoC: Check for a CODEC before dereferencing in DAPMMark Brown1-3/+3
2011-03-03ASoC: Get the card directly from the DAPM contextMark Brown1-4/+4
2011-02-25ASoC: soc-dapm: Include quotes around contents in debugfs entriesDimitris Papastamos1-2/+2
2011-02-22ASoC: Run bias level changes for all DAPM contexts in parallelMark Brown1-51/+67
2011-02-22ASoC: Remove card from snd_soc_dapm_set_bias_level()Mark Brown1-11/+11
2011-02-18ASoC: Remove export of snd_soc_dapm_stream_event()Mark Brown1-1/+0
2011-02-13Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-1/+9
2011-02-13ASoC: Ensure supplies are maintained for force enabled widgetsMark Brown1-1/+9
2011-02-09Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-0/+13
2011-02-09ASoC: Sync initial widget state with hardwareMark Brown1-0/+13
2011-01-28Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-3/+3
2011-01-28ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()Stephen Warren1-3/+3
2011-01-27ASoC: Add subsequence information to seq_notify callbacksMark Brown1-2/+3
2011-01-19ASoC: Provide per widget type callback when executing DAPM sequencesMark Brown1-1/+15
2011-01-19ASoC: Add support for sequencing withinMark Brown1-1/+10
2011-01-19ASoC: Explicitly say if we're powering up or downMark Brown1-12/+25
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