aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-pcm.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-17ASoC: soc-pcm: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+1
2025-11-06ASoC: soc-pcm: Preserve hw parameters from components in dpcm_runtime_setup_fePeter Ujfalusi1-14/+22
2025-06-02ASoC: pcm: Do not open FEs with no BEs connectedCezary Rojewski1-11/+12
2025-04-13ASoC: soc-pcm: Fix hw_params() and DAPM widget sequenceSheetal1-1/+4
2025-03-16ASoC: soc-pcm: tidyup function name to snd_soc_dpcm_be_can_xxx()Kuninori Morimoto1-10/+10
2025-03-06ASoC: soc-dai: add snd_soc_dai_mute_is_ctrled_at_trigger()Kuninori Morimoto1-2/+2
2025-03-06ASoC: soc-pcm: reuse dpcm_state_string()Kuninori Morimoto1-9/+9
2025-03-05ASoC: soc-pcm: merge soc_pcm_hw_update_format/subformat()Kuninori Morimoto1-11/+2
2025-02-16ASoC: soc-pcm: cleanup dpcm_fe_dai_do_trigger()Kuninori Morimoto1-32/+20
2025-02-16ASoC: soc-pcm: cleanup dpcm_dai_trigger_fe_be()Kuninori Morimoto1-8/+8
2025-02-16ASoC: remove dpcm_process_paths()Kuninori Morimoto1-17/+11
2025-02-16ASoC: soc-pcm: remove duplicate param from __soc_pcm_hw_params()Kuninori Morimoto1-5/+5
2025-02-16ASoC: soc-pcm: makes dpcm_dapm_stream_event() voidKuninori Morimoto1-4/+1
2025-02-16ASoC: soc-pcm: no need to check dpcm->fe on dpcm_be_connect()Kuninori Morimoto1-3/+2
2025-02-06ASoC: soc-pcm: use snd_soc_ret()Kuninori Morimoto1-57/+39
2025-02-06ASoC: add common snd_soc_ret() and use itKuninori Morimoto1-16/+2
2024-12-16ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callbackKuninori Morimoto1-4/+28
2024-11-11ASoC: add symmetric_ prefix for dai->rate/channels/sample_bitsKuninori Morimoto1-14/+15
2024-11-01ASoC: cleanup function parameter for rtd and its idKuninori Morimoto1-8/+8
2024-11-01ASoC: rename rtd->num to rtd->idKuninori Morimoto1-8/+8
2024-10-23ASoC: soc-pcm: merge DPCM and non-DPCM validation checkKuninori Morimoto1-30/+32
2024-10-23ASoC: soc-pcm: remove dpcm_xxx flagsKuninori Morimoto1-33/+0
2024-10-17ASoC: makes snd_soc_set_runtime_hwparams() inlineKuninori Morimoto1-16/+0
2024-08-28ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local functionKuninori Morimoto1-13/+10
2024-08-28ASoC: soc-pcm: move snd_soc_dpcm_can_be_xxx() to topKuninori Morimoto1-102/+102
2024-08-22ASoC: soc-pcm: Indicate warning if dpcm_playback/capture were used for availa...Kuninori Morimoto1-28/+37
2024-08-21ASoC: soc-pcm: remove snd_soc_dpcm_stream_lock_irqsave_nested()Kuninori Morimoto1-8/+2
2024-08-14ASoC: soc-pcm: remove snd_soc_dpcm_stream_{lock/unlock}_irq()Kuninori Morimoto1-18/+7
2024-08-06ASoC: remove bespoke trigger supportKuninori Morimoto1-43/+4
2024-08-01ASoC: soc-pcm: use snd_pcm_direction_name()Kuninori Morimoto1-15/+15
2024-06-18ASoC: Constify return of snd_soc_dai_get_pcm_stream()Krzysztof Kozlowski1-13/+13
2024-04-30ASoC: pcm: Reverse iterate DAIs when shutting them downCezary Rojewski1-1/+1
2024-04-09ASoC: pcm: perform power-down delay checks a bit fasterDragan Simic1-4/+5
2024-01-08Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi 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