index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-dapm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-25
Merge tag 'v3.5-rc4' into for-3.6
Mark Brown
1
-2
/
+2
2012-06-23
ASoC: dapm: Try to add all routes even if one fails
Mark Brown
1
-4
/
+4
2012-06-08
ASoC: dapm: Fix input list to use source widgets
Liam Girdwood
1
-1
/
+1
2012-06-05
ASoC: dapm: The clock API is even less consistent than thought
Mark Brown
1
-1
/
+1
2012-06-04
ASoC: dapm: Bodge for lack of a widely available clk API
Mark Brown
1
-0
/
+6
2012-06-04
ASoC: dapm: Fix connected widget capture path query.
Liam Girdwood
1
-1
/
+1
2012-06-04
ASoC: dapm: Use devm_clk_get()
Mark Brown
1
-1
/
+1
2012-06-03
ASoC: core: Add widget SND_SOC_DAPM_CLOCK_SUPPLY
Ola Lilja
1
-0
/
+38
2012-05-13
Merge tag 'v3.4-rc7' into for-3.5
Mark Brown
1
-0
/
+2
2012-04-27
ASoC: dapm: Move CODEC<->CODEC params off stack
Mark Brown
1
-12
/
+20
2012-04-26
Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
1
-0
/
+2
2012-04-26
ASoC: dpcm: Add runtime dynamic route update
Liam Girdwood
1
-2
/
+6
2012-04-18
ASoC: dapm: Add API call to query valid DAPM paths
Liam Girdwood
1
-10
/
+112
2012-04-16
ASoC: soc-dapm: Use '%llx' with 'u64' type.
Fabio Estevam
1
-1
/
+1
2012-04-16
ASoC: core: Support transparent CODEC<->CODEC DAI links
Mark Brown
1
-3
/
+152
2012-04-16
ASoC: dapm: Allow DAI widgets to be routed through
Mark Brown
1
-1
/
+4
2012-04-15
ASoC: dapm: release lock on error paths
Dan Carpenter
1
-5
/
+7
2012-04-12
ASoC: dapm: Ensure power gets managed for line widgets
Mark Brown
1
-0
/
+2
2012-04-09
Merge tag 'v3.4-rc2' into for-3.5
Mark Brown
1
-14
/
+2
2012-04-05
simple_open: automatically convert to simple_open()
Stephen Boyd
1
-14
/
+2
2012-04-01
ASoC: dapm: Remove bodges for no-widget CODECs
Mark Brown
1
-32
/
+4
2012-04-01
ASoC: dapm: Only lock CODEC for I/O if not using regmap
Mark Brown
1
-2
/
+2
2012-04-01
ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutex
Liam Girdwood
1
-6
/
+28
2012-04-01
ASoC: dapm: Add regulator member to struct dapm_widget
Liam Girdwood
1
-5
/
+5
2012-04-01
ASoC: dapm: Rename dapm mutex subclass to better match usage
Liam Girdwood
1
-10
/
+10
2012-04-01
ASoC: dapm: Add platform stream event support
Liam Girdwood
1
-28
/
+51
2012-04-01
ASoC: dapm: lock mixer & mux update power with DAPM mutex
Liam Girdwood
1
-6
/
+30
2012-04-01
ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutex
Liam Girdwood
1
-20
/
+39
2012-03-18
Merge branch 'topic/asoc' into for-linus
Takashi Iwai
1
-115
/
+285
2012-03-12
ASoC: Revert widget I/O locking for 3.4
Mark Brown
1
-28
/
+6
2012-03-07
ASoC: dapm: Only lock CODEC for I/O if not using regmap
Mark Brown
1
-2
/
+2
2012-03-06
ASoC: DAPM: Make sure DAPM widget IO ops hold the component mutex
Liam Girdwood
1
-6
/
+28
2012-03-06
ASoC: dapm: Use dev_warn for debugfs warning message
Liam Girdwood
1
-1
/
+1
2012-03-05
ASoC: dapm: Show if widgets are forced in debugfs
Mark Brown
1
-2
/
+3
2012-02-23
ASoC: dapm: Check for bias level when powering down
Mark Brown
1
-3
/
+9
2012-02-17
ASoC: dapm: Only mark pin widgets as dirty if we actually change state
Mark Brown
1
-1
/
+3
2012-02-17
ASoC: dapm: Convert stream events to use DAI widgets
Mark Brown
1
-26
/
+17
2012-02-17
ASoC: dapm: Implement and instantiate DAI widgets
Mark Brown
1
-8
/
+127
2012-02-17
ASoC: dapm: Supply the DAI and substream when calling stream events
Mark Brown
1
-9
/
+16
2012-02-17
ASoC: dapm: Refactor snd_soc_dapm_new_widget() to return the widget
Mark Brown
1
-21
/
+14
2012-02-17
ASoC: dapm: Unexport snd_soc_dapm_new_control()
Mark Brown
1
-3
/
+2
2012-02-15
ASoC: dapm: Convert pin switches to use snd_soc_card
Mark Brown
1
-10
/
+10
2012-02-15
ASoC: dapm: Notify stream event to all card components.
Liam Girdwood
1
-4
/
+6
2012-02-15
ASoC: dapm - Make DAPM reset code a separate function.
Liam Girdwood
1
-7
/
+14
2012-02-06
ASoC: dapm: Clean up header information.
Liam Girdwood
1
-8
/
+2
2012-02-06
ASoC: dapm: Export mixer|mux_update_power() to public API.
Liam Girdwood
1
-12
/
+9
2012-01-26
ASoC: dapm: Ignore isolated signal generators for power purposes
Mark Brown
1
-1
/
+5
2012-01-26
ASoC: dapm: Drop runtime PM references asynchronously
Mark Brown
1
-1
/
+1
2012-01-26
ASoC: Provide REGULATOR_SUPPLY widget type
Mark Brown
1
-2
/
+49
2012-01-21
ASoC: Use regmap update bits operation for drivers using regmap
Mark Brown
1
-10
/
+17
[next]