summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Merge fixes due to dependenciesMark Brown2023-06-161-0/+20
|\
| * ASoC: soc-pcm: test if a BE can be preparedRanjani Sridharan2023-05-191-0/+20
* | ASoC: add new trigger ordering methodMark Brown2023-06-131-50/+54
|\ \
| * | ASoC: remove old trigger ordering methodKuninori Morimoto2023-06-131-10/+0
| * | ASoC: add new trigger ordering methodKuninori Morimoto2023-06-131-50/+64
* | | ASoC: add N cpus to M codecs dai link supportBard Liao2023-06-131-4/+40
|/ /
* | ASoC: add snd_soc_get_stream_cpu()Kuninori Morimoto2023-06-061-4/+2
* | ASoC: soc-pcm.c: tidyup playback/capture_only at soc_get_playback_capture()Kuninori Morimoto2023-05-311-6/+2
* | ASoC: soc-pcm.c: use temporary variable at soc_get_playback_capture()Kuninori Morimoto2023-05-311-11/+16
* | ASoC: soc-pcm.c: cleanup soc_get_playback_capture() errorKuninori Morimoto2023-05-311-2/+1
* | ASoC: soc-pcm.c: use dai_link on soc_get_playback_capture()Kuninori Morimoto2023-05-311-13/+14
* | ASoC: soc-pcm.c: indicate error if stream has no playback no captureKuninori Morimoto2023-05-311-0/+7
* | ASoC: do not include pm_runtime.h if not usedClaudiu Beznea2023-05-231-1/+0
|/
* ASoC: expand snd_soc_dpcm_mutex_lock/unlock()Kuninori Morimoto2023-04-171-15/+2
* ASoC: soc.h: clarify Codec2Codec paramsKuninori Morimoto2023-04-051-5/+5
* ASoC: Merge fixesMark Brown2023-03-301-0/+4
|\
| * ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcmShengjiu Wang2023-03-141-0/+4
* | ASoC: soc-pcm.c: remove indirect runtime copyKuninori Morimoto2023-03-141-6/+4
|/
* ASoC: soc-pcm: add option to start DMA after DAIClaudiu Beznea2023-02-281-5/+22
* ASoC: soc-pcm.c: use helper functionKuninori Morimoto2023-01-311-9/+3
* ASoC: soc-pcm: Export widget_in_list()Ranjani Sridharan2023-01-271-1/+2
* ASoC: soc-pcm.c: Clear DAIs parameters after stream_active is updatedChancel Liu2022-12-071-10/+10
* ASoC: Merge up fixesMark Brown2022-11-291-5/+2
|\
| * ASoC: soc-pcm: Add NULL check in BE reparentingSrinivasa Rao Mandadapu2022-11-221-0/+2
| * ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()Richard Fitzgerald2022-11-101-5/+0
* | ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_paramKuninori Morimoto2022-10-191-5/+7
|/
* ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto2022-09-201-10/+10
* ASoC: soc-pcm.c: check fe condition at out of loopKuninori Morimoto2022-09-051-4/+4
* ASoC: soc-pcm.c: add soc_pcm_ret()Kuninori Morimoto2022-09-051-48/+36
* ASoC: soc-pcm.c: remove unnecessary codec2codec_close_delayed_work()Kuninori Morimoto2022-09-051-13/+7
* ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()Kuninori Morimoto2022-08-251-1/+1
* ASoC: soc-pcm.c: summarize related settings at soc_new_pcm()Kuninori Morimoto2022-08-221-2/+1
* ASoC: DPCM: Don't pick up BE without substreamTakashi Iwai2022-08-051-0/+3
* ASoC: soc-pcm: demote warnings on non-atomic BE connectionPierre-Louis Bossart2022-07-121-2/+1
* ASoC: soc-pcm: fix BE transition for TRIGGER_STARTPierre-Louis Bossart2022-05-231-2/+0
* ASoC: soc-pcm: improve BE transition for TRIGGER_STARTPierre-Louis Bossart2022-04-191-0/+7
* ASoC: soc-pcm: improve BE transition for PAUSE_RELEASEPierre-Louis Bossart2022-04-191-3/+28
* ASoC: soc-pcm: use GFP_KERNEL when the code is sleepableChristophe JAILLET2022-04-041-1/+1
* ASoC: soc-pcm: Move debugfs removal out of spinlockTakashi Iwai2022-01-281-3/+9
* ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai2022-01-281-3/+3
* ASoC: soc-pcm: fix BE handling of PAUSE_RELEASEPierre-Louis Bossart2021-12-141-1/+4
* ASoC: soc-pcm: test refcount before triggeringPierre-Louis Bossart2021-12-141-11/+42
* ASoC: soc-pcm: serialize BE triggersTakashi Iwai2021-12-141-17/+29
* ASoC: soc-pcm: Fix and cleanup DPCM lockingTakashi Iwai2021-12-141-77/+152
* ASoC: soc-pcm: align BE 'atomicity' with that of the FEPierre-Louis Bossart2021-12-141-0/+16
* ASoC: soc-pcm: use GFP_ATOMIC for dpcm structurePierre-Louis Bossart2021-12-141-1/+1
* ASoC: soc-pcm: tidyup soc_pcm_pointer()'s delay update methodKuninori Morimoto2021-11-291-9/+2
* ASoC: soc-component: add snd_soc_pcm_component_delay()Kuninori Morimoto2021-11-291-0/+2
* ASoC: soc-dai: update snd_soc_dai_delay() to snd_soc_pcm_dai_delay()Kuninori Morimoto2021-11-291-16/+2
* ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step2Kuninori Morimoto2021-10-181-3/+1