index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-dapm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-09
Merge branch 'for-2.6.38' into for-2.6.39
Mark Brown
1
-1
/
+1
2011-03-09
ASoC: Fix double addition of prefixes due to widget prefixing
Mark Brown
1
-3
/
+26
2011-03-09
ASoC: Use the correct DAPM context when cleaning up final widget set
Mark Brown
1
-1
/
+1
2011-03-08
ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew()
Mark Brown
1
-2
/
+14
2011-03-03
ASoC: Check for a CODEC before dereferencing in DAPM
Mark Brown
1
-3
/
+3
2011-03-03
ASoC: Get the card directly from the DAPM context
Mark Brown
1
-4
/
+4
2011-02-25
ASoC: soc-dapm: Include quotes around contents in debugfs entries
Dimitris Papastamos
1
-2
/
+2
2011-02-22
ASoC: Run bias level changes for all DAPM contexts in parallel
Mark Brown
1
-51
/
+67
2011-02-22
ASoC: Remove card from snd_soc_dapm_set_bias_level()
Mark Brown
1
-11
/
+11
2011-02-18
ASoC: Remove export of snd_soc_dapm_stream_event()
Mark Brown
1
-1
/
+0
2011-02-13
Merge branch 'for-2.6.38' into for-2.6.39
Mark Brown
1
-1
/
+9
2011-02-13
ASoC: Ensure supplies are maintained for force enabled widgets
Mark Brown
1
-1
/
+9
2011-02-10
Merge branch 'for-2.6.38' into for-2.6.39
Mark Brown
1
-0
/
+13
2011-02-10
ASoC: Sync initial widget state with hardware
Mark Brown
1
-0
/
+13
2011-01-28
Merge branch 'for-2.6.38' into for-2.6.39
Mark Brown
1
-3
/
+3
2011-01-28
ASoC: Fix mask/val_mask confusion snd_soc_dapm_put_volsw()
Stephen Warren
1
-3
/
+3
2011-01-27
ASoC: Add subsequence information to seq_notify callbacks
Mark Brown
1
-2
/
+3
2011-01-19
ASoC: Provide per widget type callback when executing DAPM sequences
Mark Brown
1
-1
/
+15
2011-01-19
ASoC: Add support for sequencing within
Mark Brown
1
-1
/
+10
2011-01-19
ASoC: Explicitly say if we're powering up or down
Mark Brown
1
-12
/
+25
2010-12-22
ASoC: don't pass the string as the format arguemtn for dev_info()
Takashi Iwai
1
-1
/
+1
2010-12-17
ASoC: soc-dapm: Introduce the new snd_soc_dapm_virt_mux type
Dimitris Papastamos
1
-0
/
+19
2010-12-17
ASoC: Do DAPM control updates in the middle of DAPM sequences
Mark Brown
1
-58
/
+72
2010-12-15
ASoC: Extend DAPM to handle power changes on cross-device paths
Jarkko Nikula
1
-46
/
+63
2010-12-15
ASoC: Move widgets from DAPM context to snd_soc_card
Jarkko Nikula
1
-20
/
+49
2010-12-15
ASoC: Move DAPM paths from DAPM context to snd_soc_card
Jarkko Nikula
1
-14
/
+27
2010-12-14
ASoC: dapm: Add output driver widget
Olaya, Margarita
1
-0
/
+6
2010-12-13
ASoC: Fix build error caused by merging a fix for 2.6.37 into 2.6.38
Jarkko Nikula
1
-1
/
+1
2010-12-13
Merge branch 'for-2.6.37' into for-2.6.38
Mark Brown
1
-0
/
+3
2010-12-13
ASoC: Fix bias power down of non-DAPM codec
Jarkko Nikula
1
-0
/
+3
2010-12-06
ASoC: Add post-CODEC bias level callback for machine driver
Mark Brown
1
-0
/
+4
2010-11-22
ASoC: Do not include soc-dapm.h
Jarkko Nikula
1
-1
/
+0
2010-11-16
ASoC: Use DAPM context rather than CODEC when constructing sequences
Mark Brown
1
-2
/
+2
2010-11-15
ASoC: Add optional name_prefix for codec kcontrol, widget and route names
Jarkko Nikula
1
-2
/
+32
2010-11-15
Merge branch 'for-2.6.37' into for-2.6.38
Mark Brown
1
-2
/
+2
2010-11-15
ASoC: Fix dapm_seq_compare() for multi-component
Mark Brown
1
-2
/
+2
2010-11-11
ASoC: Add DAPM trace events
Mark Brown
1
-0
/
+14
2010-11-11
ASoC: Factor out boiler plate for DAPM event generation
Mark Brown
1
-49
/
+49
2010-11-10
ASoC: Convert pop_dbg to use dev_info
Jarkko Nikula
1
-18
/
+26
2010-11-10
ASoC: Update DAPM debug and error prints
Jarkko Nikula
1
-45
/
+55
2010-11-06
ASoC: Move pop time from DAPM context to sound card
Jarkko Nikula
1
-14
/
+16
2010-11-06
ASoC: Decouple DAPM from CODECs
Liam Girdwood
1
-168
/
+187
2010-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-43
/
+45
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-08-12
ASoC: multi-component - ASoC Multi-Component Support
Liam Girdwood
1
-43
/
+45
2010-05-20
Merge branch 'topic/asoc' into for-linus
Takashi Iwai
1
-121
/
+96
2010-05-10
ASoC: Support leaving paths enabled over system suspend
Mark Brown
1
-1
/
+30
2010-05-10
ASoC: Refactor DAPM suspend handling
Mark Brown
1
-23
/
+30
2010-05-10
ASoC: Remove unused DAPM suspend flag
Mark Brown
1
-10
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
[next]