index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-dapm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-2.6.32' into for-2.6.33
Mark Brown
2009-11-23
1
-3
/
+17
|
\
|
*
ASoC: Fix suspend with active audio streams
Mark Brown
2009-11-23
1
-3
/
+17
*
|
Merge branch 'for-2.6.32' into for-2.6.33
Mark Brown
2009-10-15
1
-1
/
+1
|
\
\
|
|
/
|
*
ASoC: Serialize access to dapm_power_widgets()
Eero Nurkkala
2009-10-13
1
-1
/
+1
*
|
ASoC: Add virtual enumeration support for DAPM muxes
Mark Brown
2009-10-06
1
-0
/
+48
*
|
ASoC: Push DAPM enumeration register change test out
Mark Brown
2009-10-06
1
-7
/
+9
*
|
ASoC: Simplify code for DAPM widget updates
Mark Brown
2009-10-06
1
-26
/
+26
*
|
Merge branch 'for-2.6.32' into for-2.6.33
Mark Brown
2009-10-05
1
-2
/
+3
|
\
\
|
|
/
|
*
ASoC: Fix SND_SOC_DAPM_LINE handling
Peter Ujfalusi
2009-10-02
1
-2
/
+3
*
|
Merge branch 'for-2.6.32' into for-2.6.33
Mark Brown
2009-09-18
1
-3
/
+4
|
\
\
|
|
/
|
*
ASoC: Fix display of stream name in DAPM debugfs
Mark Brown
2009-09-14
1
-3
/
+4
*
|
ASoC: Allow per-route connectedness checks for supplies
Mark Brown
2009-09-08
1
-3
/
+16
|
/
*
Merge branch 'topic/digital-mixing' into for-2.6.32
Mark Brown
2009-08-24
1
-17
/
+41
|
\
|
*
ASoC: Add input and output AIF widgets
Mark Brown
2009-08-18
1
-17
/
+41
*
|
ASoC: add missing inclusion of debugfs.h
Takashi Iwai
2009-08-24
1
-0
/
+1
*
|
ASoC: Add DAPM widget power decision debugfs files
Mark Brown
2009-08-21
1
-0
/
+86
*
|
ASoC: Provide default set_bias_level() implementation
Mark Brown
2009-08-19
1
-2
/
+6
|
/
*
ASoC: Power speakers and headphones simultaneously
Mark Brown
2009-08-17
1
-3
/
+3
*
ASoC: Fix handling of bias levels for non-DAPM codecs
Mark Brown
2009-08-17
1
-0
/
+16
*
ASoC: fix checking for external widgets bug
Rongrong Cao
2009-07-13
1
-2
/
+2
*
ASoC: Add pop delay debug at end of DAPM sequencing
Mark Brown
2009-07-08
1
-0
/
+3
*
ASoC: Fix widget powerdown on shutdown
Mark Brown
2009-06-26
1
-0
/
+1
*
ASoC: Add a shutdown callback
Mark Brown
2009-06-23
1
-0
/
+29
*
Merge branch 'dapm' into for-2.6.32
Mark Brown
2009-06-11
1
-75
/
+227
|
\
|
*
ASoC: Make DAPM power sequence lists local variables
Mark Brown
2009-06-08
1
-11
/
+8
|
*
ASoC: Coalesce power updates for PGAs
Mark Brown
2009-06-08
1
-2
/
+8
|
*
ASoC: Coalesce power updates for DAPM widgets with events
Mark Brown
2009-06-08
1
-16
/
+60
|
*
ASoC: Sort specialised mixers and muxes together
Mark Brown
2009-06-08
1
-17
/
+17
|
*
ASoC: Coalesce register writes for DAPM sequences
Mark Brown
2009-06-08
1
-32
/
+104
|
*
ASoC: Factor out DAPM sequence execution
Mark Brown
2009-06-07
1
-61
/
+61
|
*
ASoC: Sort DAPM power sequences while building lists
Mark Brown
2009-06-07
1
-38
/
+71
*
|
ASoC: Allow 32 bit registers for DAPM
Daniel Ribeiro
2009-06-08
1
-8
/
+8
|
/
*
ASoC: Apostrophe patrol
Mark Brown
2009-06-06
1
-5
/
+5
*
ASoC: Add debug trace for bias level transitions
Mark Brown
2009-05-18
1
-0
/
+18
*
ASoC: Integrate bias management with DAPM power management
Mark Brown
2009-05-18
1
-24
/
+54
*
ASoC: Make DAPM sysfs entries non-optional
Mark Brown
2009-05-18
1
-9
/
+1
*
ASoC: Split DAPM power checks from sequencing of power changes
Mark Brown
2009-05-18
1
-25
/
+56
*
ASoC: Add power supply widget to DAPM
Mark Brown
2009-04-22
1
-5
/
+39
*
ASoC: Make the DAPM power check an operation on the widget
Mark Brown
2009-04-20
1
-14
/
+13
*
ASoC: Factor out DAPM power checks for DACs and ADCs
Mark Brown
2009-04-20
1
-33
/
+48
*
ASoC: Factor out generic widget power checks
Mark Brown
2009-04-20
1
-5
/
+14
*
ASoC: Support DAPM events for DACs and ADCs
Mark Brown
2009-04-13
1
-6
/
+10
*
ASoC: Factor out application of power for generic widgets
Mark Brown
2009-04-13
1
-50
/
+60
*
ASoC: Display return code when failing to add a DAPM kcontrol
Mark Brown
2009-04-07
1
-2
/
+3
*
ASoC: Fix memory allocation for snd_soc_dapm_switch names
Mark Brown
2009-03-06
1
-4
/
+3
*
ASoC: Factor out DAPM widget power check into separate function
Mark Brown
2009-03-06
1
-121
/
+137
*
ASoC: Add SND_SOC_DAPM_PIN_SWITCH controls for exposing DAPM pins
Mark Brown
2009-02-28
1
-0
/
+70
*
ASoC: Push the codec runtime storage into the card structure
Mark Brown
2009-01-27
1
-3
/
+3
*
Merge branch 'topic/asoc' into next/asoc
Takashi Iwai
2009-01-15
1
-1
/
+2
|
\
|
*
ASoC: Fix the power update function for snd_soc_dapm_value_mux
Peter Ujfalusi
2009-01-15
1
-1
/
+2
[next]