summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17ASoC: dapm: Refactor snd_soc_dapm_new_widget() to return the widgetMark Brown1-21/+14
2012-02-17ASoC: dapm: Unexport snd_soc_dapm_new_control()Mark Brown1-3/+2
2012-02-15ASoC: dapm: Convert pin switches to use snd_soc_cardMark Brown1-10/+10
2012-02-15ASoC: dapm: Notify stream event to all card components.Liam Girdwood1-4/+6
2012-02-15ASoC: dapm - Make DAPM reset code a separate function.Liam Girdwood1-7/+14
2012-02-06ASoC: dapm: Clean up header information.Liam Girdwood1-8/+2
2012-02-06ASoC: dapm: Export mixer|mux_update_power() to public API.Liam Girdwood1-12/+9
2012-01-26ASoC: dapm: Ignore isolated signal generators for power purposesMark Brown1-1/+5
2012-01-26ASoC: dapm: Drop runtime PM references asynchronouslyMark Brown1-1/+1
2012-01-26ASoC: Provide REGULATOR_SUPPLY widget typeMark Brown1-2/+49
2012-01-22ASoC: Use regmap update bits operation for drivers using regmapMark Brown1-10/+17
2012-01-16ASoC: dapm - Fix check for codec context in dapm_power_widgets().Liam Girdwood1-1/+1
2012-01-11ASoC: Dynamically allocate the rtd device for a non-empty release()Mark Brown1-2/+1
2011-12-08ASoC: Take a pm_runtime reference on DAPM devices that are enabledMark Brown1-0/+7
2011-12-02ASoC: Add signal generator widget typeMark Brown1-0/+7
2011-11-27ASoC: Log automatic pin disconnection per CODEC rather than per cardMark Brown1-3/+3
2011-11-24ASoC: Implement fully_routed card propertyStephen Warren1-0/+73
2011-10-10ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widgetMark Brown1-1/+2
2011-10-09ASoC: Cache connected input and output recursionsMark Brown1-15/+45
2011-10-08ASoC: Assign power_check when we allocate DAPM widgetsMark Brown1-28/+39
2011-10-08ASoC: Suppress early calls to snd_soc_dapm_sync()Mark Brown1-0/+7
2011-10-05ASoC: Use dapm_mark_dirty() for new DAPM widgets for consistencyMark Brown1-1/+1
2011-10-05ASoC: Stop checking for supplied widgets after we find the firstMark Brown1-6/+3
2011-10-05ASoC: Don't mark the outputs of supplies as dirty on state changesMark Brown1-4/+11
2011-10-05ASoC: Only run power_check() on a widget once per runMark Brown1-2/+13
2011-10-05ASoC: Add verbose debugging showing why widgets get marked dirtyMark Brown1-11/+15
2011-10-04ASoC: Reduce the number of neigbours we mark dirty when updating powerMark Brown1-6/+20
2011-10-04ASoC: Do DAPM power checks only for widgets changed since last runMark Brown1-6/+55
2011-10-04ASoC: Mark headphone, mic, speaker and line widgets as always connectedMark Brown1-4/+4
2011-10-04ASoC: Factor out widget power check operationMark Brown1-11/+10
2011-10-04ASoC: Ensure all DAPM widgets have a power check callbackMark Brown1-3/+8
2011-10-04ASoC: Move bias level decision into main dapm_power_widgets()Mark Brown1-21/+23
2011-10-04ASoC: Factor write of widget power out into a separate functionMark Brown1-11/+18
2011-09-28ASoC: Also count neighbour checks for suppliesMark Brown1-0/+2
2011-09-23ASoC: Don't force bias on ground referenced devicesMark Brown1-2/+5
2011-09-22ASoC: Add another DAPM stat for neighbour checksMark Brown1-0/+4
2011-09-21ASoC: Factor out per-widget DAPM power checksMark Brown1-52/+60
2011-09-21ASoC: Trace and collect statistics for DAPM graph walkingMark Brown1-0/+17
2011-09-19ASoC: Display the error code when we fail to add a DAPM controlMark Brown1-2/+2
2011-08-31Merge branch 'for-3.1' into for-3.2Mark Brown1-1/+1
2011-08-31ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_freePeter Ujfalusi1-1/+1
2011-08-16ASoC: DAPM: Allow multiple mixer sources to be routed via the same switchLars-Peter Clausen1-1/+5
2011-07-26ASoC: dapm - change stream event dbg to vdgbLiam Girdwood1-1/+1
2011-07-26ASoC: dapm - Add DAPM stream completion event.Liam Girdwood1-0/+4
2011-07-21ASoC: dapm - Add methods to retrieve snd_card and soc_card from dapm context.Liam Girdwood1-0/+30
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