aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-17ASoC: Don't use -1 to boostrap subseq so it can be used by driversMark Brown1-1/+1
2011-07-05ASoC: core - Add platform widget IOLiam Girdwood1-2/+11
2011-06-20ASoC: Fix DAPM sequence run for per-widget I/O methodsMark Brown1-0/+6
2011-06-14ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.Liam Girdwood1-6/+43
2011-06-13ASoC: Add weak routes for sidetone style pathsMark Brown1-0/+87
2011-06-09Merge branch 'for-3.0' into for-3.1Mark Brown1-9/+8
2011-06-09ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM contextLars-Peter Clausen1-9/+8
2011-06-06ASoC: Only provide a default bias level update for CODEC contextsMark Brown1-4/+7
2011-06-06ASoC: Add context parameter to card DAPM callbacksMark Brown1-2/+2
2011-06-06ASoC: Simplify logic in snd_soc_dapm_set_bias_level()Mark Brown1-10/+12
2011-06-06ASoC: Remove trace for DAPM bias level loggingMark Brown1-18/+0
2011-06-06ASoC: Indentation fix for null loop operationMark Brown1-1/+1
2011-06-06ASoC: Don't bring the CODEC up to full power for supplies and biasesMark Brown1-2/+21
2011-06-06ASoC: Specify target bias state directly as a bias stateMark Brown1-27/+33
2011-05-27ASoC: Fix dapm_is_shared_kcontrol so everything isn't sharedStephen Warren1-1/+4
2011-05-26ASoC: Fix power down for widgetless per-card DAPM context caseJarkko Nikula1-1/+1
2011-05-03ASoC: Implement mux control sharingStephen Warren1-31/+75
2011-05-03ASoC: Store a list of widgets in a DAPM mux/mixer kcontrolStephen Warren1-56/+131
2011-05-03ASoC: Add w->kcontrols, and populate itStephen Warren1-0/+12
2011-05-03ASoC: s/w->kcontrols/w->kcontrol_news/gStephen Warren1-13/+15
2011-05-03ASoC: Remove DAPM debugfs entries before freeing widgetsLars-Peter Clausen1-0/+10
2011-05-03ASoC: Move DAPM widget debugfs entry creation to snd_soc_dapm_new_widgetsLars-Peter Clausen1-12/+23
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