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: core: Fix access to uninitialized list heads
Takashi Iwai
2019-12-25
1
-6
/
+6
*
ASoC: soc-core: Set dpcm_playback / dpcm_capture
Daniel Baluta
2019-12-25
1
-0
/
+2
*
ASoC: core: only flush inited work during free
Curtis Malainey
2019-12-09
1
-1
/
+2
*
ASoC: core: Init pcm runtime work early to avoid warnings
Curtis Malainey
2019-12-04
1
-0
/
+10
*
ASoC: DMI long name - avoid to add board name if matches with product name
Jaroslav Kysela
2019-11-22
1
-1
/
+2
*
ASoC: improve the DMI long card code in asoc-core
Jaroslav Kysela
2019-11-22
1
-41
/
+25
*
ASoC: add control components management
Jaroslav Kysela
2019-11-20
1
-0
/
+13
*
ASoC: soc-pcm: remove soc_pcm_private_free()
Kuninori Morimoto
2019-11-19
1
-8
/
+11
*
ASoC: soc-core: care card_probed at soc_cleanup_card_resources()
Kuninori Morimoto
2019-11-15
1
-5
/
+10
*
ASoC: soc-core: move snd_soc_unbind_card() next to snd_soc_bind_card()
Kuninori Morimoto
2019-11-15
1
-15
/
+15
*
ASoC: soc-core: call snd_soc_dapm_shutdown() at soc_cleanup_card_resources()
Kuninori Morimoto
2019-11-15
1
-1
/
+2
*
ASoC: soc-core: tidyup soc_probe_aux_devices()
Kuninori Morimoto
2019-11-12
1
-12
/
+12
*
ASoC: soc-core: merge snd_soc_bind_card() and snd_soc_instantiate_card()
Kuninori Morimoto
2019-11-12
1
-28
/
+14
*
ASoC: soc-core: merge soc_remove_component() and soc_cleanup_component()
Kuninori Morimoto
2019-11-12
1
-14
/
+14
*
ASoC: soc-core: merge snd_soc_remove_dai_link() and soc_unbind_dai_link()
Kuninori Morimoto
2019-11-12
1
-29
/
+23
*
ASoC: soc-core: merge snd_soc_add_dai_link() and soc_bind_dai_link()
Kuninori Morimoto
2019-11-12
1
-37
/
+25
*
ASoC: soc-core: merge snd_soc_unregister_dai() and soc_del_dai()
Kuninori Morimoto
2019-11-12
1
-8
/
+2
*
ASoC: soc-core: merge snd_soc_register_dai() and soc_add_dai()
Kuninori Morimoto
2019-11-12
1
-27
/
+16
*
ASoC: soc-core: remove soc_is_dai_link_bound()
Kuninori Morimoto
2019-11-12
1
-19
/
+0
*
ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component()
Kuninori Morimoto
2019-11-06
1
-5
/
+15
*
ASoC: soc-core: fix RIP warning on card removal
Pierre-Louis Bossart
2019-11-06
1
-1
/
+3
*
ASoC: soc-core: remove topology specific operation
Kuninori Morimoto
2019-11-06
1
-24
/
+4
*
ASoC: soc-core: call snd_soc_register_dai() from snd_soc_register_dais()
Kuninori Morimoto
2019-11-06
1
-8
/
+8
*
ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register...
Kuninori Morimoto
2019-11-06
1
-24
/
+5
*
ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()
Kuninori Morimoto
2019-11-06
1
-2
/
+3
*
ASoC: soc-core: add snd_soc_unregister_dai()
Kuninori Morimoto
2019-11-06
1
-5
/
+14
*
ASoC: soc-core: move snd_soc_unregister_dais()
Kuninori Morimoto
2019-11-06
1
-16
/
+16
*
ASoC: soc-core: move snd_soc_register_dai()
Kuninori Morimoto
2019-11-06
1
-36
/
+36
*
ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component()
Kuninori Morimoto
2019-11-06
1
-15
/
+5
*
ASoC: soc-core: remove snd_soc_component_add/del()
Kuninori Morimoto
2019-11-06
1
-33
/
+25
*
ASoC: soc-core: add snd_soc_del_component_unlocked()
Kuninori Morimoto
2019-11-06
1
-11
/
+9
*
ASoC: soc-core: tidyup snd_soc_lookup_component()
Kuninori Morimoto
2019-11-06
1
-13
/
+10
*
ASoC: soc-core: move snd_soc_lookup_component()
Kuninori Morimoto
2019-11-06
1
-26
/
+26
*
ASoC: soc-core: add soc_unbind_dai_link()
Kuninori Morimoto
2019-11-06
1
-10
/
+12
*
ASoC: soc-core: call soc_bind_dai_link() under snd_soc_add_dai_link()
Kuninori Morimoto
2019-11-06
1
-17
/
+6
*
ASoC: soc-core: remove duplicated soc_is_dai_link_bound()
Kuninori Morimoto
2019-11-06
1
-3
/
+0
*
ASoC: soc-core: typo fix at soc_dai_link_sanity_check()
Kuninori Morimoto
2019-11-06
1
-1
/
+1
*
ASoC: soc-core: tidyup soc_init_dai_link()
Kuninori Morimoto
2019-11-06
1
-15
/
+7
*
ASoC: soc-core: move soc_init_dai_link()
Kuninori Morimoto
2019-11-06
1
-96
/
+96
*
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
[next]