summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: dapm: Standardise ASoC DAPM messagesLiam Girdwood2012-11-211-60/+74
* ASoC: dapm: Use card_list during DAPM shutdownMisael Lopez Cruz2012-11-091-1/+1
* ASoC: dapm: Allow regulators to bypass as well as disable when idleMark Brown2012-09-261-2/+21
* Merge tag 'v3.6-rc6' into for-3.7Mark Brown2012-09-221-1/+4
|\
| * ASoC: dapm: Don't force card bias level to be updatedMark Brown2012-08-251-1/+2
| * ASoC: dapm: Make sure we update the bias level for CODECs with no opMark Brown2012-08-251-0/+2
* | ASoC: Avoid recalculating the bitmask for SOC_ENUM controlsLars-Peter Clausen2012-09-181-14/+8
* | ASoC: dapm: Ensure bypass paths are suspended and resumedMark Brown2012-09-061-0/+22
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-07-241-1/+1
|\
| * [SCSI] async: introduce 'async_domain' typeDan Williams2012-07-201-1/+1
* | Merge branch 'for-3.5' into for-3.6Mark Brown2012-07-231-7/+11
|\ \
| * | ASoC: dapm: Make sure all dapm contexts are updatedLiam Girdwood2012-07-061-3/+3
| * | ASoC: dapm: Fix locking during codec shutdownLiam Girdwood2012-07-061-0/+5
| * | ASoC: dapm: Fix dapm_set_path_status() connectBenoît Thébaudeau2012-07-031-4/+3
| |/
* | ASoC: dapm: Fix _PRE and _POST events for DAPM performance improvementsMark Brown2012-07-231-1/+9
* | ASoC: dapm: Fix compilation warningMarek Belisko2012-07-131-0/+1
* | ASoC: dapm: Allow routes to be deleted at runtimeMark Brown2012-07-061-0/+77
* | ASoC: dapm: Mark widgets as dirty when a route is addedMark Brown2012-07-061-0/+4
* | ASoC: dapm: Remove incomplete stereo codeBenoît Thébaudeau2012-07-031-10/+12
* | ASoC: dapm: Fix snd_soc_dapm_put_volsw() connectBenoît Thébaudeau2012-06-291-7/+1
* | Merge tag 'v3.5-rc4' into for-3.6Mark Brown2012-06-251-2/+2
|\|
| * ASoC: dapm: Fix input list to use source widgetsLiam Girdwood2012-06-081-1/+1
| * ASoC: dapm: Fix connected widget capture path query.Liam Girdwood2012-06-041-1/+1
* | ASoC: dapm: Try to add all routes even if one failsMark Brown2012-06-231-4/+4
* | ASoC: dapm: The clock API is even less consistent than thoughtMark Brown2012-06-051-1/+1
* | ASoC: dapm: Bodge for lack of a widely available clk APIMark Brown2012-06-041-0/+6
* | ASoC: dapm: Use devm_clk_get()Mark Brown2012-06-041-1/+1
* | ASoC: core: Add widget SND_SOC_DAPM_CLOCK_SUPPLYOla Lilja2012-06-031-0/+38
|/
* Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-131-0/+2
|\
| * Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-04-261-0/+2
| |\
| | * ASoC: dapm: Ensure power gets managed for line widgetsMark Brown2012-04-121-0/+2
* | | ASoC: dapm: Move CODEC<->CODEC params off stackMark Brown2012-04-271-12/+20
* | | ASoC: dpcm: Add runtime dynamic route updateLiam Girdwood2012-04-261-2/+6
* | | ASoC: dapm: Add API call to query valid DAPM pathsLiam Girdwood2012-04-181-10/+112
* | | ASoC: soc-dapm: Use '%llx' with 'u64' type.Fabio Estevam2012-04-161-1/+1
* | | ASoC: core: Support transparent CODEC<->CODEC DAI linksMark Brown2012-04-161-3/+152
* | | ASoC: dapm: Allow DAI widgets to be routed throughMark Brown2012-04-161-1/+4
* | | ASoC: dapm: release lock on error pathsDan Carpenter2012-04-151-5/+7
* | | Merge tag 'v3.4-rc2' into for-3.5Mark Brown2012-04-091-14/+2
|\| |
| * | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-14/+2
| |/
* | ASoC: dapm: Remove bodges for no-widget CODECsMark Brown2012-04-011-32/+4
* | ASoC: dapm: Only lock CODEC for I/O if not using regmapMark Brown2012-04-011-2/+2
* | ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutexLiam Girdwood2012-04-011-6/+28
* | ASoC: dapm: Add regulator member to struct dapm_widgetLiam Girdwood2012-04-011-5/+5
* | ASoC: dapm: Rename dapm mutex subclass to better match usageLiam Girdwood2012-04-011-10/+10
* | ASoC: dapm: Add platform stream event supportLiam Girdwood2012-04-011-28/+51
* | ASoC: dapm: lock mixer & mux update power with DAPM mutexLiam Girdwood2012-04-011-6/+30
* | ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutexLiam Girdwood2012-04-011-20/+39
|/
* 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