index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
2022-11-29
ASoC: Merge up fixes
Mark Brown
1
-5
/
+2
2022-11-22
ASoC: soc-pcm: Add NULL check in BE reparenting
Srinivasa Rao Mandadapu
1
-0
/
+2
2022-11-10
ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()
Richard Fitzgerald
1
-5
/
+0
2022-10-19
ASoC: soc-dpcm.h: remove snd_soc_dpcm::hw_param
Kuninori Morimoto
1
-5
/
+7
2022-09-20
ASoC: soc.h: remove num_cpus/codecs
Kuninori Morimoto
1
-10
/
+10
2022-09-05
ASoC: soc-pcm.c: check fe condition at out of loop
Kuninori Morimoto
1
-4
/
+4
2022-09-05
ASoC: soc-pcm.c: add soc_pcm_ret()
Kuninori Morimoto
1
-48
/
+36
2022-09-05
ASoC: soc-pcm.c: remove unnecessary codec2codec_close_delayed_work()
Kuninori Morimoto
1
-13
/
+7
2022-08-25
ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()
Kuninori Morimoto
1
-1
/
+1
2022-08-22
ASoC: soc-pcm.c: summarize related settings at soc_new_pcm()
Kuninori Morimoto
1
-2
/
+1
2022-08-05
ASoC: DPCM: Don't pick up BE without substream
Takashi Iwai
1
-0
/
+3
2022-07-12
ASoC: soc-pcm: demote warnings on non-atomic BE connection
Pierre-Louis Bossart
1
-2
/
+1
2022-05-23
ASoC: soc-pcm: fix BE transition for TRIGGER_START
Pierre-Louis Bossart
1
-2
/
+0
2022-04-19
ASoC: soc-pcm: improve BE transition for TRIGGER_START
Pierre-Louis Bossart
1
-0
/
+7
2022-04-19
ASoC: soc-pcm: improve BE transition for PAUSE_RELEASE
Pierre-Louis Bossart
1
-3
/
+28
2022-04-04
ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable
Christophe JAILLET
1
-1
/
+1
2022-01-28
ASoC: soc-pcm: Move debugfs removal out of spinlock
Takashi Iwai
1
-3
/
+9
2022-01-28
ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locks
Takashi Iwai
1
-3
/
+3
2021-12-14
ASoC: soc-pcm: fix BE handling of PAUSE_RELEASE
Pierre-Louis Bossart
1
-1
/
+4
2021-12-14
ASoC: soc-pcm: test refcount before triggering
Pierre-Louis Bossart
1
-11
/
+42
2021-12-14
ASoC: soc-pcm: serialize BE triggers
Takashi Iwai
1
-17
/
+29
2021-12-14
ASoC: soc-pcm: Fix and cleanup DPCM locking
Takashi Iwai
1
-77
/
+152
2021-12-14
ASoC: soc-pcm: align BE 'atomicity' with that of the FE
Pierre-Louis Bossart
1
-0
/
+16
2021-12-14
ASoC: soc-pcm: use GFP_ATOMIC for dpcm structure
Pierre-Louis Bossart
1
-1
/
+1
2021-11-29
ASoC: soc-pcm: tidyup soc_pcm_pointer()'s delay update method
Kuninori Morimoto
1
-9
/
+2
2021-11-29
ASoC: soc-component: add snd_soc_pcm_component_delay()
Kuninori Morimoto
1
-0
/
+2
2021-11-29
ASoC: soc-dai: update snd_soc_dai_delay() to snd_soc_pcm_dai_delay()
Kuninori Morimoto
1
-16
/
+2
2021-10-18
ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step2
Kuninori Morimoto
1
-3
/
+1
2021-10-18
ASoC: soc-pcm: tidyup soc_pcm_hw_clean() - step1
Kuninori Morimoto
1
-6
/
+3
2021-10-07
ASoC: soc-pcm: restore mixer functionality
Pierre-Louis Bossart
1
-1
/
+7
2021-10-01
AsoC: dapm: export a couple of functions
Ranjani Sridharan
1
-2
/
+2
2021-09-20
ASoC: soc-pcm: Don't reconnect an already active BE
Sameer Pujar
1
-0
/
+4
2021-08-30
ASoC: Revert PCM trigger changes
Mark Brown
1
-128
/
+23
2021-08-26
ASoC: soc-pcm: test refcount before triggering
Pierre-Louis Bossart
1
-4
/
+42
2021-08-26
ASoC: soc-pcm: protect BE dailink state changes in trigger
Pierre-Louis Bossart
1
-18
/
+85
2021-08-06
Merge some cs42l42 patches into asoc-5.15
Mark Brown
1
-6
/
+16
2021-07-27
ASoC: soc-pcm: cleanup cppcheck warning at dpcm_runtime_setup_be_chan()
Kuninori Morimoto
1
-2
/
+2
2021-07-27
ASoC: soc-pcm: cleanup cppcheck warning at dpcm_be_is_active()
Kuninori Morimoto
1
-2
/
+1
2021-07-27
ASoC: soc-pcm: cleanup cppcheck warning at soc_get_playback_capture()
Kuninori Morimoto
1
-2
/
+4
2021-07-27
ASoC: soc-pcm: cleanup cppcheck warning at soc_pcm_components_close()
Kuninori Morimoto
1
-2
/
+2
2021-07-27
ASoC: soc-pcm: cleanup cppcheck warning at soc_pcm_apply_msb()
Kuninori Morimoto
1
-3
/
+2
2021-07-16
ASoC: soc-pcm: add a flag to reverse the stop sequence
Vijendar Mukunda
1
-6
/
+16
2021-06-14
ASoC: soc-pcm: fix the return value in dpcm_apply_symmetry()
Jaroslav Kysela
1
-1
/
+1
2021-04-16
ASoC: soc-pcm: ignore dummy-DAI at soc_pcm_params_symmetry()
Kuninori Morimoto
1
-1
/
+2
2021-04-16
ASoC: soc-pcm: indicate DAI name if soc_pcm_params_symmetry() failed
Kuninori Morimoto
1
-2
/
+3
2021-04-16
ASoC: soc-pcm: don't use "name" on __soc_pcm_params_symmetry() macro
Kuninori Morimoto
1
-5
/
+5
2021-03-25
ASoC: soc-component: Add snd_soc_pcm_component_ack
Shengjiu Wang
1
-0
/
+2
2021-03-19
ASoC: don't indicate error message for snd_soc_[pcm_]component_xxx()
Kuninori Morimoto
1
-4
/
+1
2021-03-19
ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx()
Kuninori Morimoto
1
-8
/
+2
2021-03-19
ASoC: soc-pcm: don't indicate error message for dpcm_be_dai_hw_free()
Kuninori Morimoto
1
-10
/
+4
[next]