aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2012-07-23Merge branch 'for-3.5' into for-3.6Mark Brown1-7/+11
2012-07-23ASoC: dapm: Fix _PRE and _POST events for DAPM performance improvementsMark Brown1-1/+9
2012-07-20[SCSI] async: introduce 'async_domain' typeDan Williams1-1/+1
2012-07-13ASoC: dapm: Fix compilation warningMarek Belisko1-0/+1
2012-07-06ASoC: dapm: Allow routes to be deleted at runtimeMark Brown1-0/+77
2012-07-06ASoC: dapm: Mark widgets as dirty when a route is addedMark Brown1-0/+4
2012-07-06ASoC: dapm: Make sure all dapm contexts are updatedLiam Girdwood1-3/+3
2012-07-06ASoC: dapm: Fix locking during codec shutdownLiam Girdwood1-0/+5
2012-07-03ASoC: dapm: Fix dapm_set_path_status() connectBenoît Thébaudeau1-4/+3
2012-07-03ASoC: dapm: Remove incomplete stereo codeBenoît Thébaudeau1-10/+12
2012-06-29ASoC: dapm: Fix snd_soc_dapm_put_volsw() connectBenoît Thébaudeau1-7/+1
2012-06-25Merge tag 'v3.5-rc4' into for-3.6Mark Brown1-2/+2
2012-06-23ASoC: dapm: Try to add all routes even if one failsMark Brown1-4/+4
2012-06-08ASoC: dapm: Fix input list to use source widgetsLiam Girdwood1-1/+1
2012-06-05ASoC: dapm: The clock API is even less consistent than thoughtMark Brown1-1/+1
2012-06-04ASoC: dapm: Bodge for lack of a widely available clk APIMark Brown1-0/+6
2012-06-04ASoC: dapm: Fix connected widget capture path query.Liam Girdwood1-1/+1
2012-06-04ASoC: dapm: Use devm_clk_get()Mark Brown1-1/+1
2012-06-03ASoC: core: Add widget SND_SOC_DAPM_CLOCK_SUPPLYOla Lilja1-0/+38
2012-05-13Merge tag 'v3.4-rc7' into for-3.5Mark Brown1-0/+2
2012-04-27ASoC: dapm: Move CODEC<->CODEC params off stackMark Brown1-12/+20
2012-04-26Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2012-04-26ASoC: dpcm: Add runtime dynamic route updateLiam Girdwood1-2/+6
2012-04-18ASoC: dapm: Add API call to query valid DAPM pathsLiam Girdwood1-10/+112
2012-04-16ASoC: soc-dapm: Use '%llx' with 'u64' type.Fabio Estevam1-1/+1
2012-04-16ASoC: core: Support transparent CODEC<->CODEC DAI linksMark Brown1-3/+152
2012-04-16ASoC: dapm: Allow DAI widgets to be routed throughMark Brown1-1/+4
2012-04-15ASoC: dapm: release lock on error pathsDan Carpenter1-5/+7
2012-04-12ASoC: dapm: Ensure power gets managed for line widgetsMark Brown1-0/+2
2012-04-09Merge tag 'v3.4-rc2' into for-3.5Mark Brown1-14/+2
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-14/+2
2012-04-01ASoC: dapm: Remove bodges for no-widget CODECsMark Brown1-32/+4
2012-04-01ASoC: dapm: Only lock CODEC for I/O if not using regmapMark Brown1-2/+2
2012-04-01ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutexLiam Girdwood1-6/+28
2012-04-01ASoC: dapm: Add regulator member to struct dapm_widgetLiam Girdwood1-5/+5
2012-04-01ASoC: dapm: Rename dapm mutex subclass to better match usageLiam Girdwood1-10/+10
2012-04-01ASoC: dapm: Add platform stream event supportLiam Girdwood1-28/+51
2012-04-01ASoC: dapm: lock mixer & mux update power with DAPM mutexLiam Girdwood1-6/+30
2012-04-01ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutexLiam Girdwood1-20/+39
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