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
2019-06-26
ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai()
Kuninori Morimoto
1
-2
/
+11
2019-06-24
ASoC: soc-core: use soc_find_component() at snd_soc_find_dai()
Kuninori Morimoto
1
-3
/
+2
2019-06-24
ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_component
Kuninori Morimoto
1
-25
/
+20
2019-06-24
ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component()
Kuninori Morimoto
1
-9
/
+5
2019-06-24
ASoC: soc-core: move soc_find_component()
Kuninori Morimoto
1
-19
/
+19
2019-06-19
ASoC: soc-core: allow no Platform on dai_link
Kuninori Morimoto
1
-31
/
+33
2019-06-07
ASoC: Remove erroneous soc_cleanup_card_resources() call
Sylwester Nawrocki
1
-1
/
+0
2019-06-06
Merge branch 'asoc-5.2' into asoc-5.3
Mark Brown
1
-16
/
+10
2019-06-06
ASoC: soc-core: remove legacy style dai_link
Kuninori Morimoto
1
-158
/
+7
2019-06-06
ASoC: soc.h: add sound dai_link connection macro
Kuninori Morimoto
1
-0
/
+7
2019-06-06
ASoC: soc-core: use snd_soc_dai_link_component for CPU
Kuninori Morimoto
1
-14
/
+69
2019-06-06
ASoC: core: Tell codec that jack is being removed
Amadeusz Sławiński
1
-0
/
+1
2019-06-06
ASoC: core: move DAI pre-links initiation to snd_soc_instantiate_card
Tzung-Bi Shih
1
-17
/
+10
2019-06-03
Revert "ASoC: core: use component driver name as component name"
Krzysztof Kozlowski
1
-4
/
+1
2019-05-30
Merge branch 'asoc-5.2' into asoc-5.3
Mark Brown
1
-1
/
+8
2019-05-29
ASoC: core: use component driver name as component name
Tzung-Bi Shih
1
-1
/
+4
2019-05-28
ASoC: soc-core: fixup references at soc_cleanup_card_resources()
Kuninori Morimoto
1
-1
/
+6
2019-05-24
ASoC: core: lock client_mutex while removing link components
Ranjani Sridharan
1
-0
/
+2
2019-05-20
ASoC: soc-core: WARN() is not related to component->driver->probe
Kuninori Morimoto
1
-5
/
+4
2019-05-13
ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id()
Kuninori Morimoto
1
-12
/
+5
2019-05-13
ASoC: soc-core: add soc_component_to_node()
Kuninori Morimoto
1
-21
/
+18
2019-05-13
ASoC: soc-core: tidyup soc_bind_dai_link() comment balance
Kuninori Morimoto
1
-3
/
+2
2019-05-13
ASoC: soc-core: don't use codec_dais on soc_bind_dai_link()
Kuninori Morimoto
1
-6
/
+4
2019-05-13
ASoC: soc-core: use i on snd_soc_resume()
Kuninori Morimoto
1
-3
/
+3
2019-04-26
Merge branch 'asoc-5.1' into asoc-5.2
Mark Brown
1
-2
/
+2
2019-04-08
ASoC: core: conditionally increase module refcount on component open
Ranjani Sridharan
1
-2
/
+2
2019-04-05
ASoC: core: remove link components before cleaning up card resources
Ranjani Sridharan
1
-0
/
+11
2019-04-02
ASoC: core: support driver alias names for FE topology overrides
Pierre-Louis Bossart
1
-2
/
+5
2019-03-11
ASoC: dpcm: prevent snd_soc_dpcm use after free
KaiChieh Chuang
1
-0
/
+1
2019-03-04
ASoC: soc-core: Fix probe deferral following prelink failure
Jonathan Hunter
1
-0
/
+1
2019-02-08
ASoC: core: don't increase component module refcount unconditionally
Pierre-Louis Bossart
1
-2
/
+4
2019-02-06
Merge branch 'asoc-5.0' into asoc-5.1 for dapm table
Mark Brown
1
-2
/
+7
2019-02-04
ASoC: soc-core: clear platform pointers on error
Curtis Malainey
1
-1
/
+20
2019-02-02
ASoC: topology: fix oops/use-after-free case with dai driver
Guennadi Liakhovetski
1
-1
/
+1
2019-01-28
ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2
Kuninori Morimoto
1
-5
/
+4
2019-01-25
ASoC: core: Allow soc_find_component lookups to match parent of_node
Charles Keepax
1
-1
/
+6
2019-01-22
ASoC: core: Fix multi-CODEC setups
Mark Brown
1
-2
/
+3
2019-01-21
ASoC: soc-core: use for_each_link_codecs() for dai_link codecs
Kuninori Morimoto
1
-3
/
+2
2019-01-21
ASoC: soc-core: add soc_cleanup_component()
Kuninori Morimoto
1
-12
/
+14
2019-01-21
ASoC: soc-core: reduce if/else nest on soc_probe_link_dais
Kuninori Morimoto
1
-20
/
+17
2019-01-21
ASoC: soc-core: merge card resources cleanup method
Kuninori Morimoto
1
-60
/
+43
2019-01-21
ASoC: soc-core: add new snd_soc_flush_all_delayed_work()
Kuninori Morimoto
1
-8
/
+11
2019-01-21
ASoC: soc-core: add .num_platform for dai_link
Kuninori Morimoto
1
-7
/
+16
2019-01-18
ASoC: soc.h: add explanation of legacy/modern style of dai_link
Kuninori Morimoto
1
-2
/
+18
2019-01-18
Merge tag 'asoc-fix-v5.0-rc2' into asoc-5.1
Mark Brown
1
-6
/
+28
2019-01-18
ASoC: soc-core: remove error due to probe deferral
Stefan Agner
1
-2
/
+2
2019-01-15
ASoC: core: Don't defer probe on optional, NULL components
Matthias Reichl
1
-2
/
+4
2019-01-15
ASoC: core: Make snd_soc_find_component() more robust
Mark Brown
1
-1
/
+1
2019-01-14
ASoC: soc-core: fix init platform memory handling
Curtis Malainey
1
-5
/
+6
2019-01-10
ASoC: soc-core: Hold client_mutex around soc_init_dai_link()
Rohit kumar
1
-0
/
+4
[next]