summaryrefslogtreecommitdiff
path: root/sound/soc/soc-pcm.c
AgeCommit message (Expand)Author
2021-03-10ASoC: soc-pcm: remove strange format storingKuninori Morimoto
2021-02-17ASoC: soc-pcm: fix hw param limits calculation for multi-DAIKai Vehmanen
2021-02-15ASoC: soc-pcm: fix hwparams min/max init for dpcmKai Vehmanen
2021-02-12ASoC: soc-pcm: add soc_pcm_hw_update_format()Kuninori Morimoto
2021-02-12ASoC: soc-pcm: add soc_pcm_hw_update_chan()Kuninori Morimoto
2021-02-12ASoC: soc-pcm: add soc_pcm_hw_update_rate()Kuninori Morimoto
2021-02-10ASoC: soc-pcm: change error message to debug messageShengjiu Wang
2021-02-03ASoC: soc-pcm: fixup snd_pcm_limit_hw_rates() timingKuninori Morimoto
2021-02-03ASoC: soc-pcm: use snd_pcm_hardware at dpcm_runtime_merge_xxx()Kuninori Morimoto
2021-02-03ASoC: soc-pcm: add soc_create_pcm() and simplify soc_new_pcm()Kuninori Morimoto
2021-02-03ASoC: soc-pcm: add soc_get_playback_capture() and simplify soc_new_pcm()Kuninori Morimoto
2021-02-03ASoC: soc-pcm: tidyup pcm settingKuninori Morimoto
2021-01-21ASoC: soc-pcm: cleanup soc_pcm_params_symmetry()Kuninori Morimoto
2021-01-21ASoC: soc-pcm: cleanup soc_pcm_apply_symmetry()Kuninori Morimoto
2021-01-21ASoC: sync parameter naming : rate / sample_bitsKuninori Morimoto
2021-01-21ASoC: soc-pcm: revert soc_pcm_apply_symmetry()Kuninori Morimoto
2021-01-13ASoC: soc-pcm: cleanup soc_pcm_apply_symmetry()Kuninori Morimoto
2021-01-13ASoC: soc-pcm: add soc_pcm_set_dai_params()Kuninori Morimoto
2021-01-13ASoC: soc-pcm: add dpcm_set_be_update_state()Kuninori Morimoto
2021-01-13ASoC: soc-pcm: move dpcm_set_fe_update_state()Kuninori Morimoto
2021-01-11ASoC: soc-pcm: Fix an uninitialized error codeDan Carpenter
2021-01-11ASoC: soc-pcm: return correct -ERRNO in failure pathSouptick Joarder
2021-01-07ASoC: soc-pcm: disconnect BEs if the FE is not ready朱灿灿
2020-12-09ASoC: soc-pcm: care trigger rollbackKuninori Morimoto
2020-12-09ASoC: soc-pcm: remove dpcm_do_trigger()Kuninori Morimoto
2020-12-07ASoC: pcm: send DAPM_STREAM_STOP event in dpcm_fe_dai_shutdownRanjani Sridharan
2020-11-19ASoC: pcm: call snd_soc_dapm_stream_stop() in soc_pcm_hw_cleanRanjani Sridharan
2020-11-10ASoC: soc-pcm: Get all BEs along DAPM pathSameer Pujar
2020-11-05ASoC: pcm: DRAIN support reactivationCezary Rojewski
2020-10-26ASoC: soc-pcm: add soc_pcm_hw_clean() and call it from soc_pcm_hw_params/free()Kuninori Morimoto
2020-10-26ASoC: soc-dai: add mark for snd_soc_dai_hw_params/free()Kuninori Morimoto
2020-10-26ASoC: soc-component: add mark for snd_soc_pcm_component_hw_params/free()Kuninori Morimoto
2020-10-26ASoC: soc-link: add mark for snd_soc_link_hw_params/free()Kuninori Morimoto
2020-10-26ASoC: soc-pcm: move soc_pcm_hw_free() next to soc_pcm_hw_params()Kuninori Morimoto
2020-10-01ASoC: soc-pcm: add missing ret=0 at soc_pcm_open()Kuninori Morimoto
2020-10-01ASoC: soc-pcm: ignore un-needed mutex_unlock() case on soc_pcm_open()Kuninori Morimoto
2020-09-28ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_component_module/open()Kuninori Morimoto
2020-09-28ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_dai_startup()Kuninori Morimoto
2020-09-28ASoC: soc-pcm: add soc_pcm_clean() and call it from soc_pcm_open/close()Kuninori Morimoto
2020-09-28ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()Kuninori Morimoto
2020-09-28ASoC: soc-component: add mark for soc_pcm_components_open/close()Kuninori Morimoto
2020-09-28ASoC: soc-link: add mark for snd_soc_link_startup/shutdown()Kuninori Morimoto
2020-09-28ASoC: soc-dai: add mark for snd_soc_dai_startup/shutdown()Kuninori Morimoto
2020-09-07ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failureCezary Rojewski
2020-07-31Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown
2020-07-31ASoC: core: use less strict tests for dailink capabilitiesPierre-Louis Bossart
2020-07-23ASoC: soc-xxx: add asoc_substream_to_rtd()Kuninori Morimoto
2020-06-26snd/soc: correct trivial kernel-doc inconsistencyColton Lewis
2020-06-15Merge series "ASoC: improve core dmesg logs and verbosity" from Pierre-Louis ...Mark Brown
2020-06-15ASoC: soc-component: merge soc_pcm_trigger_start/stop()Kuninori Morimoto