aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-08ASoC: dapm: Fix input list to use source widgetsLiam Girdwood1-1/+1
2012-06-04ASoC: dapm: Fix connected widget capture path query.Liam Girdwood1-1/+1
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
2012-02-17ASoC: dapm: Supply the DAI and substream when calling stream eventsMark Brown1-9/+16
2012-02-17ASoC: dapm: Refactor snd_soc_dapm_new_widget() to return the widgetMark Brown1-21/+14
2012-02-17ASoC: dapm: Unexport snd_soc_dapm_new_control()Mark Brown1-3/+2
2012-02-15ASoC: dapm: Convert pin switches to use snd_soc_cardMark Brown1-10/+10
2012-02-15ASoC: dapm: Notify stream event to all card components.Liam Girdwood1-4/+6
2012-02-15ASoC: dapm - Make DAPM reset code a separate function.Liam Girdwood1-7/+14
2012-02-06ASoC: dapm: Clean up header information.Liam Girdwood1-8/+2
2012-02-06ASoC: dapm: Export mixer|mux_update_power() to public API.Liam Girdwood1-12/+9
2012-01-26ASoC: dapm: Ignore isolated signal generators for power purposesMark Brown1-1/+5
2012-01-26ASoC: dapm: Drop runtime PM references asynchronouslyMark Brown1-1/+1
2012-01-26ASoC: Provide REGULATOR_SUPPLY widget typeMark Brown1-2/+49
2012-01-21ASoC: Use regmap update bits operation for drivers using regmapMark Brown1-10/+17
2012-01-16ASoC: dapm - Fix check for codec context in dapm_power_widgets().Liam Girdwood1-1/+1
2012-01-10ASoC: Dynamically allocate the rtd device for a non-empty release()Mark Brown1-2/+1
2011-12-08ASoC: Take a pm_runtime reference on DAPM devices that are enabledMark Brown1-0/+7
2011-12-02ASoC: Add signal generator widget typeMark Brown1-0/+7
2011-11-27ASoC: Log automatic pin disconnection per CODEC rather than per cardMark Brown1-3/+3
2011-11-23ASoC: Implement fully_routed card propertyStephen Warren1-0/+73