summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Support turning off bias when the CODEC is idleMark Brown2010-01-211-1/+24
* ASoC: Remove console DAPM debug codeMark Brown2010-01-211-77/+3Star
* ASoC: Sort DAPM sequences by CODEC as wellMark Brown2009-12-161-0/+2
* ASoC: Push registers out of mixer power decisionMark Brown2009-12-161-12/+14
* ASoC: Display the power register in DAPM widget debugfsMark Brown2009-12-041-1/+8
* Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-11-231-3/+17
|\
| * ASoC: Fix suspend with active audio streamsMark Brown2009-11-231-3/+17
* | Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-10-151-1/+1
|\|
| * ASoC: Serialize access to dapm_power_widgets()Eero Nurkkala2009-10-131-1/+1
* | ASoC: Add virtual enumeration support for DAPM muxesMark Brown2009-10-061-0/+48
* | ASoC: Push DAPM enumeration register change test outMark Brown2009-10-061-7/+9
* | ASoC: Simplify code for DAPM widget updatesMark Brown2009-10-061-26/+26
* | Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-10-051-2/+3
|\|
| * ASoC: Fix SND_SOC_DAPM_LINE handlingPeter Ujfalusi2009-10-021-2/+3
* | Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-09-181-3/+4
|\|
| * ASoC: Fix display of stream name in DAPM debugfsMark Brown2009-09-141-3/+4
* | ASoC: Allow per-route connectedness checks for suppliesMark Brown2009-09-081-3/+16
|/
* Merge branch 'topic/digital-mixing' into for-2.6.32Mark Brown2009-08-241-17/+41
|\
| * ASoC: Add input and output AIF widgetsMark Brown2009-08-181-17/+41
* | ASoC: add missing inclusion of debugfs.hTakashi Iwai2009-08-241-0/+1
* | ASoC: Add DAPM widget power decision debugfs filesMark Brown2009-08-211-0/+86
* | ASoC: Provide default set_bias_level() implementationMark Brown2009-08-191-2/+6
|/
* ASoC: Power speakers and headphones simultaneouslyMark Brown2009-08-171-3/+3
* ASoC: Fix handling of bias levels for non-DAPM codecsMark Brown2009-08-171-0/+16
* ASoC: fix checking for external widgets bugRongrong Cao2009-07-141-2/+2
* ASoC: Add pop delay debug at end of DAPM sequencingMark Brown2009-07-081-0/+3
* ASoC: Fix widget powerdown on shutdownMark Brown2009-06-261-0/+1
* ASoC: Add a shutdown callbackMark Brown2009-06-241-0/+29
* Merge branch 'dapm' into for-2.6.32Mark Brown2009-06-111-75/+227
|\
| * ASoC: Make DAPM power sequence lists local variablesMark Brown2009-06-081-11/+8Star
| * ASoC: Coalesce power updates for PGAsMark Brown2009-06-081-2/+8
| * ASoC: Coalesce power updates for DAPM widgets with eventsMark Brown2009-06-081-16/+60
| * ASoC: Sort specialised mixers and muxes togetherMark Brown2009-06-081-17/+17
| * ASoC: Coalesce register writes for DAPM sequencesMark Brown2009-06-081-32/+104
| * ASoC: Factor out DAPM sequence executionMark Brown2009-06-071-61/+61
| * ASoC: Sort DAPM power sequences while building listsMark Brown2009-06-071-38/+71
* | ASoC: Allow 32 bit registers for DAPMDaniel Ribeiro2009-06-081-8/+8
|/
* ASoC: Apostrophe patrolMark Brown2009-06-061-5/+5
* ASoC: Add debug trace for bias level transitionsMark Brown2009-05-181-0/+18
* ASoC: Integrate bias management with DAPM power managementMark Brown2009-05-181-24/+54
* ASoC: Make DAPM sysfs entries non-optionalMark Brown2009-05-181-9/+1Star
* ASoC: Split DAPM power checks from sequencing of power changesMark Brown2009-05-181-25/+56
* ASoC: Add power supply widget to DAPMMark Brown2009-04-221-5/+39
* ASoC: Make the DAPM power check an operation on the widgetMark Brown2009-04-201-14/+13Star
* ASoC: Factor out DAPM power checks for DACs and ADCsMark Brown2009-04-201-33/+48
* ASoC: Factor out generic widget power checksMark Brown2009-04-201-5/+14
* ASoC: Support DAPM events for DACs and ADCsMark Brown2009-04-131-6/+10
* ASoC: Factor out application of power for generic widgetsMark Brown2009-04-131-50/+60
* ASoC: Display return code when failing to add a DAPM kcontrolMark Brown2009-04-071-2/+3
* ASoC: Fix memory allocation for snd_soc_dapm_switch namesMark Brown2009-03-061-4/+3Star