aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dapm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-20ASoC: dapm - add DAPM macro for external enum widgetsLiam Girdwood1-0/+6
2011-07-05ASoC: core - Add platform widget IOLiam Girdwood1-0/+2
2011-06-14ASoC: Fix mismerge with release branchMark Brown1-0/+1
2011-06-13ASoC: Add weak routes for sidetone style pathsMark Brown1-0/+2
2011-06-06ASoC: Specify target bias state directly as a bias stateMark Brown1-1/+1
2011-05-03ASoC: Store a list of widgets in a DAPM mux/mixer kcontrolStephen Warren1-0/+6
2011-05-03ASoC: Add w->kcontrols, and populate itStephen Warren1-0/+1
2011-05-03ASoC: s/w->kcontrols/w->kcontrol_news/gStephen Warren1-34/+34
2011-05-03ASoC: Move DAPM debugfs directory creation to snd_soc_dapm_debugfs_initLars-Peter Clausen1-1/+2
2011-04-20ASoC: simple style fixLu Guanqun1-1/+1
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23ASoC: Explicitly say registerless widgets have no registerMark Brown1-8/+8
2011-01-27ASoC: Add subsequence information to seq_notify callbacksMark Brown1-1/+1
2011-01-25ASoC: Remove controls from sequenced PGA argumentsMark Brown1-4/+4
2011-01-19ASoC: Provide per widget type callback when executing DAPM sequencesMark Brown1-0/+3
2011-01-19ASoC: Add support for sequencing withinMark Brown1-0/+13
2010-12-17ASoC: soc-dapm: Introduce the new snd_soc_dapm_virt_mux typeDimitris Papastamos1-0/+9
2010-12-17ASoC: Do DAPM control updates in the middle of DAPM sequencesMark Brown1-0/+10