summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2012-03-181-115/+285
|\
| * ASoC: Revert widget I/O locking for 3.4Mark Brown2012-03-121-28/+6
| * ASoC: dapm: Only lock CODEC for I/O if not using regmapMark Brown2012-03-071-2/+2
| * ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutexLiam Girdwood2012-03-061-6/+28
| * ASoC: dapm: Use dev_warn for debugfs warning messageLiam Girdwood2012-03-061-1/+1
| * ASoC: dapm: Show if widgets are forced in debugfsMark Brown2012-03-051-2/+3
| * ASoC: dapm: Only mark pin widgets as dirty if we actually change stateMark Brown2012-02-171-1/+3
| * ASoC: dapm: Convert stream events to use DAI widgetsMark Brown2012-02-171-26/+17
| * ASoC: dapm: Implement and instantiate DAI widgetsMark Brown2012-02-171-8/+127
| * ASoC: dapm: Supply the DAI and substream when calling stream eventsMark Brown2012-02-171-9/+16
| * ASoC: dapm: Refactor snd_soc_dapm_new_widget() to return the widgetMark Brown2012-02-171-21/+14
| * ASoC: dapm: Unexport snd_soc_dapm_new_control()Mark Brown2012-02-171-3/+2
| * ASoC: dapm: Convert pin switches to use snd_soc_cardMark Brown2012-02-151-10/+10
| * ASoC: dapm: Notify stream event to all card components.Liam Girdwood2012-02-151-4/+6
| * ASoC: dapm - Make DAPM reset code a separate function.Liam Girdwood2012-02-151-7/+14
| * ASoC: dapm: Clean up header information.Liam Girdwood2012-02-061-8/+2
| * ASoC: dapm: Export mixer|mux_update_power() to public API.Liam Girdwood2012-02-061-12/+9
| * ASoC: dapm: Ignore isolated signal generators for power purposesMark Brown2012-01-261-1/+5
| * ASoC: dapm: Drop runtime PM references asynchronouslyMark Brown2012-01-261-1/+1
| * ASoC: Provide REGULATOR_SUPPLY widget typeMark Brown2012-01-261-2/+49
| * ASoC: Use regmap update bits operation for drivers using regmapMark Brown2012-01-211-10/+17
* | ASoC: dapm: Check for bias level when powering downMark Brown2012-02-231-3/+9
|/
* ASoC: dapm - Fix check for codec context in dapm_power_widgets().Liam Girdwood2012-01-161-1/+1
* ASoC: Dynamically allocate the rtd device for a non-empty release()Mark Brown2012-01-101-2/+1
* ASoC: Take a pm_runtime reference on DAPM devices that are enabledMark Brown2011-12-081-0/+7
* ASoC: Add signal generator widget typeMark Brown2011-12-021-0/+7
* ASoC: Log automatic pin disconnection per CODEC rather than per cardMark Brown2011-11-271-3/+3
* ASoC: Implement fully_routed card propertyStephen Warren2011-11-231-0/+73
* 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
OpenPOWER on IntegriCloud