index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-topology.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-08
ASoC: topology: Allow TLV control to be either read or write
Amadeusz Sławiński
1
-1
/
+2
2021-12-01
ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
Takashi Iwai
1
-0
/
+3
2021-02-04
ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values()
Dan Carpenter
1
-1
/
+1
2021-02-04
ASoC: topology: Properly unregister DAI on removal
Amadeusz Sławiński
1
-4
/
+5
2020-10-06
Merge tag 'v5.9-rc5' into asoc-5.10
Mark Brown
1
-2
/
+2
2020-09-17
Merge branch 'asoc-5.9' into asoc-5.10
Mark Brown
1
-0
/
+11
2020-09-17
ASoC: topology: disable size checks for bytes_ext controls if needed
Pierre-Louis Bossart
1
-0
/
+11
2020-09-08
ASoC: topology: Add support for WO and RO TLV byte kcontrols
Dharageswari R
1
-3
/
+4
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-08
ASoC: topology: add more logs when topology load fails.
Pierre-Louis Bossart
1
-3
/
+10
2020-07-08
ASoC: topology: factor kfree(se) in error handling
Pierre-Louis Bossart
1
-6
/
+3
2020-07-08
ASoC: topology: use break on errors, not continue
Pierre-Louis Bossart
1
-25
/
+28
2020-07-08
ASoC: topology: fix tlvs in error handling for widget_dmixer
Pierre-Louis Bossart
1
-1
/
+1
2020-07-08
ASoC: topology: fix kernel oops on route addition error
Pierre-Louis Bossart
1
-5
/
+17
2020-06-15
ASoC: soc-topology: use devm_snd_soc_register_dai()
Pierre-Louis Bossart
1
-2
/
+1
2020-05-29
ASoC: topology: remove the redundant pass checks
Keyon Jie
1
-44
/
+2
2020-05-29
ASoC: topology: refine and log the header in the correct pass
Keyon Jie
1
-14
/
+36
2020-04-16
Merge series "Add support for SOF on i.MX8M" from Daniel Baluta <daniel.balut...
Mark Brown
1
-1
/
+1
2020-04-15
ASoC: topology: Remove unneeded semicolon
Amadeusz Sławiński
1
-1
/
+1
2020-04-15
ASoC: topology: Fix endianness issue
Amadeusz Sławiński
1
-1
/
+1
2020-04-09
ASoC: topology: Check return value of soc_tplg_dai_config
Amadeusz Sławiński
1
-2
/
+7
2020-04-09
ASoC: topology: Check return value of pcm_new_ver
Amadeusz Sławiński
1
-1
/
+3
2020-04-09
ASoC: topology: Check soc_tplg_add_route return value
Amadeusz Sławiński
1
-1
/
+3
2020-04-09
ASoC: topology: Check return value of soc_tplg_*_create
Amadeusz Sławiński
1
-6
/
+12
2020-04-09
ASoC: topology: Check return value of soc_tplg_create_tlv
Amadeusz Sławiński
1
-2
/
+14
2020-04-09
ASoC: topology: Add missing memory checks
Amadeusz Sławiński
1
-13
/
+49
2020-04-01
ASoC: topology: use name_prefix for new kcontrol
이경택
1
-1
/
+1
2020-03-13
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-9
/
+13
2020-03-12
ASoC: topology: Perform component check upfront
Amadeusz Sławiński
1
-9
/
+13
2020-03-10
ASoC: soc-dapm: add for_each_card_widgets() macro
Kuninori Morimoto
1
-1
/
+1
2020-02-25
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-7
/
+10
2020-02-19
ASoC: topology: Fix memleak in soc_tplg_manifest_load()
Dragos Tarcatu
1
-6
/
+6
2020-02-19
ASoC: topology: Fix memleak in soc_tplg_link_elems_load()
Dragos Tarcatu
1
-1
/
+4
2020-01-23
Merge branch 'asoc-5.6' into asoc-next
Mark Brown
1
-22
/
+66
2020-01-23
ASoC: topology: fix soc_tplg_fe_link_create() - link->dobj initialization order
Jaroslav Kysela
1
-3
/
+4
2020-01-03
ASoC: soc-topology: fix endianness issues
Pierre-Louis Bossart
1
-20
/
+22
2019-12-25
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-1
/
+0
2019-12-25
ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()
Dragos Tarcatu
1
-3
/
+3
2019-12-18
ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()
Dragos Tarcatu
1
-4
/
+4
2019-12-10
Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-7
/
+20
2019-12-10
ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()
Kuninori Morimoto
1
-1
/
+3
2019-12-10
ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()
Kuninori Morimoto
1
-1
/
+1
2019-12-10
ASoC: soc-core: move snd_soc_find_dai_link()
Kuninori Morimoto
1
-0
/
+41
2019-12-10
ASoC: topology: Check return value for soc_tplg_pcm_create()
Dragos Tarcatu
1
-1
/
+7
2019-12-10
ASoC: topology: Check return value for snd_soc_add_dai_link()
Dragos Tarcatu
1
-6
/
+13
2019-11-06
ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register...
Kuninori Morimoto
1
-1
/
+16
2019-11-06
ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()
Kuninori Morimoto
1
-1
/
+1
2019-10-02
Merge branch 'asoc-5.4' into asoc-5.5
Mark Brown
1
-1
/
+1
2019-09-26
ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create()
Dan Carpenter
1
-1
/
+1
2019-09-09
Merge branch 'asoc-5.4' into asoc-next
Mark Brown
1
-1
/
+1
[next]