summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-pcm: care trigger rollbackKuninori Morimoto2020-12-091-9/+33
* ASoC: soc-pcm: remove dpcm_do_trigger()Kuninori Morimoto2020-12-091-21/+9
* ASoC: pcm: send DAPM_STREAM_STOP event in dpcm_fe_dai_shutdownRanjani Sridharan2020-12-071-0/+3
* ASoC: pcm: call snd_soc_dapm_stream_stop() in soc_pcm_hw_cleanRanjani Sridharan2020-11-191-7/+3
* ASoC: soc-pcm: Get all BEs along DAPM pathSameer Pujar2020-11-101-1/+2
* ASoC: pcm: DRAIN support reactivationCezary Rojewski2020-11-051-0/+2
* ASoC: soc-pcm: add soc_pcm_hw_clean() and call it from soc_pcm_hw_params/free()Kuninori Morimoto2020-10-261-40/+16
* ASoC: soc-dai: add mark for snd_soc_dai_hw_params/free()Kuninori Morimoto2020-10-261-3/+3
* ASoC: soc-component: add mark for snd_soc_pcm_component_hw_params/free()Kuninori Morimoto2020-10-261-4/+3
* ASoC: soc-link: add mark for snd_soc_link_hw_params/free()Kuninori Morimoto2020-10-261-2/+2
* ASoC: soc-pcm: move soc_pcm_hw_free() next to soc_pcm_hw_params()Kuninori Morimoto2020-10-261-43/+43
* ASoC: soc-pcm: add missing ret=0 at soc_pcm_open()Kuninori Morimoto2020-10-011-0/+1
* ASoC: soc-pcm: ignore un-needed mutex_unlock() case on soc_pcm_open()Kuninori Morimoto2020-10-011-2/+2
* ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_component_module/open()Kuninori Morimoto2020-09-281-10/+2
* ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_dai_startup()Kuninori Morimoto2020-09-281-5/+1
* ASoC: soc-pcm: add soc_pcm_clean() and call it from soc_pcm_open/close()Kuninori Morimoto2020-09-281-39/+30
* ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()Kuninori Morimoto2020-09-281-11/+6
* ASoC: soc-component: add mark for soc_pcm_components_open/close()Kuninori Morimoto2020-09-281-21/+7
* ASoC: soc-link: add mark for snd_soc_link_startup/shutdown()Kuninori Morimoto2020-09-281-2/+2
* ASoC: soc-dai: add mark for snd_soc_dai_startup/shutdown()Kuninori Morimoto2020-09-281-2/+2
* ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failureCezary Rojewski2020-09-071-1/+1
* Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown2020-07-311-124/+66
|\
| * ASoC: soc-xxx: add asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-31/+31
| * snd/soc: correct trivial kernel-doc inconsistencyColton Lewis2020-06-261-0/+1
| * Merge series "ASoC: improve core dmesg logs and verbosity" from Pierre-Louis ...Mark Brown2020-06-151-6/+7
| |\
| | * ASoC: soc-pcm/compress: reduce verbosity on mapping ok messagesPierre-Louis Bossart2020-06-151-3/+3
| | * ASoC: soc-pcm: improve error messages in soc_pcm_new()Pierre-Louis Bossart2020-06-151-3/+4
| * | ASoC: soc-component: merge soc_pcm_trigger_start/stop()Kuninori Morimoto2020-06-151-39/+19
| * | ASoC: soc-component: add snd_soc_pcm_component_trigger()Kuninori Morimoto2020-06-151-16/+8
| * | ASoC: soc-component: add snd_soc_pcm_component_hw_free()Kuninori Morimoto2020-06-151-21/+2
| * | ASoC: soc-component: add snd_soc_pcm_component_hw_params()Kuninori Morimoto2020-06-151-10/+3
| * | ASoC: soc-component: add snd_soc_pcm_component_prepare()Kuninori Morimoto2020-06-151-9/+3
| |/
* / ASoC: core: use less strict tests for dailink capabilitiesPierre-Louis Bossart2020-07-311-18/+24
|/
* ASoC: soc-pcm: fix checks for multi-cpu FE dailinksPierre-Louis Bossart2020-06-151-3/+3
* ASoC: soc-pcm: dpcm: fix playback/capture checksPierre-Louis Bossart2020-06-091-10/+34
* Subject: [PATCH v2] ASoC: soc-pcm: fix BE dai not hw_free and shutdown during...朱灿灿2020-05-291-3/+3
* ASoC: soc-link: add snd_soc_link_be_hw_params_fixup()Kuninori Morimoto2020-05-251-10/+3
* ASoC: soc-link: remove unneeded parameter from snd_soc_link_xxx()Kuninori Morimoto2020-05-251-9/+9
* ASoC: soc-link: move soc_rtd_xxx()Kuninori Morimoto2020-05-251-75/+13
* ASoC: use snd_soc_xxx_active()Kuninori Morimoto2020-05-181-10/+10
* ASoC: soc-dai: add snd_soc_dai_action()Kuninori Morimoto2020-05-181-5/+2
* ASoC: soc-pcm: replace snd_soc_runtime_activate()/deactivate() to macroKuninori Morimoto2020-05-181-34/+15
* ASoC: soc-dai: add snd_soc_pcm_dai_bespoke_trigger()Kuninori Morimoto2020-04-291-18/+3
* ASoC: soc-dai: add snd_soc_pcm_dai_trigger()Kuninori Morimoto2020-04-291-14/+4
* ASoC: soc-dai: add snd_soc_pcm_dai_prepare()Kuninori Morimoto2020-04-291-7/+4
* Merge series "Add support for SOF on i.MX8M" from Daniel Baluta <daniel.balut...Mark Brown2020-04-161-2/+11
|\
| * ASoC: soc-pcm: dpcm: Only allow playback/capture if supportedStephan Gerhold2020-04-151-2/+11
* | ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-04-141-15/+15
|/
* ASoC: dpcm: allow start or stop during pause for backend이경택2020-04-011-2/+4
* ASoC: soc-pcm: Merge for_each_rtd_cpu/codec_dais()Kuninori Morimoto2020-03-201-236/+75