summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-23ASoC: soc-core: rename soc_post_component_init() to soc_rtd_init()Kuninori Morimoto1-5/+4
2019-08-22ASoC: soc-core: initialize list at one placeKuninori Morimoto1-2/+2
2019-08-22ASoC: soc-core: initialize component listKuninori Morimoto1-3/+3
2019-08-22ASoC: soc-core: soc_cleanup_card_resources() become voidKuninori Morimoto1-3/+1
2019-08-22ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup()Kuninori Morimoto1-0/+8
2019-08-22ASoC: soc-core: use device_register()Kuninori Morimoto1-2/+1
2019-08-21ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link()Kuninori Morimoto1-8/+1
2019-08-21ASoC: soc-core: merge snd_soc_initialize_card_lists()Kuninori Morimoto1-5/+8
2019-08-15ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtimePeter Ujfalusi1-1/+1
2019-08-15ASoC: soc-core: Fix -Wunused-const-variable warningYueHaibing1-0/+2
2019-08-09ASoC: soc-core: add for_each_xxx macro for aux_devKuninori Morimoto1-7/+8
2019-08-09ASoC: soc-core: remove legacy style of aux_devKuninori Morimoto1-6/+0
2019-08-09ASoC: soc-core: support snd_soc_dai_link_component for aux_devKuninori Morimoto1-26/+10
2019-08-08ASoC: soc-core: fix module_put() warning in soc_cleanup_componentPierre-Louis Bossart1-1/+1
2019-08-08ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()Kuninori Morimoto1-2/+1
2019-08-08ASoC: soc-core: define soc_dpcm_debugfs_add() for non CONFIG_DEBUG_FSKuninori Morimoto1-2/+0
2019-08-08ASoC: soc-core: tidyup for card->deferred_resume_workKuninori Morimoto1-4/+10
2019-08-08ASoC: soc-core: remove unneeded list_empty() check for snd_soc_try_rebind_card()Kuninori Morimoto1-6/+3
2019-08-08ASoC: soc-core: call snd_soc_dapm_debugfs_init() at soc_init_card_debugfs()Kuninori Morimoto1-4/+2
2019-08-08ASoC: soc-core: tidyup for snd_soc_add_card_controls()Kuninori Morimoto1-3/+4
2019-08-08ASoC: soc-core: tidyup for snd_soc_dapm_add_routes()Kuninori Morimoto1-10/+13
2019-08-08ASoC: soc-core: tidyup for snd_soc_add_component_controls()Kuninori Morimoto1-4/+6
2019-08-07ASoC: soc-core: tidyup for snd_soc_dapm_new_controls()Kuninori Morimoto1-13/+13
2019-08-07ASoC: soc-core: reuse rtdcom at snd_soc_rtdcom_add()Kuninori Morimoto1-6/+5
2019-08-07ASoC: soc-core: don't use for_each_card_links_safe() at snd_soc_find_dai_link()Kuninori Morimoto1-2/+2
2019-08-07ASoC: soc-core: check return value of snd_soc_add_dai_link()Kuninori Morimoto1-2/+5
2019-08-07ASoC: soc-core: add comment for for_each_xxxKuninori Morimoto1-0/+2
2019-08-07ASoC: soc-core: set component->debugfs_root NULLKuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto1-10/+0
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto1-10/+0
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto1-10/+0
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()Kuninori Morimoto1-5/+2
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Kuninori Morimoto1-3/+2
2019-08-05ASoC: soc-component: add snd_soc_component_remove()Kuninori Morimoto1-2/+1
2019-08-05ASoC: soc-component: add snd_soc_component_probe()Kuninori Morimoto1-7/+5
2019-08-05ASoC: soc-component: add snd_soc_component_is_suspended()Kuninori Morimoto1-3/+2
2019-08-05ASoC: soc-component: add snd_soc_component_resume()Kuninori Morimoto1-3/+1
2019-08-05ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto1-3/+1
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto1-5/+4
2019-08-05ASoC: add soc-component.cKuninori Morimoto1-44/+0
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-37/+6
2019-08-01ASoC: create pcm for codec2codec links as wellJerome Brunet1-30/+12
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown1-2/+5
2019-07-24ASoC: Fail card instantiation if DAI format setup failsRicard Wanderlof1-2/+5
2019-07-23ASoC: soc-core: use existing snd_soc_dai_digital_mute()Kuninori Morimoto1-8/+6
2019-07-23ASoC: soc-dai: add snd_soc_dai_compress_new()Kuninori Morimoto1-7/+8
2019-07-23ASoC: soc-dai: add snd_soc_dai_remove()Kuninori Morimoto1-7/+6
2019-07-23ASoC: soc-dai: add snd_soc_dai_probe()Kuninori Morimoto1-8/+7
2019-07-23ASoC: soc-dai: add snd_soc_dai_resume()Kuninori Morimoto1-4/+4
2019-07-23ASoC: soc-dai: add snd_soc_dai_suspend()Kuninori Morimoto1-4/+4