aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-component.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto1-17/+16
2020-01-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-0/+3
2020-01-07ASoC: Fix NULL dereference at freeingTakashi Iwai1-0/+3
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-5/+3
2019-11-22ASoC: component: Add sync_stop PCM opsTakashi Iwai1-0/+19
2019-11-19ASoC: soc-component: tidyup snd_soc_pcm_component_new/free() parameterKuninori Morimoto1-5/+3
2019-10-23ASoC: soc-core: add for_each_rtd_components() and replaceKuninori Morimoto1-31/+12
2019-10-08ASoC: soc-component: remove snd_pcm_ops from component driverKuninori Morimoto1-77/+0
2019-10-08ASoC: soc-core: add new pcm_construct/pcm_destructKuninori Morimoto1-0/+11
2019-10-08ASoC: soc-core: merge snd_pcm_ops member to component driverKuninori Morimoto1-0/+52
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_free()Kuninori Morimoto1-0/+14
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_new()Kuninori Morimoto1-0/+20
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_mmap()Kuninori Morimoto1-0/+19
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_page()Kuninori Morimoto1-0/+23
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_copy_user()Kuninori Morimoto1-0/+21
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_ioctrl()Kuninori Morimoto1-0/+20
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pointer()Kuninori Morimoto1-0/+18
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto1-0/+9
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto1-0/+9
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto1-0/+7
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()Kuninori Morimoto1-0/+10
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Kuninori Morimoto1-0/+9
2019-08-05ASoC: soc-component: add snd_soc_component_remove()Kuninori Morimoto1-0/+6
2019-08-05ASoC: soc-component: add snd_soc_component_probe()Kuninori Morimoto1-0/+8
2019-08-05ASoC: soc-component: add snd_soc_component_is_suspended()Kuninori Morimoto1-0/+5
2019-08-05ASoC: soc-component: add snd_soc_component_resume()Kuninori Morimoto1-0/+7
2019-08-05ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto1-0/+7
2019-08-05ASoC: soc-component: add snd_soc_component_trigger()Kuninori Morimoto1-0/+11
2019-08-05ASoC: soc-component: add snd_soc_component_hw_free()Kuninori Morimoto1-0/+10
2019-08-05ASoC: soc-component: add snd_soc_component_hw_params()Kuninori Morimoto1-0/+11
2019-08-05ASoC: soc-component: add snd_soc_component_prepare()Kuninori Morimoto1-0/+10
2019-08-05ASoC: soc-component: add snd_soc_component_close()Kuninori Morimoto1-0/+10
2019-08-05ASoC: soc-component: add snd_soc_component_open()Kuninori Morimoto1-0/+10
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto1-0/+18
2019-08-05ASoC: add soc-component.cKuninori Morimoto1-0/+269