index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
ASoC: dapm - Fix check for codec context in dapm_power_widgets().
Liam Girdwood
2012-01-16
1
-1
/
+1
*
ASoC: Dynamically allocate the rtd device for a non-empty release()
Mark Brown
2012-01-10
1
-2
/
+1
*
ASoC: Take a pm_runtime reference on DAPM devices that are enabled
Mark Brown
2011-12-08
1
-0
/
+7
*
ASoC: Add signal generator widget type
Mark Brown
2011-12-02
1
-0
/
+7
*
ASoC: Log automatic pin disconnection per CODEC rather than per card
Mark Brown
2011-11-27
1
-3
/
+3
*
ASoC: Implement fully_routed card property
Stephen Warren
2011-11-23
1
-0
/
+73
*
ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widget
Mark Brown
2011-10-10
1
-1
/
+2
*
ASoC: Cache connected input and output recursions
Mark Brown
2011-10-09
1
-15
/
+45
*
ASoC: Assign power_check when we allocate DAPM widgets
Mark Brown
2011-10-08
1
-28
/
+39
*
ASoC: Suppress early calls to snd_soc_dapm_sync()
Mark Brown
2011-10-08
1
-0
/
+7
*
ASoC: Use dapm_mark_dirty() for new DAPM widgets for consistency
Mark Brown
2011-10-05
1
-1
/
+1
*
ASoC: Stop checking for supplied widgets after we find the first
Mark Brown
2011-10-05
1
-6
/
+3
*
ASoC: Don't mark the outputs of supplies as dirty on state changes
Mark Brown
2011-10-05
1
-4
/
+11
*
ASoC: Only run power_check() on a widget once per run
Mark Brown
2011-10-05
1
-2
/
+13
*
ASoC: Add verbose debugging showing why widgets get marked dirty
Mark Brown
2011-10-05
1
-11
/
+15
*
ASoC: Reduce the number of neigbours we mark dirty when updating power
Mark Brown
2011-10-04
1
-6
/
+20
*
ASoC: Do DAPM power checks only for widgets changed since last run
Mark Brown
2011-10-04
1
-6
/
+55
*
ASoC: Mark headphone, mic, speaker and line widgets as always connected
Mark Brown
2011-10-04
1
-4
/
+4
*
ASoC: Factor out widget power check operation
Mark Brown
2011-10-04
1
-11
/
+10
*
ASoC: Ensure all DAPM widgets have a power check callback
Mark Brown
2011-10-04
1
-3
/
+8
*
ASoC: Move bias level decision into main dapm_power_widgets()
Mark Brown
2011-10-04
1
-21
/
+23
*
ASoC: Factor write of widget power out into a separate function
Mark Brown
2011-10-04
1
-11
/
+18
*
ASoC: Also count neighbour checks for supplies
Mark Brown
2011-09-28
1
-0
/
+2
*
ASoC: Don't force bias on ground referenced devices
Mark Brown
2011-09-23
1
-2
/
+5
*
ASoC: Add another DAPM stat for neighbour checks
Mark Brown
2011-09-22
1
-0
/
+4
*
ASoC: Factor out per-widget DAPM power checks
Mark Brown
2011-09-21
1
-52
/
+60
*
ASoC: Trace and collect statistics for DAPM graph walking
Mark Brown
2011-09-21
1
-0
/
+17
*
ASoC: Display the error code when we fail to add a DAPM control
Mark Brown
2011-09-19
1
-2
/
+2
*
Merge branch 'for-3.1' into for-3.2
Mark Brown
2011-08-31
1
-1
/
+1
|
\
|
*
ASoC: soc-dapm: Fix parameter comment for snd_soc_dapm_free
Peter Ujfalusi
2011-08-31
1
-1
/
+1
*
|
ASoC: DAPM: Allow multiple mixer sources to be routed via the same switch
Lars-Peter Clausen
2011-08-16
1
-1
/
+5
*
|
ASoC: dapm - change stream event dbg to vdgb
Liam Girdwood
2011-07-25
1
-1
/
+1
*
|
ASoC: dapm - Add DAPM stream completion event.
Liam Girdwood
2011-07-25
1
-0
/
+4
|
/
*
ASoC: dapm - Add methods to retrieve snd_card and soc_card from dapm context.
Liam Girdwood
2011-07-20
1
-0
/
+30
*
ASoC: Don't use -1 to boostrap subseq so it can be used by drivers
Mark Brown
2011-07-17
1
-1
/
+1
*
ASoC: core - Add platform widget IO
Liam Girdwood
2011-07-05
1
-2
/
+11
*
ASoC: Fix DAPM sequence run for per-widget I/O methods
Mark Brown
2011-06-20
1
-0
/
+6
*
ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.
Liam Girdwood
2011-06-14
1
-6
/
+43
*
ASoC: Add weak routes for sidetone style paths
Mark Brown
2011-06-13
1
-0
/
+87
*
Merge branch 'for-3.0' into for-3.1
Mark Brown
2011-06-09
1
-9
/
+8
|
\
|
*
ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM context
Lars-Peter Clausen
2011-06-09
1
-9
/
+8
*
|
ASoC: Only provide a default bias level update for CODEC contexts
Mark Brown
2011-06-06
1
-4
/
+7
*
|
ASoC: Add context parameter to card DAPM callbacks
Mark Brown
2011-06-06
1
-2
/
+2
*
|
ASoC: Simplify logic in snd_soc_dapm_set_bias_level()
Mark Brown
2011-06-06
1
-10
/
+12
*
|
ASoC: Remove trace for DAPM bias level logging
Mark Brown
2011-06-06
1
-18
/
+0
*
|
ASoC: Indentation fix for null loop operation
Mark Brown
2011-06-06
1
-1
/
+1
*
|
ASoC: Don't bring the CODEC up to full power for supplies and biases
Mark Brown
2011-06-06
1
-2
/
+21
*
|
ASoC: Specify target bias state directly as a bias state
Mark Brown
2011-06-06
1
-27
/
+33
|
/
*
ASoC: Fix dapm_is_shared_kcontrol so everything isn't shared
Stephen Warren
2011-05-27
1
-1
/
+4
*
ASoC: Fix power down for widgetless per-card DAPM context case
Jarkko Nikula
2011-05-26
1
-1
/
+1
[next]