summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: core: use list_del_init and move it back to soc_cleanup_componentBard liao2019-09-201-1/+2
* ASoC: core: delete component->card_list in soc_remove_component onlyBard Liao2019-09-171-2/+1
* ASoC: soc-core: self contained soc_unbind_aux_dev()Kuninori Morimoto2019-09-091-8/+9
* ASoC: soc-core: add soc_unbind_aux_dev()Kuninori Morimoto2019-09-091-1/+7
* ASoC: soc-core: self contained soc_bind_aux_dev()Kuninori Morimoto2019-09-091-16/+15
* ASoC: soc-core: move soc_probe_link_dais() next to soc_remove_link_dais()Kuninori Morimoto2019-09-091-29/+29
* ASoC: soc-core: self contained soc_probe_link_dais()Kuninori Morimoto2019-09-091-25/+25
* ASoC: soc-core: add new soc_link_init()Kuninori Morimoto2019-09-091-10/+18
* ASoC: soc-core: move soc_probe_dai() next to soc_remove_dai()Kuninori Morimoto2019-09-091-20/+20
* ASoC: soc-core: self contained soc_remove_link_dais()Kuninori Morimoto2019-09-091-14/+15
* ASoC: soc-core: self contained soc_remove_link_components()Kuninori Morimoto2019-09-091-18/+15
* ASoC: soc-core: self contained soc_probe_link_components()Kuninori Morimoto2019-09-091-19/+19
* ASoC: soc-core: add comment to jack at soc_remove_component()Kuninori Morimoto2019-09-041-0/+2
* ASoC: soc-core: move soc_probe_link_components() positionKuninori Morimoto2019-09-021-20/+20
* ASoC: soc-core: add snd_soc_dapm_init()Kuninori Morimoto2019-09-021-12/+2
* ASoC: soc-core: dapm related setup at one placeKuninori Morimoto2019-09-021-12/+9
* ASoC: soc-core: move soc_probe_component() positionKuninori Morimoto2019-09-021-131/+130
* ASoC: soc-core: add soc_rtd_free()Kuninori Morimoto2019-09-021-5/+12
* ASoC: soc-core: rename soc_post_component_init() to soc_rtd_init()Kuninori Morimoto2019-08-231-5/+4
* ASoC: soc-core: initialize list at one placeKuninori Morimoto2019-08-221-2/+2
* ASoC: soc-core: initialize component listKuninori Morimoto2019-08-221-3/+3
* ASoC: soc-core: soc_cleanup_card_resources() become voidKuninori Morimoto2019-08-221-3/+1
* ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup()Kuninori Morimoto2019-08-221-0/+8
* ASoC: soc-core: use device_register()Kuninori Morimoto2019-08-221-2/+1
* ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link()Kuninori Morimoto2019-08-211-8/+1
* ASoC: soc-core: merge snd_soc_initialize_card_lists()Kuninori Morimoto2019-08-211-5/+8
* ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtimePeter Ujfalusi2019-08-151-1/+1
* ASoC: soc-core: Fix -Wunused-const-variable warningYueHaibing2019-08-151-0/+2
* ASoC: soc-core: add for_each_xxx macro for aux_devKuninori Morimoto2019-08-091-7/+8
* ASoC: soc-core: remove legacy style of aux_devKuninori Morimoto2019-08-091-6/+0
* ASoC: soc-core: support snd_soc_dai_link_component for aux_devKuninori Morimoto2019-08-091-26/+10
* ASoC: soc-core: fix module_put() warning in soc_cleanup_componentPierre-Louis Bossart2019-08-081-1/+1
* ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()Kuninori Morimoto2019-08-081-2/+1
* ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FSKuninori Morimoto2019-08-081-2/+0
* ASoC: soc-core: tidyup for card->deferred_resume_workKuninori Morimoto2019-08-081-4/+10
* ASoC: soc-core: remove unneeded list_empty() check for snd_soc_try_rebind_card()Kuninori Morimoto2019-08-081-6/+3
* ASoC: soc-core: call snd_soc_dapm_debugfs_init() at soc_init_card_debugfs()Kuninori Morimoto2019-08-081-4/+2
* ASoC: soc-core: tidyup for snd_soc_add_card_controls()Kuninori Morimoto2019-08-081-3/+4
* ASoC: soc-core: tidyup for snd_soc_dapm_add_routes()Kuninori Morimoto2019-08-081-10/+13
* ASoC: soc-core: tidyup for snd_soc_add_component_controls()Kuninori Morimoto2019-08-081-4/+6
* ASoC: soc-core: tidyup for snd_soc_dapm_new_controls()Kuninori Morimoto2019-08-071-13/+13
* ASoC: soc-core: reuse rtdcom at snd_soc_rtdcom_add()Kuninori Morimoto2019-08-071-6/+5
* ASoC: soc-core: don't use for_each_card_links_safe() at snd_soc_find_dai_link()Kuninori Morimoto2019-08-071-2/+2
* ASoC: soc-core: check return value of snd_soc_add_dai_link()Kuninori Morimoto2019-08-071-2/+5
* ASoC: soc-core: add comment for for_each_xxxKuninori Morimoto2019-08-071-0/+2
* ASoC: soc-core: set component->debugfs_root NULLKuninori Morimoto2019-08-071-0/+3
* ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto2019-08-051-10/+0
* ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto2019-08-051-10/+0
* ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto2019-08-051-10/+0
* ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()Kuninori Morimoto2019-08-051-5/+2