index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: soc-core: remove unneeded snd_soc_tplg_component_remove()
Kuninori Morimoto
2019-10-30
1
-2
/
+0
*
ASoC: soc-core: add for_each_rtd_components() and replace
Kuninori Morimoto
2019-10-23
1
-13
/
+9
*
ASoC: soc-core: snd_soc_unbind_card() cleanup
Kuninori Morimoto
2019-10-22
1
-3
/
+0
*
ASoC: soc-core: add snd_soc_pcm_lib_ioctl()
Kuninori Morimoto
2019-10-08
1
-0
/
+12
*
ASoC: soc-core: setup card->rtd_num at snd_soc_instantiate_card()
Kuninori Morimoto
2019-10-03
1
-3
/
+1
*
ASoC: soc-core: use devm_xxx for component related resource
Kuninori Morimoto
2019-10-03
1
-9
/
+4
*
ASoC: soc-core: add soc_setup_card_name()
Kuninori Morimoto
2019-10-03
1
-18
/
+42
*
ASoC: soc-core: remove soc_remove_dai_links()
Kuninori Morimoto
2019-10-03
1
-18
/
+8
*
ASoC: soc-core: use devm_kzalloc() for rtd
Kuninori Morimoto
2019-10-03
1
-4
/
+2
*
ASoC: core: Clarify usage of ignore_machine
Daniel Baluta
2019-10-01
1
-2
/
+2
*
ASoC: soc-core: remove snd_soc_rtdcom_del_all()
Kuninori Morimoto
2019-10-01
1
-12
/
+12
*
ASoC: soc-core: tidyup soc_new_pcm_runtime() alloc order
Kuninori Morimoto
2019-10-01
1
-23
/
+32
*
ASoC: soc-core: merge soc_free_pcm_runtime() and soc_rtd_free()
Kuninori Morimoto
2019-10-01
1
-16
/
+8
*
ASoC: soc-core: merge soc_new_pcm_runtime() and soc_rtd_init()
Kuninori Morimoto
2019-10-01
1
-42
/
+53
*
ASoC: soc-core: create rtd->codec_dais first
Kuninori Morimoto
2019-10-01
1
-6
/
+6
*
ASoC: soc-core: call list_del(&rtd->list) at soc_free_pcm_runtime()
Kuninori Morimoto
2019-10-01
1
-3
/
+2
*
ASoC: soc-core: merge soc_add_pcm_runtime() into soc_new_pcm_runtime()
Kuninori Morimoto
2019-10-01
1
-7
/
+2
*
ASoC: soc-core: move soc_free_pcm_runtime()
Kuninori Morimoto
2019-10-01
1
-7
/
+7
*
ASoC: core: use list_del_init and move it back to soc_cleanup_component
Bard liao
2019-09-20
1
-1
/
+2
*
ASoC: core: delete component->card_list in soc_remove_component only
Bard Liao
2019-09-17
1
-2
/
+1
*
ASoC: soc-core: self contained soc_unbind_aux_dev()
Kuninori Morimoto
2019-09-09
1
-8
/
+9
*
ASoC: soc-core: add soc_unbind_aux_dev()
Kuninori Morimoto
2019-09-09
1
-1
/
+7
*
ASoC: soc-core: self contained soc_bind_aux_dev()
Kuninori Morimoto
2019-09-09
1
-16
/
+15
*
ASoC: soc-core: move soc_probe_link_dais() next to soc_remove_link_dais()
Kuninori Morimoto
2019-09-09
1
-29
/
+29
*
ASoC: soc-core: self contained soc_probe_link_dais()
Kuninori Morimoto
2019-09-09
1
-25
/
+25
*
ASoC: soc-core: add new soc_link_init()
Kuninori Morimoto
2019-09-09
1
-10
/
+18
*
ASoC: soc-core: move soc_probe_dai() next to soc_remove_dai()
Kuninori Morimoto
2019-09-09
1
-20
/
+20
*
ASoC: soc-core: self contained soc_remove_link_dais()
Kuninori Morimoto
2019-09-09
1
-14
/
+15
*
ASoC: soc-core: self contained soc_remove_link_components()
Kuninori Morimoto
2019-09-09
1
-18
/
+15
*
ASoC: soc-core: self contained soc_probe_link_components()
Kuninori Morimoto
2019-09-09
1
-19
/
+19
*
ASoC: soc-core: add comment to jack at soc_remove_component()
Kuninori Morimoto
2019-09-04
1
-0
/
+2
*
ASoC: soc-core: move soc_probe_link_components() position
Kuninori Morimoto
2019-09-02
1
-20
/
+20
*
ASoC: soc-core: add snd_soc_dapm_init()
Kuninori Morimoto
2019-09-02
1
-12
/
+2
*
ASoC: soc-core: dapm related setup at one place
Kuninori Morimoto
2019-09-02
1
-12
/
+9
*
ASoC: soc-core: move soc_probe_component() position
Kuninori Morimoto
2019-09-02
1
-131
/
+130
*
ASoC: soc-core: add soc_rtd_free()
Kuninori Morimoto
2019-09-02
1
-5
/
+12
*
ASoC: soc-core: rename soc_post_component_init() to soc_rtd_init()
Kuninori Morimoto
2019-08-23
1
-5
/
+4
*
ASoC: soc-core: initialize list at one place
Kuninori Morimoto
2019-08-22
1
-2
/
+2
*
ASoC: soc-core: initialize component list
Kuninori Morimoto
2019-08-22
1
-3
/
+3
*
ASoC: soc-core: soc_cleanup_card_resources() become void
Kuninori Morimoto
2019-08-22
1
-3
/
+1
*
ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup()
Kuninori Morimoto
2019-08-22
1
-0
/
+8
*
ASoC: soc-core: use device_register()
Kuninori Morimoto
2019-08-22
1
-2
/
+1
*
ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link()
Kuninori Morimoto
2019-08-21
1
-8
/
+1
*
ASoC: soc-core: merge snd_soc_initialize_card_lists()
Kuninori Morimoto
2019-08-21
1
-5
/
+8
*
ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime
Peter Ujfalusi
2019-08-15
1
-1
/
+1
*
ASoC: soc-core: Fix -Wunused-const-variable warning
YueHaibing
2019-08-15
1
-0
/
+2
*
ASoC: soc-core: add for_each_xxx macro for aux_dev
Kuninori Morimoto
2019-08-09
1
-7
/
+8
*
ASoC: soc-core: remove legacy style of aux_dev
Kuninori Morimoto
2019-08-09
1
-6
/
+0
*
ASoC: soc-core: support snd_soc_dai_link_component for aux_dev
Kuninori Morimoto
2019-08-09
1
-26
/
+10
*
ASoC: soc-core: fix module_put() warning in soc_cleanup_component
Pierre-Louis Bossart
2019-08-08
1
-1
/
+1
[next]