aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
AgeCommit message (Expand)Author
2024-01-08Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2023-12-29Merge branch 'topic/cs35l41' into for-nextTakashi Iwai
2023-12-18ASoC: soc-pcm.c: Complete the active count for components without DAIsChancel Liu
2023-11-27ASoC: pcm: Honor subformat when configuring runtimeCezary Rojewski
2023-11-27ASoC: makes CPU/Codec channel connection map more genericKuninori Morimoto
2023-11-23ASoC: soc-pcm: fix up bad mergeJohan Hovold
2023-10-27ASoC: Merge up workaround for CODECs that play noise on stopped streamMark Brown
2023-10-27ASoC: soc-dai: add flag to mute and unmute stream during triggerSrinivas Kandagatla
2023-09-27ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI becomes inactiveChancel Liu
2023-09-25ASoC: soc-pcm: convert not to use asoc_xxx()Kuninori Morimoto
2023-09-11ASoC: soc-pcm: Shrink stack frame for __soc_pcm_hw_paramsCharles Keepax
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai
2023-08-18ASoC: pcm: Drop obsoleted PCM copy_user opsTakashi Iwai
2023-08-18ASoC: component: Add generic PCM copy opsTakashi Iwai
2023-08-07ASoC: lower "no backend DAIs enabled for ... Port" log severityHans de Goede
2023-06-16ASoC: Merge fixes due to dependenciesMark Brown
2023-06-13ASoC: add new trigger ordering methodMark Brown
2023-06-13ASoC: remove old trigger ordering methodKuninori Morimoto
2023-06-13ASoC: add new trigger ordering methodKuninori Morimoto
2023-06-13ASoC: add N cpus to M codecs dai link supportBard Liao
2023-06-06ASoC: add snd_soc_get_stream_cpu()Kuninori Morimoto
2023-05-31ASoC: soc-pcm.c: tidyup playback/capture_only at soc_get_playback_capture()Kuninori Morimoto
2023-05-31ASoC: soc-pcm.c: use temporary variable at soc_get_playback_capture()Kuninori Morimoto
2023-05-31ASoC: soc-pcm.c: cleanup soc_get_playback_capture() errorKuninori Morimoto
2023-05-31ASoC: soc-pcm.c: use dai_link on soc_get_playback_capture()Kuninori Morimoto
2023-05-31ASoC: soc-pcm.c: indicate error if stream has no playback no captureKuninori Morimoto
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea
2023-05-19ASoC: soc-pcm: test if a BE can be preparedRanjani Sridharan
2023-04-17ASoC: expand snd_soc_dpcm_mutex_lock/unlock()Kuninori Morimoto
2023-04-05ASoC: soc.h: clarify Codec2Codec paramsKuninori Morimoto
2023-03-30ASoC: Merge fixesMark Brown
2023-03-14ASoC: soc-pcm.c: remove indirect runtime copyKuninori Morimoto
2023-03-14ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcmShengjiu Wang
2023-02-28ASoC: soc-pcm: add option to start DMA after DAIClaudiu Beznea
2023-01-31ASoC: soc-pcm.c: use helper functionKuninori Morimoto
2023-01-27ASoC: soc-pcm: Export widget_in_list()Ranjani Sridharan
2022-12-07ASoC: soc-pcm.c: Clear DAIs parameters after stream_active is updatedChancel Liu
2022-11-29ASoC: Merge up fixesMark Brown
2022-11-22ASoC: soc-pcm: Add NULL check in BE reparentingSrinivasa Rao Mandadapu
2022-11-10ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()Richard Fitzgerald
2022-10-19ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_paramKuninori Morimoto
2022-09-20ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto
2022-09-05ASoC: soc-pcm.c: check fe condition at out of loopKuninori Morimoto
2022-09-05ASoC: soc-pcm.c: add soc_pcm_ret()Kuninori Morimoto
2022-09-05ASoC: soc-pcm.c: remove unnecessary codec2codec_close_delayed_work()Kuninori Morimoto
2022-08-25ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()Kuninori Morimoto
2022-08-22ASoC: soc-pcm.c: summarize related settings at soc_new_pcm()Kuninori Morimoto
2022-08-05ASoC: DPCM: Don't pick up BE without substreamTakashi Iwai
2022-07-12ASoC: soc-pcm: demote warnings on non-atomic BE connectionPierre-Louis Bossart
2022-05-23ASoC: soc-pcm: fix BE transition for TRIGGER_STARTPierre-Louis Bossart