aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/soc-component.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-18ASoC: cleanup dai / component active codeKuninori Morimoto1-6/+0
2020-05-18ASoC: soc-component: add snd_soc_component_active()Kuninori Morimoto1-0/+6
2020-04-21ASoC: soc-compress: remove snd_compr_opsKuninori Morimoto1-1/+0
2020-04-21ASoC: soc-compress: add snd_compress_opsKuninori Morimoto1-1/+40
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang1-2/+2
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+2
2019-11-22ASoC: component: Add sync_stop PCM opsTakashi Iwai1-0/+3
2019-11-19ASoC: soc-component: tidyup snd_soc_pcm_component_new/free() parameterKuninori Morimoto1-2/+2
2019-10-08ASoC: soc-component: remove snd_pcm_ops from component driverKuninori Morimoto1-5/+0
2019-10-08ASoC: soc-core: add new pcm_construct/pcm_destructKuninori Morimoto1-0/+6
2019-10-08ASoC: soc-core: merge snd_pcm_ops member to component driverKuninori Morimoto1-0/+34
2019-10-01ASoC: soc-component.h: remove GPL explanation from headerKuninori Morimoto1-4/+0
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_free()Kuninori Morimoto1-0/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_new()Kuninori Morimoto1-0/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_mmap()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_page()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_copy_user()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_ioctrl()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pointer()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_component_remove()Kuninori Morimoto1-0/+1
2019-08-05ASoC: soc-component: add snd_soc_component_probe()Kuninori Morimoto1-0/+1
2019-08-05ASoC: soc-component: add snd_soc_component_is_suspended()Kuninori Morimoto1-0/+1
2019-08-05ASoC: soc-component: add snd_soc_component_resume()Kuninori Morimoto1-0/+1
2019-08-05ASoC: soc-component: add snd_soc_component_suspend()Kuninori Morimoto1-0/+1
2019-08-05ASoC: soc-component: add snd_soc_component_trigger()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_component_hw_free()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_component_hw_params()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_component_prepare()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_component_close()Kuninori Morimoto1-0/+2
2019-08-05ASoC: soc-component: add snd_soc_component_open()Kuninori Morimoto1-0/+4
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto1-0/+13
2019-08-05ASoC: add soc-component.cKuninori Morimoto1-0/+328