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
2021-12-23
ASoC: core: Add snd_soc_of_parse_pin_switches() from simple-card-utils
Stephan Gerhold
1
-44
/
+1
2021-12-20
ASoC: generic: Use dev_err_probe() helper
Kuninori Morimoto
3
-8
/
+4
2021-12-09
ASoC: test-component: fix null pointer dereference.
Ameer Hamza
1
-6
/
+2
2021-12-06
ASoC: test-component: fix null pointer dereference.
Ameer Hamza
1
-1
/
+4
2021-10-18
ASoC: soc-component: add snd_soc_component_is_codec()
Kuninori Morimoto
1
-2
/
+2
2021-10-15
ASoC: audio-graph-card2-custom-sample.dtsi: add Codec2Codec sample (Multi)
Kuninori Morimoto
1
-1
/
+42
2021-10-15
ASoC: audio-graph-card2-custom-sample.dtsi: add Codec2Codec sample (Single)
Kuninori Morimoto
1
-1
/
+22
2021-10-15
ASoC: audio-graph-card2-custom-sample.dtsi: add DPCM sample (Multi)
Kuninori Morimoto
1
-1
/
+35
2021-10-15
ASoC: audio-graph-card2-custom-sample.dtsi: add DPCM sample (Single)
Kuninori Morimoto
1
-0
/
+36
2021-10-15
ASoC: audio-graph-card2-custom-sample.dtsi: add Sample DT for Normal (Nulti)
Kuninori Morimoto
1
-0
/
+24
2021-10-15
ASoC: audio-graph-card2-custom-sample.dtsi: add Sample DT for Normal (Single)
Kuninori Morimoto
1
-0
/
+71
2021-10-15
ASoC: add Audio Graph Card2 Custom Sample
Kuninori Morimoto
3
-0
/
+191
2021-10-15
ASoC: audio-graph-card2: add Codec2Codec support
Kuninori Morimoto
1
-0
/
+181
2021-10-15
ASoC: audio-graph-card2: add DPCM support
Kuninori Morimoto
1
-0
/
+254
2021-10-15
ASoC: audio-graph-card2: add Multi CPU/Codec support
Kuninori Morimoto
1
-10
/
+186
2021-10-15
ASoC: add Audio Graph Card2 driver
Kuninori Morimoto
3
-0
/
+680
2021-10-15
ASoC: simple-card-utils: add codec2codec support
Kuninori Morimoto
1
-1
/
+17
2021-10-15
ASoC: simple-card-utils: add asoc_graph_is_ports0()
Kuninori Morimoto
1
-0
/
+28
2021-10-15
ASoC: test-component: add Test Component for Sound debug/test
Kuninori Morimoto
3
-0
/
+667
2021-09-20
ASoC: audio-graph: Fixup CPU endpoint hw_params in a BE<->BE link
Sameer Pujar
1
-1
/
+3
2021-09-01
ASoC: audio-graph: respawn Platform Support
Kuninori Morimoto
1
-0
/
+6
2021-08-05
ASoC: simple-card-utils: Avoid over-allocating DLCs
Samuel Holland
1
-2
/
+2
2021-06-22
ASoC: simple-card: Fill in driver name
Guido Günther
1
-0
/
+1
2021-06-21
ASoC: simple-card-utils: switch to use snd_soc_daifmt_parse_format/clock_prov...
Kuninori Morimoto
1
-11
/
+5
2021-05-11
ASoC: audio-graph: tidyup graph_parse_node()
Kuninori Morimoto
1
-12
/
+15
2021-05-11
ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()
Kuninori Morimoto
1
-16
/
+14
2021-05-11
ASoC: simple-card: add simple_link_init()
Kuninori Morimoto
1
-31
/
+30
2021-05-11
ASoC: simple-card: add simple_parse_node()
Kuninori Morimoto
1
-54
/
+53
2021-04-23
ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2
Mark Brown
2
-102
/
+106
2021-04-21
ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()
Kuninori Morimoto
1
-16
/
+14
2021-04-21
ASoC: simple-card: add simple_link_init()
Kuninori Morimoto
1
-29
/
+30
2021-04-21
ASoC: simple-card: add simple_parse_node()
Kuninori Morimoto
1
-61
/
+58
2021-04-21
ASoC: audio-graph: add graph_link_init()
Kuninori Morimoto
1
-37
/
+33
2021-04-21
ASoC: audio-graph: add graph_parse_node()
Kuninori Morimoto
1
-59
/
+49
2021-04-20
ASoC: audio-graph: remove Platform support
Kuninori Morimoto
1
-6
/
+0
2021-04-20
ASoC: audio-graph: remove unused "node" from graph_parse_mclk_fs()
Kuninori Morimoto
1
-2
/
+0
2021-04-20
ASoC: audio-graph: remove "audio-graph-card, " preix support
Kuninori Morimoto
1
-5
/
+0
2021-04-20
ASoC: audio-graph: check ports if exists
Kuninori Morimoto
1
-4
/
+6
2021-04-20
ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.c
Kuninori Morimoto
3
-16
/
+9
2021-04-20
ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c
Kuninori Morimoto
2
-18
/
+18
2021-04-20
ASoC: simple-card-utils: Allocate link info structure on heap
Thierry Reding
2
-17
/
+24
2021-04-16
ASoC: simple-card-utils: Increase maximum number of links to 128
Thierry Reding
2
-4
/
+4
2021-04-16
ASoC: simple-card-utils: Propagate errors on too many links
Thierry Reding
2
-15
/
+21
2021-04-15
ASoC: audio-graph: use simple_props_to_xxx() macro
Kuninori Morimoto
1
-5
/
+5
2021-04-15
ASoC: audio-graph: use asoc_link_to_xxx() macro
Kuninori Morimoto
1
-15
/
+18
2021-04-15
ASoC: simple-card: use simple_props_to_xxx() macro
Kuninori Morimoto
1
-5
/
+5
2021-04-15
ASoC: simple-card: use asoc_link_to_xxx() macro
Kuninori Morimoto
1
-16
/
+19
2021-04-15
ASoC: simple-card: remove unused variable from simple_parse_of()
Kuninori Morimoto
1
-5
/
+0
2021-04-13
ASoC: simple-card-utils: tidyup asoc_simple_parse_convert()
Kuninori Morimoto
3
-11
/
+10
2021-04-13
ASoC: simple-card-utils: multi support at asoc_simple_canonicalize_cpu/platfo...
Kuninori Morimoto
3
-13
/
+16
[next]