aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dapm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-24ASoC: dapm: Use SND_SOC_DAPM_INIT_REG_VAL in SND_SOC_DAPM_MUXStephen Warren1-1/+2
2013-10-07ASoC: dapm: Add support for virtual mixer controlsLars-Peter Clausen1-0/+4
2013-08-27ASoC: Pass card instead of dapm context to snd_soc_dapm_new_widgets()Lars-Peter Clausen1-1/+1
2013-08-05ASoC: dapm: Implement mixer input auto-disableLars-Peter Clausen1-2/+15
2013-07-29ASoC: dapm: Make widget power register settings more flexibleLars-Peter Clausen1-70/+93
2013-07-29ASoC: dapm: Keep a list of paths per kcontrolLars-Peter Clausen1-1/+1
2013-07-29ASoC: dapm: Move 'value' field from widget to controlLars-Peter Clausen1-1/+0
2013-07-29ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrolLars-Peter Clausen1-0/+2
2013-07-29ASoC: dapm: Move snd_soc_dapm_update from dapm context to cardLars-Peter Clausen1-2/+0
2013-07-24ASoC: dapm: Add a update parameter to snd_soc_dapm_{mux,mixer}_update_powerLars-Peter Clausen1-2/+5
2013-07-24ASoC: dapm: Run widget updates for shared controls at the same timeLars-Peter Clausen1-4/+3
2013-06-17Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown1-1/+0
2013-06-17Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-0/+2
2013-06-14ASoC: dapm: Remove unused long_name field from snd_soc_dapm_path structLars-Peter Clausen1-1/+0
2013-06-07ASoC: dapm: Treat DAI widgets like AIF widgets for powerMark Brown1-1/+2
2013-05-12ASoC: dapm: Provide early event callbacks for power up and downMark Brown1-0/+2
2013-04-12Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-1/+0
2013-03-08ASoC: core: Remove unused "n_widgets" field from snd_soc_dapm structLars-Peter Clausen1-1/+0
2013-02-25ASoC: dapm: Fix handling of loopsMark Brown1-0/+1
2012-09-26ASoC: dapm: Allow regulators to bypass as well as disable when idleMark Brown1-0/+3
2012-09-08ASoC: dapm: Add flags to regulator suppliesMark Brown1-2/+3
2012-09-06ASoC: dapm: Ensure bypass paths are suspended and resumedMark Brown1-0/+1
2012-09-06ASoC: Remove unused 'saved_value' field from snd_soc_dapm_widget structLars-Peter Clausen1-1/+0
2012-07-06ASoC: dapm: Allow routes to be deleted at runtimeMark Brown1-0/+2
2012-06-03ASoC: core: Add widget SND_SOC_DAPM_CLOCK_SUPPLYOla Lilja1-0/+10
2012-04-18ASoC: dapm: Add API call to query valid DAPM pathsLiam Girdwood1-0/+5
2012-04-16ASoC: core: Support transparent CODEC<->CODEC DAI linksMark Brown1-0/+6
2012-04-04ASoC: dapm: Allow DAPM registers to be 31 bitMark Brown1-1/+1
2012-04-01ASoC: dapm: Remove SND_SOC_DAPM_MICBIAS_E()Mark Brown1-4/+0
2012-04-01ASoC: dapm: Add regulator member to struct dapm_widgetLiam Girdwood1-0/+2
2012-04-01ASoC: dapm: Rename dapm mutex subclass to better match usageLiam Girdwood1-2/+2
2012-04-01ASoC: dapm: Add platform stream event supportLiam Girdwood1-2/+2
2012-04-01ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutexLiam Girdwood1-0/+5
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+2
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+2
2012-02-17ASoC: dapm: Implement and instantiate DAI widgetsMark Brown1-0/+4
2012-02-17ASoC: dapm: Constify lots of names that are never modifiedMark Brown1-4/+4
2012-02-17ASoC: dapm: Supply the DAI and substream when calling stream eventsMark Brown1-2/+2
2012-02-17ASoC: dapm: Unexport snd_soc_dapm_new_control()Mark Brown1-2/+0
2012-02-06ASoC: dapm: Export mixer|mux_update_power() to public API.Liam Girdwood1-0/+6
2012-01-26ASoC: Provide REGULATOR_SUPPLY widget typeMark Brown1-0/+9
2011-12-02ASoC: Add signal generator widget typeMark Brown1-0/+4
2011-11-23ASoC: Implement fully_routed card propertyStephen Warren1-0/+1
2011-10-10ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widgetMark Brown1-0/+3
2011-10-09ASoC: Cache connected input and output recursionsMark Brown1-0/+2
2011-10-05ASoC: Only run power_check() on a widget once per runMark Brown1-0/+2
2011-10-04ASoC: Do DAPM power checks only for widgets changed since last runMark Brown1-0/+1
2011-09-22ASoC: Add another DAPM stat for neighbour checksMark Brown1-0/+1
2011-09-21ASoC: Trace and collect statistics for DAPM graph walkingMark Brown1-0/+5
2011-07-25ASoC: dapm - Add DAPM stream completion event.Liam Girdwood1-0/+2