summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-pcm: fix hw param limits calculation for multi-DAIKai Vehmanen2021-02-171-2/+7
* ASoC: soc-pcm: fix hwparams min/max init for dpcmKai Vehmanen2021-02-151-4/+2
* ASoC: soc-pcm: add soc_pcm_hw_update_format()Kuninori Morimoto2021-02-121-7/+10
* ASoC: soc-pcm: add soc_pcm_hw_update_chan()Kuninori Morimoto2021-02-121-20/+19
* ASoC: soc-pcm: add soc_pcm_hw_update_rate()Kuninori Morimoto2021-02-121-29/+27
* ASoC: soc-pcm: change error message to debug messageShengjiu Wang2021-02-101-2/+2
* ASoC: soc-pcm: fixup snd_pcm_limit_hw_rates() timingKuninori Morimoto2021-02-031-4/+8
* ASoC: soc-pcm: use snd_pcm_hardware at dpcm_runtime_merge_xxx()Kuninori Morimoto2021-02-031-23/+21
* ASoC: soc-pcm: add soc_create_pcm() and simplify soc_new_pcm()Kuninori Morimoto2021-02-031-15/+28
* ASoC: soc-pcm: add soc_get_playback_capture() and simplify soc_new_pcm()Kuninori Morimoto2021-02-031-17/+28
* ASoC: soc-pcm: tidyup pcm settingKuninori Morimoto2021-02-031-1/+1
* ASoC: soc-pcm: cleanup soc_pcm_params_symmetry()Kuninori Morimoto2021-01-211-45/+15
* ASoC: soc-pcm: cleanup soc_pcm_apply_symmetry()Kuninori Morimoto2021-01-211-47/+20
* ASoC: sync parameter naming : rate / sample_bitsKuninori Morimoto2021-01-211-12/+12
* ASoC: soc-pcm: revert soc_pcm_apply_symmetry()Kuninori Morimoto2021-01-211-20/+47
* ASoC: soc-pcm: cleanup soc_pcm_apply_symmetry()Kuninori Morimoto2021-01-131-47/+20
* ASoC: soc-pcm: add soc_pcm_set_dai_params()Kuninori Morimoto2021-01-131-25/+27
* ASoC: soc-pcm: add dpcm_set_be_update_state()Kuninori Morimoto2021-01-131-4/+9
* ASoC: soc-pcm: move dpcm_set_fe_update_state()Kuninori Morimoto2021-01-131-23/+22
* ASoC: soc-pcm: Fix an uninitialized error codeDan Carpenter2021-01-111-0/+1
* ASoC: soc-pcm: return correct -ERRNO in failure pathSouptick Joarder2021-01-111-1/+2
* ASoC: soc-pcm: disconnect BEs if the FE is not ready朱灿灿2021-01-071-5/+14
* 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