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.13.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-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-20
ASoC: core: use list_del_init and move it back to soc_cleanup_component
Bard liao
1
-1
/
+2
2019-09-17
ASoC: core: delete component->card_list in soc_remove_component only
Bard Liao
1
-2
/
+1
2019-09-09
ASoC: soc-core: self contained soc_unbind_aux_dev()
Kuninori Morimoto
1
-8
/
+9
2019-09-09
ASoC: soc-core: add soc_unbind_aux_dev()
Kuninori Morimoto
1
-1
/
+7
2019-09-09
ASoC: soc-core: self contained soc_bind_aux_dev()
Kuninori Morimoto
1
-16
/
+15
2019-09-09
ASoC: soc-core: move soc_probe_link_dais() next to soc_remove_link_dais()
Kuninori Morimoto
1
-29
/
+29
2019-09-09
ASoC: soc-core: self contained soc_probe_link_dais()
Kuninori Morimoto
1
-25
/
+25
2019-09-09
ASoC: soc-core: add new soc_link_init()
Kuninori Morimoto
1
-10
/
+18
2019-09-09
ASoC: soc-core: move soc_probe_dai() next to soc_remove_dai()
Kuninori Morimoto
1
-20
/
+20
2019-09-09
ASoC: soc-core: self contained soc_remove_link_dais()
Kuninori Morimoto
1
-14
/
+15
2019-09-09
ASoC: soc-core: self contained soc_remove_link_components()
Kuninori Morimoto
1
-18
/
+15
2019-09-09
ASoC: soc-core: self contained soc_probe_link_components()
Kuninori Morimoto
1
-19
/
+19
2019-09-04
ASoC: soc-core: add comment to jack at soc_remove_component()
Kuninori Morimoto
1
-0
/
+2
2019-09-02
ASoC: soc-core: move soc_probe_link_components() position
Kuninori Morimoto
1
-20
/
+20
2019-09-02
ASoC: soc-core: add snd_soc_dapm_init()
Kuninori Morimoto
1
-12
/
+2
2019-09-02
ASoC: soc-core: dapm related setup at one place
Kuninori Morimoto
1
-12
/
+9
2019-09-02
ASoC: soc-core: move soc_probe_component() position
Kuninori Morimoto
1
-131
/
+130
2019-09-02
ASoC: soc-core: add soc_rtd_free()
Kuninori Morimoto
1
-5
/
+12
2019-08-23
ASoC: soc-core: rename soc_post_component_init() to soc_rtd_init()
Kuninori Morimoto
1
-5
/
+4
2019-08-22
ASoC: soc-core: initialize list at one place
Kuninori Morimoto
1
-2
/
+2
2019-08-22
ASoC: soc-core: initialize component list
Kuninori Morimoto
1
-3
/
+3
2019-08-22
ASoC: soc-core: soc_cleanup_card_resources() become void
Kuninori Morimoto
1
-3
/
+1
2019-08-22
ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup()
Kuninori Morimoto
1
-0
/
+8
2019-08-22
ASoC: soc-core: use device_register()
Kuninori Morimoto
1
-2
/
+1
2019-08-21
ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link()
Kuninori Morimoto
1
-8
/
+1
2019-08-21
ASoC: soc-core: merge snd_soc_initialize_card_lists()
Kuninori Morimoto
1
-5
/
+8
2019-08-15
ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime
Peter Ujfalusi
1
-1
/
+1
2019-08-15
ASoC: soc-core: Fix -Wunused-const-variable warning
YueHaibing
1
-0
/
+2
2019-08-09
ASoC: soc-core: add for_each_xxx macro for aux_dev
Kuninori Morimoto
1
-7
/
+8
2019-08-09
ASoC: soc-core: remove legacy style of aux_dev
Kuninori Morimoto
1
-6
/
+0
2019-08-09
ASoC: soc-core: support snd_soc_dai_link_component for aux_dev
Kuninori Morimoto
1
-26
/
+10
2019-08-08
ASoC: soc-core: fix module_put() warning in soc_cleanup_component
Pierre-Louis Bossart
1
-1
/
+1
2019-08-08
ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()
Kuninori Morimoto
1
-2
/
+1
2019-08-08
ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FS
Kuninori Morimoto
1
-2
/
+0
2019-08-08
ASoC: soc-core: tidyup for card->deferred_resume_work
Kuninori Morimoto
1
-4
/
+10
2019-08-08
ASoC: soc-core: remove unneeded list_empty() check for snd_soc_try_rebind_card()
Kuninori Morimoto
1
-6
/
+3
2019-08-08
ASoC: soc-core: call snd_soc_dapm_debugfs_init() at soc_init_card_debugfs()
Kuninori Morimoto
1
-4
/
+2
2019-08-08
ASoC: soc-core: tidyup for snd_soc_add_card_controls()
Kuninori Morimoto
1
-3
/
+4
2019-08-08
ASoC: soc-core: tidyup for snd_soc_dapm_add_routes()
Kuninori Morimoto
1
-10
/
+13
2019-08-08
ASoC: soc-core: tidyup for snd_soc_add_component_controls()
Kuninori Morimoto
1
-4
/
+6
2019-08-07
ASoC: soc-core: tidyup for snd_soc_dapm_new_controls()
Kuninori Morimoto
1
-13
/
+13
2019-08-07
ASoC: soc-core: reuse rtdcom at snd_soc_rtdcom_add()
Kuninori Morimoto
1
-6
/
+5
2019-08-07
ASoC: soc-core: don't use for_each_card_links_safe() at snd_soc_find_dai_link()
Kuninori Morimoto
1
-2
/
+2
2019-08-07
ASoC: soc-core: check return value of snd_soc_add_dai_link()
Kuninori Morimoto
1
-2
/
+5
2019-08-07
ASoC: soc-core: add comment for for_each_xxx
Kuninori Morimoto
1
-0
/
+2
2019-08-07
ASoC: soc-core: set component->debugfs_root NULL
Kuninori Morimoto
1
-0
/
+3
2019-08-05
ASoC: soc-component: move snd_soc_component_set_bias_level()
Kuninori Morimoto
1
-10
/
+0
2019-08-05
ASoC: soc-component: move snd_soc_component_stream_event()
Kuninori Morimoto
1
-10
/
+0
2019-08-05
ASoC: soc-component: move snd_soc_component_seq_notifier()
Kuninori Morimoto
1
-10
/
+0
2019-08-05
ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()
Kuninori Morimoto
1
-5
/
+2
[next]