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-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-16
ASoC: don't flip master of DT-instantiated DAI links
Stephen Warren
1
-1
/
+2
2012-05-13
Merge tag 'v3.4-rc7' into for-3.5
Mark Brown
1
-3
/
+4
2012-05-05
Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
1
-3
/
+3
2012-04-30
ASoC: core: Fix dai_link dereference.
Liam Girdwood
1
-1
/
+1
2012-04-26
Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
1
-0
/
+1
2012-04-26
ASoC: dpcm: Add API for DAI link substream and runtime lookup
Liam Girdwood
1
-0
/
+29
2012-04-26
ASoC: dpcm: Add debugFS support for DPCM
Liam Girdwood
1
-0
/
+11
2012-04-26
ASoC: dpcm: Add Dynamic PCM core operations.
Liam Girdwood
1
-0
/
+5
2012-04-26
ASoC: core: Remove unused variable 'min'
Fabio Estevam
1
-1
/
+0
2012-04-24
ASoC: core: check of_property_count_strings failure
Richard Zhao
1
-3
/
+3
2012-04-23
ASoC: core: Add strobe control
Kristoffer KARLSSON
1
-0
/
+63
2012-04-23
ASoC: core: Add signed multi register control
Kristoffer KARLSSON
1
-0
/
+118
2012-04-17
ASoC: core: Fix card RTD count for deferred probe.
Liam Girdwood
1
-0
/
+1
2012-04-16
ASoC: Merge tag 'v3.4-rc3' into for-3.5
Mark Brown
1
-0
/
+2
2012-04-16
ASoC: core: Support transparent CODEC<->CODEC DAI links
Mark Brown
1
-7
/
+36
2012-04-16
ASoC: core: Bind DAIs to CODECs at registration time
Mark Brown
1
-6
/
+30
2012-04-16
ASoC: core: Flip master for CODECs in the CPU slot of a CODEC<->CODEC link
Mark Brown
1
-4
/
+33
2012-04-16
ASoC: core: Return -ENOTSUPP instead of -EINVAL if mute is not supported
Mark Brown
1
-1
/
+1
2012-04-11
Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
1
-0
/
+2
2012-04-09
Merge tag 'v3.4-rc2' into for-3.5
Mark Brown
1
-7
/
+1
2012-04-05
simple_open: automatically convert to simple_open()
Stephen Boyd
1
-7
/
+1
2012-04-05
ASoC: set idle_bias_off=1 for all platform DAPM contexts
Stephen Warren
1
-0
/
+2
2012-04-03
ASoC: core: Initialize err for snd_soc_put_volsw_sx
Brian Austin
1
-1
/
+1
2012-04-03
ASoC: core: Rework SOC_DOUBLE_R_SX_TLV add SOC_SINGLE_SX_TLV
Brian Austin
1
-93
/
+81
2012-04-01
ASoC: core: Use driver core probe deferral
Mark Brown
1
-85
/
+62
2012-04-01
ASoC: dapm: Add platform stream event support
Liam Girdwood
1
-6
/
+2
2012-04-01
ASoC: core: Add platform DAI widget mapping
Liam Girdwood
1
-0
/
+14
2012-04-01
ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutex
Liam Girdwood
1
-0
/
+1
2012-04-01
ASoC: core: Add card mutex locking subclasses
Liam Girdwood
1
-1
/
+1
2012-03-15
ASoC: core: Fix obscure leak of runtime array
Mark Brown
1
-4
/
+4
2012-03-08
ASoC: core: missing set_fmt should not be complaint
Shawn Guo
1
-5
/
+6
2012-03-06
ASoC: core: Add platform component mutex
Liam Girdwood
1
-0
/
+1
2012-03-02
ASoC: core: Log a warning when machines use soc-audio
Mark Brown
1
-0
/
+4
2012-03-02
ASoC: core: cleanup platform debugfs on probe failure.
Liam Girdwood
1
-0
/
+1
2012-02-24
ASoC: core: Don't overwrite .poweroff in snd_soc_pm_ops
Viresh Kumar
1
-1
/
+5
2012-02-21
ASoC: core: Add support for masking out parts of coefficient blocks
Mark Brown
1
-7
/
+67
2012-02-21
ASoC: core: Add SND_SOC_BYTES control for coefficient blocks
Mark Brown
1
-0
/
+49
2012-02-17
ASoC: soc-core: Show the returned values on error messages
Fabio Estevam
1
-17
/
+22
2012-02-17
ASoC: dapm: Implement and instantiate DAI widgets
Mark Brown
1
-0
/
+11
2012-02-17
ASoC: dapm: Constify lots of names that are never modified
Mark Brown
1
-1
/
+1
2012-02-17
ASoC: dapm: Supply the DAI and substream when calling stream events
Mark Brown
1
-14
/
+16
2012-02-15
ASoC: core: add platform DAPM debugfs support
Sebastien Guiriec
1
-0
/
+32
2012-02-15
ASoC: core: Convert CODEC debugfs init to use dev_warn()
Liam Girdwood
1
-4
/
+2
2012-02-09
Merge tag 'v3.3-rc3' as we've got several bugfixes in there which are
Mark Brown
1
-0
/
+11
2012-02-09
ASoC: core: Allow CODECs to set ignore_pmdown_time in the driver struct
Mark Brown
1
-0
/
+1
2012-02-04
ASoC: core: Add support for DAI and machine kcontrols.
Liam Girdwood
1
-38
/
+70
2012-01-31
ASoC: core: Support suspend to disk
Mark Brown
1
-2
/
+1
2012-01-31
ASoC: core: Better support for idle_bias_off suspend ignores
Mark Brown
1
-0
/
+11
2012-01-21
ASoC: Use regmap update bits operation for drivers using regmap
Mark Brown
1
-10
/
+15
2012-01-20
ASoC: core - Improve card registration error messaging for large DAI links.
Liam Girdwood
1
-3
/
+5
[next]