aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-18Merge branch 'topic/asoc' into for-linusTakashi Iwai1-115/+285
2012-03-12ASoC: Revert widget I/O locking for 3.4Mark Brown1-28/+6
2012-03-07ASoC: dapm: Only lock CODEC for I/O if not using regmapMark Brown1-2/+2
2012-03-06ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutexLiam Girdwood1-6/+28
2012-03-06ASoC: dapm: Use dev_warn for debugfs warning messageLiam Girdwood1-1/+1
2012-03-05ASoC: dapm: Show if widgets are forced in debugfsMark Brown1-2/+3
2012-02-23ASoC: dapm: Check for bias level when powering downMark Brown1-3/+9
2012-02-17ASoC: dapm: Only mark pin widgets as dirty if we actually change stateMark Brown1-1/+3
2012-02-17ASoC: dapm: Convert stream events to use DAI widgetsMark Brown1-26/+17
2012-02-17ASoC: dapm: Implement and instantiate DAI widgetsMark Brown1-8/+127
2012-02-17ASoC: dapm: Supply the DAI and substream when calling stream eventsMark Brown1-9/+16
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-21ASoC: 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-10ASoC: 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-23ASoC: 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