index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-pcm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-17
ASoC: soc-pcm: convert to snd_soc_dapm_xxx()
Kuninori Morimoto
1
-1
/
+1
2025-11-06
ASoC: soc-pcm: Preserve hw parameters from components in dpcm_runtime_setup_fe
Peter Ujfalusi
1
-14
/
+22
2025-06-02
ASoC: pcm: Do not open FEs with no BEs connected
Cezary Rojewski
1
-11
/
+12
2025-04-13
ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence
Sheetal
1
-1
/
+4
2025-03-16
ASoC: soc-pcm: tidyup function name to snd_soc_dpcm_be_can_xxx()
Kuninori Morimoto
1
-10
/
+10
2025-03-06
ASoC: soc-dai: add snd_soc_dai_mute_is_ctrled_at_trigger()
Kuninori Morimoto
1
-2
/
+2
2025-03-06
ASoC: soc-pcm: reuse dpcm_state_string()
Kuninori Morimoto
1
-9
/
+9
2025-03-05
ASoC: soc-pcm: merge soc_pcm_hw_update_format/subformat()
Kuninori Morimoto
1
-11
/
+2
2025-02-16
ASoC: soc-pcm: cleanup dpcm_fe_dai_do_trigger()
Kuninori Morimoto
1
-32
/
+20
2025-02-16
ASoC: soc-pcm: cleanup dpcm_dai_trigger_fe_be()
Kuninori Morimoto
1
-8
/
+8
2025-02-16
ASoC: remove dpcm_process_paths()
Kuninori Morimoto
1
-17
/
+11
2025-02-16
ASoC: soc-pcm: remove duplicate param from __soc_pcm_hw_params()
Kuninori Morimoto
1
-5
/
+5
2025-02-16
ASoC: soc-pcm: makes dpcm_dapm_stream_event() void
Kuninori Morimoto
1
-4
/
+1
2025-02-16
ASoC: soc-pcm: no need to check dpcm->fe on dpcm_be_connect()
Kuninori Morimoto
1
-3
/
+2
2025-02-06
ASoC: soc-pcm: use snd_soc_ret()
Kuninori Morimoto
1
-57
/
+39
2025-02-06
ASoC: add common snd_soc_ret() and use it
Kuninori Morimoto
1
-16
/
+2
2024-12-16
ASoC: soc-pcm: don't use soc_pcm_ret() on .prepare callback
Kuninori Morimoto
1
-4
/
+28
2024-11-11
ASoC: add symmetric_ prefix for dai->rate/channels/sample_bits
Kuninori Morimoto
1
-14
/
+15
2024-11-01
ASoC: cleanup function parameter for rtd and its id
Kuninori Morimoto
1
-8
/
+8
2024-11-01
ASoC: rename rtd->num to rtd->id
Kuninori Morimoto
1
-8
/
+8
2024-10-23
ASoC: soc-pcm: merge DPCM and non-DPCM validation check
Kuninori Morimoto
1
-30
/
+32
2024-10-23
ASoC: soc-pcm: remove dpcm_xxx flags
Kuninori Morimoto
1
-33
/
+0
2024-10-17
ASoC: makes snd_soc_set_runtime_hwparams() inline
Kuninori Morimoto
1
-16
/
+0
2024-08-28
ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local function
Kuninori Morimoto
1
-13
/
+10
2024-08-28
ASoC: soc-pcm: move snd_soc_dpcm_can_be_xxx() to top
Kuninori Morimoto
1
-102
/
+102
2024-08-22
ASoC: soc-pcm: Indicate warning if dpcm_playback/capture were used for availa...
Kuninori Morimoto
1
-28
/
+37
2024-08-21
ASoC: soc-pcm: remove snd_soc_dpcm_stream_lock_irqsave_nested()
Kuninori Morimoto
1
-8
/
+2
2024-08-14
ASoC: soc-pcm: remove snd_soc_dpcm_stream_{lock/unlock}_irq()
Kuninori Morimoto
1
-18
/
+7
2024-08-06
ASoC: remove bespoke trigger support
Kuninori Morimoto
1
-43
/
+4
2024-08-01
ASoC: soc-pcm: use snd_pcm_direction_name()
Kuninori Morimoto
1
-15
/
+15
2024-06-18
ASoC: Constify return of snd_soc_dai_get_pcm_stream()
Krzysztof Kozlowski
1
-13
/
+13
2024-04-30
ASoC: pcm: Reverse iterate DAIs when shutting them down
Cezary Rojewski
1
-1
/
+1
2024-04-09
ASoC: pcm: perform power-down delay checks a bit faster
Dragan Simic
1
-4
/
+5
2024-01-08
Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
1
-30
/
+22
2023-12-29
Merge branch 'topic/cs35l41' into for-next
Takashi Iwai
1
-7
/
+4
2023-12-18
ASoC: soc-pcm.c: Complete the active count for components without DAIs
Chancel Liu
1
-0
/
+8
2023-11-27
ASoC: pcm: Honor subformat when configuring runtime
Cezary Rojewski
1
-0
/
+10
2023-11-27
ASoC: makes CPU/Codec channel connection map more generic
Kuninori Morimoto
1
-30
/
+14
2023-11-23
ASoC: soc-pcm: fix up bad merge
Johan Hovold
1
-7
/
+4
2023-10-27
ASoC: Merge up workaround for CODECs that play noise on stopped stream
Mark Brown
1
-3
/
+11
2023-10-27
ASoC: soc-dai: add flag to mute and unmute stream during trigger
Srinivas Kandagatla
1
-4
/
+8
2023-09-27
ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI becomes inactive
Chancel Liu
1
-7
/
+14
2023-09-25
ASoC: soc-pcm: convert not to use asoc_xxx()
Kuninori Morimoto
1
-45
/
+45
2023-09-11
ASoC: soc-pcm: Shrink stack frame for __soc_pcm_hw_params
Charles Keepax
1
-12
/
+11
2023-08-24
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-2
/
+6
2023-08-18
ASoC: pcm: Drop obsoleted PCM copy_user ops
Takashi Iwai
1
-2
/
+0
2023-08-18
ASoC: component: Add generic PCM copy ops
Takashi Iwai
1
-1
/
+3
2023-08-07
ASoC: lower "no backend DAIs enabled for ... Port" log severity
Hans de Goede
1
-2
/
+6
2023-06-16
ASoC: Merge fixes due to dependencies
Mark Brown
1
-0
/
+20
2023-06-13
ASoC: add new trigger ordering method
Mark Brown
1
-50
/
+54
[next]