Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | ASoC: soc-pcm: fix BE transition for TRIGGER_START | Pierre-Louis Bossart | 1 | -2/+0 |
2022-04-19 | ASoC: soc-pcm: improve BE transition for TRIGGER_START | Pierre-Louis Bossart | 1 | -0/+7 |
2022-04-19 | ASoC: soc-pcm: improve BE transition for PAUSE_RELEASE | Pierre-Louis Bossart | 1 | -3/+28 |
2022-04-04 | ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable | Christophe JAILLET | 1 | -1/+1 |
2022-01-28 | ASoC: soc-pcm: Move debugfs removal out of spinlock | Takashi Iwai | 1 | -3/+9 |
2022-01-28 | ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks | Takashi Iwai | 1 | -3/+3 |
2021-12-14 | ASoC: soc-pcm: fix BE handling of PAUSE_RELEASE | Pierre-Louis Bossart | 1 | -1/+4 |
2021-12-14 | ASoC: soc-pcm: test refcount before triggering | Pierre-Louis Bossart | 1 | -11/+42 |
2021-12-14 | ASoC: soc-pcm: serialize BE triggers | Takashi Iwai | 1 | -17/+29 |
2021-12-14 | ASoC: soc-pcm: Fix and cleanup DPCM locking | Takashi Iwai | 1 | -77/+152 |
2021-12-14 | ASoC: soc-pcm: align BE 'atomicity' with that of the FE | Pierre-Louis Bossart | 1 | -0/+16 |
2021-12-14 | ASoC: soc-pcm: use GFP_ATOMIC for dpcm structure | Pierre-Louis Bossart | 1 | -1/+1 |
2021-11-29 | ASoC: soc-pcm: tidyup soc_pcm_pointer()'s delay update method | Kuninori Morimoto | 1 | -9/+2 |
2021-11-29 | ASoC: soc-component: add snd_soc_pcm_component_delay() | Kuninori Morimoto | 1 | -0/+2 |
2021-11-29 | ASoC: soc-dai: update snd_soc_dai_delay() to snd_soc_pcm_dai_delay() | Kuninori Morimoto | 1 | -16/+2 |
2021-10-18 | ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step2 | Kuninori Morimoto | 1 | -3/+1 |
2021-10-18 | ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step1 | Kuninori Morimoto | 1 | -6/+3 |
2021-10-07 | ASoC: soc-pcm: restore mixer functionality | Pierre-Louis Bossart | 1 | -1/+7 |
2021-10-01 | AsoC: dapm: export a couple of functions | Ranjani Sridharan | 1 | -2/+2 |
2021-09-20 | ASoC: soc-pcm: Don't reconnect an already active BE | Sameer Pujar | 1 | -0/+4 |
2021-08-30 | ASoC: Revert PCM trigger changes | Mark Brown | 1 | -128/+23 |
2021-08-26 | ASoC: soc-pcm: test refcount before triggering | Pierre-Louis Bossart | 1 | -4/+42 |
2021-08-26 | ASoC: soc-pcm: protect BE dailink state changes in trigger | Pierre-Louis Bossart | 1 | -18/+85 |
2021-08-06 | Merge some cs42l42 patches into asoc-5.15 | Mark Brown | 1 | -6/+16 |
2021-07-27 | ASoC: soc-pcm: cleanup cppcheck warning at dpcm_runtime_setup_be_chan() | Kuninori Morimoto | 1 | -2/+2 |
2021-07-27 | ASoC: soc-pcm: cleanup cppcheck warning at dpcm_be_is_active() | Kuninori Morimoto | 1 | -2/+1 |
2021-07-27 | ASoC: soc-pcm: cleanup cppcheck warning at soc_get_playback_capture() | Kuninori Morimoto | 1 | -2/+4 |
2021-07-27 | ASoC: soc-pcm: cleanup cppcheck warning at soc_pcm_components_close() | Kuninori Morimoto | 1 | -2/+2 |
2021-07-27 | ASoC: soc-pcm: cleanup cppcheck warning at soc_pcm_apply_msb() | Kuninori Morimoto | 1 | -3/+2 |
2021-07-16 | ASoC: soc-pcm: add a flag to reverse the stop sequence | Vijendar Mukunda | 1 | -6/+16 |
2021-06-14 | ASoC: soc-pcm: fix the return value in dpcm_apply_symmetry() | Jaroslav Kysela | 1 | -1/+1 |
2021-04-16 | ASoC: soc-pcm: ignore dummy-DAI at soc_pcm_params_symmetry() | Kuninori Morimoto | 1 | -1/+2 |
2021-04-16 | ASoC: soc-pcm: indicate DAI name if soc_pcm_params_symmetry() failed | Kuninori Morimoto | 1 | -2/+3 |
2021-04-16 | ASoC: soc-pcm: don't use "name" on __soc_pcm_params_symmetry() macro | Kuninori Morimoto | 1 | -5/+5 |
2021-03-25 | ASoC: soc-component: Add snd_soc_pcm_component_ack | Shengjiu Wang | 1 | -0/+2 |
2021-03-19 | ASoC: don't indicate error message for snd_soc_[pcm_]component_xxx() | Kuninori Morimoto | 1 | -4/+1 |
2021-03-19 | ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx() | Kuninori Morimoto | 1 | -8/+2 |
2021-03-19 | ASoC: soc-pcm: don't indicate error message for dpcm_be_dai_hw_free() | Kuninori Morimoto | 1 | -10/+4 |
2021-03-19 | ASoC: soc-pcm: don't indicate error message for soc_pcm_hw_free() | Kuninori Morimoto | 1 | -4/+1 |
2021-03-19 | ASoC: soc-pcm: indicate error message at dpcm_fe/be_dai_prepare() | Kuninori Morimoto | 1 | -0/+7 |
2021-03-19 | ASoC: soc-pcm: indicate error message at dpcm_fe/be_dai_hw_params() | Kuninori Morimoto | 1 | -10/+14 |
2021-03-19 | ASoC: soc-pcm: indicate error message at dpcm_fe/be_dai_startup() | Kuninori Morimoto | 1 | -6/+12 |
2021-03-19 | ASoC: soc-pcm: indicate error message at dpcm_run_update_startup/shutdown() | Kuninori Morimoto | 1 | -7/+9 |
2021-03-19 | ASoC: soc-pcm: indicate error message at dpcm_apply_symmetry() | Kuninori Morimoto | 1 | -6/+6 |
2021-03-19 | ASoC: soc-pcm: indicate error message at dpcm_be_dai_trigger() | Kuninori Morimoto | 1 | -15/+15 |
2021-03-19 | ASoC: soc-pcm: indicate error message at dpcm_path_get() | Kuninori Morimoto | 1 | -12/+7 |
2021-03-19 | ASoC: soc-pcm: indicate error message at soc_pcm_prepare() | Kuninori Morimoto | 1 | -8/+6 |
2021-03-19 | ASoC: soc-pcm: indicate error message at soc_pcm_hw_params() | Kuninori Morimoto | 1 | -8/+6 |
2021-03-19 | ASoC: soc-pcm: indicate error message at soc_pcm_open() | Kuninori Morimoto | 1 | -5/+4 |
2021-03-12 | ASoC: soc-pcm: share DPCM BE DAI stop operation | Kuninori Morimoto | 1 | -74/+20 |