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
/
generic
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-06
Merge branch 'asoc-5.3' into asoc-next
Mark Brown
3
-66
/
+32
2019-07-06
Merge branch 'asoc-5.2' into asoc-linus
Mark Brown
1
-3
/
+3
2019-07-04
ASoC: audio-graph-card: fix use-after-free in graph_for_each_link
Wen Yang
1
-3
/
+3
2019-06-28
ASoC: simple-card-utils: consider CPU-Platform possibility
Kuninori Morimoto
1
-12
/
+3
2019-06-26
Merge tag 'v5.2-rc6' into asoc-5.3
Mark Brown
1
-0
/
+1
2019-06-19
ASoC: simple-card-utils: don't select unnecessary Platform
Kuninori Morimoto
1
-3
/
+12
2019-06-06
ASoC: simple-card: support snd_soc_dai_link_component style for cpu
Kuninori Morimoto
3
-62
/
+28
2019-05-30
Merge branch 'asoc-5.2' into asoc-5.3
Mark Brown
1
-5
/
+5
2019-05-24
ASoC: simple-card: Restore original configuration of DAI format
Jon Hunter
1
-5
/
+5
2019-05-21
Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-5
/
+5
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-20
ASoC: simple-card: Fix configuration of DAI format
Jon Hunter
1
-5
/
+5
2019-05-20
ASoC: rename functions that pollute the simple_xxx namespace
Amir Goldstein
1
-4
/
+4
2019-04-26
ASoC: simple-card: Read pin switches conf from devicetree
Paul Cercueil
1
-0
/
+4
2019-04-26
ASoC: simple-card-utils: add asoc_simple_parse_pin_switches()
Paul Cercueil
1
-0
/
+57
2019-04-04
Merge branch 'asoc-5.1' into asoc-5.2
Mark Brown
2
-6
/
+17
2019-04-04
ASoC: simple-card: don't select DPCM via simple-audio-card
Kuninori Morimoto
1
-3
/
+9
2019-04-04
ASoC: audio-graph-card: don't select DPCM via audio-graph-card
Kuninori Morimoto
1
-3
/
+8
2019-04-01
ASoC: simple-card-utils: remove set but not used variable 'dai_name'
YueHaibing
1
-3
/
+1
2019-03-21
ASoC: simple-card-utils: test memory allocation
Kuninori Morimoto
1
-2
/
+7
2019-03-21
ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()
Kuninori Morimoto
3
-159
/
+159
2019-03-21
ASoC: simple-card-utils: separate asoc_simple_card_parse_dai()
Kuninori Morimoto
3
-159
/
+156
2019-03-21
ASoC: simple-card-utils: share asoc_simple_card_init_priv()
Kuninori Morimoto
3
-86
/
+64
2019-03-21
ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup()
Kuninori Morimoto
3
-24
/
+14
2019-03-21
ASoC: simple-card-utils: share asoc_simple_dai_init()
Kuninori Morimoto
3
-46
/
+27
2019-03-21
ASoC: simple-card-utils: share asoc_simple_hw_param()
Kuninori Morimoto
3
-89
/
+59
2019-03-21
ASoC: simple-card-utils: share asoc_simple_shutdown()
Kuninori Morimoto
3
-27
/
+16
2019-03-21
ASoC: simple-card-utils: share asoc_simple_startup()
Kuninori Morimoto
3
-41
/
+22
2019-03-21
ASoC: simple_card_utils: share common priv for simple-card/audio-graph
Kuninori Morimoto
2
-100
/
+53
2019-03-21
ASoC: simple-card-utils: add asoc_simple_debug_info()
Kuninori Morimoto
3
-12
/
+4
2019-03-18
ASoC: audio-graph: add graph_parse_mclk_fs()
Kuninori Morimoto
1
-27
/
+23
2019-03-18
ASoC: audio-graph: rename graph_get_conversion() to graph_parse_convert()
Kuninori Morimoto
1
-6
/
+10
2019-03-18
ASoC: simple-card: add simple_parse_mclk_fs()
Kuninori Morimoto
1
-11
/
+22
2019-03-18
ASoC: simple-card: rename simple_get_conversion() to simple_parse_convert()
Kuninori Morimoto
1
-5
/
+5
2019-02-20
ASoC: simple-card: Fix of-node refcount unbalance in DAI-link parser
Takashi Iwai
1
-6
/
+12
2019-02-20
ASoC: simple-card: Fix missing of_node_put() at simple_dai_link_of()
Takashi Iwai
1
-0
/
+1
2019-02-18
ASoC: simple-card: Fix refcount underflow
Daniel Baluta
1
-1
/
+1
2019-01-21
ASoC: simple-card: rename to asoc_simple_card_canonicalize_platform()
Kuninori Morimoto
3
-21
/
+8
2019-01-21
ASoC: soc-core: add .num_platform for dai_link
Kuninori Morimoto
3
-7
/
+9
2019-01-03
ASoC: simple-card: reduce naming prefix
Kuninori Morimoto
1
-78
/
+79
2019-01-03
ASoC: simple-card: cleanup DAI link loop method - step2
Kuninori Morimoto
1
-93
/
+81
2019-01-03
ASoC: simple-card: cleanup DAI link loop method - step1
Kuninori Morimoto
1
-73
/
+137
2019-01-03
ASoC: simple-card: add link_info
Kuninori Morimoto
1
-44
/
+50
2019-01-03
ASoC: simple-card: add 1 CPU : 1 Codec support again
Kuninori Morimoto
1
-4
/
+28
2019-01-03
ASoC: simple-card: add asoc_simple_card_get_conversion()
Kuninori Morimoto
1
-3
/
+16
2019-01-03
ASoC: audio-graph-card: reduce naming prefix
Kuninori Morimoto
1
-82
/
+82
2019-01-03
ASoC: audio-graph-card: cleanup DAI link loop method - step2
Kuninori Morimoto
1
-91
/
+77
2019-01-03
ASoC: audio-graph-card: cleanup DAI link loop method - step1
Kuninori Morimoto
1
-43
/
+91
2019-01-03
ASoC: audio-graph-card: add link_info
Kuninori Morimoto
1
-48
/
+51
2019-01-03
ASoC: audio-graph-card: add 1 CPU : 1 Codec support again
Kuninori Morimoto
1
-12
/
+32
[next]