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