aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-24ASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stream_stop()Kuninori Morimoto1-1/+1
2020-02-19ASoC: pcm: Fix possible buffer overflow in dpcm state sysfs outputTakashi Iwai1-8/+8
2020-01-23ASoC: soc-pcm: add soc_rtd_trigger()Kuninori Morimoto1-10/+16
2020-01-23ASoC: soc-pcm: add soc_rtd_hw_free()Kuninori Morimoto1-4/+10
2020-01-23ASoC: soc-pcm: add soc_rtd_hw_params()Kuninori Morimoto1-7/+15
2020-01-23ASoC: soc-pcm: add soc_rtd_prepare()Kuninori Morimoto1-7/+14
2020-01-23ASoC: soc-pcm: add soc_rtd_shutdown()Kuninori Morimoto1-4/+10
2020-01-23ASoC: soc-pcm: add soc_rtd_startup()Kuninori Morimoto1-7/+14
2020-01-10ASoC: soc-pcm/soc-compress: use snd_soc_dapm_stream_stop() for SND_SOC_DAPM_STREAM_STOPKuninori Morimoto1-1/+1
2020-01-10ASoC: soc-dapm: add snd_soc_dapm_stream_stop()Kuninori Morimoto1-18/+1
2020-01-10ASoC: soc-core: add snd_soc_close_delayed_work()Kuninori Morimoto1-27/+1
2020-01-10ASoC: soc-core: do pinctrl_pm_select_xxx() as componentKuninori Morimoto1-15/+8
2020-01-10ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto1-27/+16
2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-7/+4
2019-12-04ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey1-7/+4
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-14/+8
2019-11-22ASoC: component: Add sync_stop PCM opsTakashi Iwai1-0/+2
2019-11-22ASoC: pcm: Make ioctl ops optionalTakashi Iwai1-2/+2
2019-11-20ASoC: soc-pcm: check symmetry before hw_paramsShengjiu Wang1-3/+5
2019-11-19ASoC: soc-pcm: remove soc_pcm_private_free()Kuninori Morimoto1-10/+0
2019-11-19ASoC: soc-component: tidyup snd_soc_pcm_component_new/free() parameterKuninori Morimoto1-2/+2
2019-11-08ASoC: core: Fix compile warning with CONFIG_DEBUG_FS=nTakashi Iwai1-0/+2
2019-11-06Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5Mark Brown1-3/+10
2019-11-05ASoC: pcm: update FE/BE trigger order based on the commandRanjani Sridharan1-27/+68
2019-10-23ASoC: soc-core: add for_each_rtd_components() and replaceKuninori Morimoto1-35/+14
2019-10-22ASoC: soc-pcm: fixup dpcm_prune_paths() loop continueKuninori Morimoto1-1/+5
2019-10-08ASoC: soc-component: remove snd_pcm_ops from component driverKuninori Morimoto1-7/+3
2019-10-08ASoC: soc-core: merge snd_pcm_ops member to component driverKuninori Morimoto1-4/+5
2019-10-07ASoC: core: Fix pcm code debugfs errorHans de Goede1-3/+10
2019-10-02Merge branch 'asoc-5.4' into asoc-5.5Mark Brown1-2/+2
2019-10-01ASoC: soc-pcm: Use different sequence for start/stop triggerPeter Ujfalusi1-3/+61
2019-09-23ASoC: soc-component: fix a couple missing error assignmentsDan Carpenter1-2/+2
2019-08-15ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtimePeter Ujfalusi1-18/+18
2019-08-08ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_free()Kuninori Morimoto1-8/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_new()Kuninori Morimoto1-14/+4
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_mmap()Kuninori Morimoto1-22/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_page()Kuninori Morimoto1-25/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_copy_user()Kuninori Morimoto1-24/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_ioctrl()Kuninori Morimoto1-23/+2
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pointer()Kuninori Morimoto1-12/+1
2019-08-05ASoC: soc-component: add snd_soc_component_trigger()Kuninori Morimoto1-5/+1
2019-08-05ASoC: soc-component: add snd_soc_component_hw_free()Kuninori Morimoto1-6/+3
2019-08-05ASoC: soc-component: add snd_soc_component_hw_params()Kuninori Morimoto1-5/+1
2019-08-05ASoC: soc-component: add snd_soc_component_prepare()Kuninori Morimoto1-5/+1
2019-08-05ASoC: soc-component: add snd_soc_component_close()Kuninori Morimoto1-5/+3
2019-08-05ASoC: soc-component: add snd_soc_component_open()Kuninori Morimoto1-5/+1
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto1-6/+4
2019-08-05ASoC: soc-pcm: remove soc_fill_silence()Kuninori Morimoto1-24/+0
2019-08-05ASoC: soc-pcm: remove soc_rtdcom_copy_kernel()Kuninori Morimoto1-24/+0