summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widgetMark Brown2011-10-101-1/+2
* ASoC: Cache connected input and output recursionsMark Brown2011-10-091-15/+45
* ASoC: Assign power_check when we allocate DAPM widgetsMark Brown2011-10-081-28/+39
* ASoC: Suppress early calls to snd_soc_dapm_sync()Mark Brown2011-10-081-0/+7
* ASoC: Use dapm_mark_dirty() for new DAPM widgets for consistencyMark Brown2011-10-051-1/+1
* ASoC: Stop checking for supplied widgets after we find the firstMark Brown2011-10-051-6/+3
* ASoC: Don't mark the outputs of supplies as dirty on state changesMark Brown2011-10-051-4/+11
* ASoC: Only run power_check() on a widget once per runMark Brown2011-10-051-2/+13
* ASoC: Add verbose debugging showing why widgets get marked dirtyMark Brown2011-10-051-11/+15
* ASoC: Reduce the number of neigbours we mark dirty when updating powerMark Brown2011-10-041-6/+20
* ASoC: Do DAPM power checks only for widgets changed since last runMark Brown2011-10-041-6/+55
* ASoC: Mark headphone, mic, speaker and line widgets as always connectedMark Brown2011-10-041-4/+4
* ASoC: Factor out widget power check operationMark Brown2011-10-041-11/+10
* ASoC: Ensure all DAPM widgets have a power check callbackMark Brown2011-10-041-3/+8
* ASoC: Move bias level decision into main dapm_power_widgets()Mark Brown2011-10-041-21/+23
* ASoC: Factor write of widget power out into a separate functionMark Brown2011-10-041-11/+18
* ASoC: Also count neighbour checks for suppliesMark Brown2011-09-281-0/+2
* ASoC: Don't force bias on ground referenced devicesMark Brown2011-09-231-2/+5
* ASoC: Add another DAPM stat for neighbour checksMark Brown2011-09-221-0/+4
* ASoC: Factor out per-widget DAPM power checksMark Brown2011-09-211-52/+60
* ASoC: Trace and collect statistics for DAPM graph walkingMark Brown2011-09-211-0/+17
* ASoC: Display the error code when we fail to add a DAPM controlMark Brown2011-09-191-2/+2
* Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-311-1/+1
|\
| * ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_freePeter Ujfalusi2011-08-311-1/+1
* | ASoC: DAPM: Allow multiple mixer sources to be routed via the same switchLars-Peter Clausen2011-08-161-1/+5
* | ASoC: dapm - change stream event dbg to vdgbLiam Girdwood2011-07-251-1/+1
* | ASoC: dapm - Add DAPM stream completion event.Liam Girdwood2011-07-251-0/+4
|/
* ASoC: dapm - Add methods to retrieve snd_card and soc_card from dapm context.Liam Girdwood2011-07-201-0/+30
* ASoC: Don't use -1 to boostrap subseq so it can be used by driversMark Brown2011-07-171-1/+1
* ASoC: core - Add platform widget IOLiam Girdwood2011-07-051-2/+11
* ASoC: Fix DAPM sequence run for per-widget I/O methodsMark Brown2011-06-201-0/+6
* ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.Liam Girdwood2011-06-141-6/+43
* ASoC: Add weak routes for sidetone style pathsMark Brown2011-06-131-0/+87
* Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-091-9/+8
|\
| * ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM contextLars-Peter Clausen2011-06-091-9/+8
* | ASoC: Only provide a default bias level update for CODEC contextsMark Brown2011-06-061-4/+7
* | ASoC: Add context parameter to card DAPM callbacksMark Brown2011-06-061-2/+2
* | ASoC: Simplify logic in snd_soc_dapm_set_bias_level()Mark Brown2011-06-061-10/+12
* | ASoC: Remove trace for DAPM bias level loggingMark Brown2011-06-061-18/+0
* | ASoC: Indentation fix for null loop operationMark Brown2011-06-061-1/+1
* | ASoC: Don't bring the CODEC up to full power for supplies and biasesMark Brown2011-06-061-2/+21
* | ASoC: Specify target bias state directly as a bias stateMark Brown2011-06-061-27/+33
|/
* ASoC: Fix dapm_is_shared_kcontrol so everything isn't sharedStephen Warren2011-05-271-1/+4
* ASoC: Fix power down for widgetless per-card DAPM context caseJarkko Nikula2011-05-261-1/+1
* ASoC: Implement mux control sharingStephen Warren2011-05-031-31/+75
* ASoC: Store a list of widgets in a DAPM mux/mixer kcontrolStephen Warren2011-05-031-56/+131
* ASoC: Add w->kcontrols, and populate itStephen Warren2011-05-031-0/+12
* ASoC: s/w->kcontrols/w->kcontrol_news/gStephen Warren2011-05-031-13/+15
* ASoC: Remove DAPM debugfs entries before freeing widgetsLars-Peter Clausen2011-05-031-0/+10
* ASoC: Move DAPM widget debugfs entry creation to snd_soc_dapm_new_widgetsLars-Peter Clausen2011-05-031-12/+23