summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)Author
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-18Merge branch 'topic/asoc' into for-linusTakashi Iwai
2012-03-12ASoC: Revert widget I/O locking for 3.4Mark Brown
2012-03-07ASoC: dapm: Only lock CODEC for I/O if not using regmapMark Brown
2012-03-06ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutexLiam Girdwood
2012-03-06ASoC: dapm: Use dev_warn for debugfs warning messageLiam Girdwood
2012-03-05ASoC: dapm: Show if widgets are forced in debugfsMark Brown
2012-02-23ASoC: dapm: Check for bias level when powering downMark Brown
2012-02-17ASoC: dapm: Only mark pin widgets as dirty if we actually change stateMark Brown
2012-02-17ASoC: dapm: Convert stream events to use DAI widgetsMark Brown
2012-02-17ASoC: dapm: Implement and instantiate DAI widgetsMark Brown
2012-02-17ASoC: dapm: Supply the DAI and substream when calling stream eventsMark Brown
2012-02-17ASoC: dapm: Refactor snd_soc_dapm_new_widget() to return the widgetMark Brown
2012-02-17ASoC: dapm: Unexport snd_soc_dapm_new_control()Mark Brown
2012-02-15ASoC: dapm: Convert pin switches to use snd_soc_cardMark Brown
2012-02-15ASoC: dapm: Notify stream event to all card components.Liam Girdwood
2012-02-15ASoC: dapm - Make DAPM reset code a separate function.Liam Girdwood
2012-02-06ASoC: dapm: Clean up header information.Liam Girdwood
2012-02-06ASoC: dapm: Export mixer|mux_update_power() to public API.Liam Girdwood
2012-01-26ASoC: dapm: Ignore isolated signal generators for power purposesMark Brown
2012-01-26ASoC: dapm: Drop runtime PM references asynchronouslyMark Brown
2012-01-26ASoC: Provide REGULATOR_SUPPLY widget typeMark Brown
2012-01-21ASoC: Use regmap update bits operation for drivers using regmapMark Brown
2012-01-16ASoC: dapm - Fix check for codec context in dapm_power_widgets().Liam Girdwood
2012-01-10ASoC: Dynamically allocate the rtd device for a non-empty release()Mark Brown
2011-12-08ASoC: Take a pm_runtime reference on DAPM devices that are enabledMark Brown
2011-12-02ASoC: Add signal generator widget typeMark Brown
2011-11-27ASoC: Log automatic pin disconnection per CODEC rather than per cardMark Brown
2011-11-23ASoC: Implement fully_routed card propertyStephen Warren
2011-10-10ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widgetMark Brown
2011-10-09ASoC: Cache connected input and output recursionsMark Brown
2011-10-08ASoC: Assign power_check when we allocate DAPM widgetsMark Brown
2011-10-08ASoC: Suppress early calls to snd_soc_dapm_sync()Mark Brown
2011-10-05ASoC: Use dapm_mark_dirty() for new DAPM widgets for consistencyMark Brown
2011-10-05ASoC: Stop checking for supplied widgets after we find the firstMark Brown
2011-10-05ASoC: Don't mark the outputs of supplies as dirty on state changesMark Brown
2011-10-05ASoC: Only run power_check() on a widget once per runMark Brown
2011-10-05ASoC: Add verbose debugging showing why widgets get marked dirtyMark Brown
2011-10-04ASoC: Reduce the number of neigbours we mark dirty when updating powerMark Brown
2011-10-04ASoC: Do DAPM power checks only for widgets changed since last runMark Brown
2011-10-04ASoC: Mark headphone, mic, speaker and line widgets as always connectedMark Brown
2011-10-04ASoC: Factor out widget power check operationMark Brown
2011-10-04ASoC: Ensure all DAPM widgets have a power check callbackMark Brown
2011-10-04ASoC: Move bias level decision into main dapm_power_widgets()Mark Brown
2011-10-04ASoC: Factor write of widget power out into a separate functionMark Brown
2011-09-28ASoC: Also count neighbour checks for suppliesMark Brown
2011-09-23ASoC: Don't force bias on ground referenced devicesMark Brown
2011-09-22ASoC: Add another DAPM stat for neighbour checksMark Brown
2011-09-21ASoC: Factor out per-widget DAPM power checksMark Brown
2011-09-21ASoC: Trace and collect statistics for DAPM graph walkingMark Brown