index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
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
2023-04-17
ASoC: expand snd_soc_dpcm_mutex_lock/unlock()
Kuninori Morimoto
1
-15
/
+2
2023-04-05
ASoC: soc.h: clarify Codec2Codec params
Kuninori Morimoto
1
-5
/
+5
2023-03-30
ASoC: Merge fixes
Mark Brown
1
-0
/
+4
2023-03-14
ASoC: soc-pcm.c: remove indirect runtime copy
Kuninori Morimoto
1
-6
/
+4
2023-03-14
ASoC: soc-pcm: fix hw->formats cleared by soc_pcm_hw_init() for dpcm
Shengjiu Wang
1
-0
/
+4
2023-02-28
ASoC: soc-pcm: add option to start DMA after DAI
Claudiu Beznea
1
-5
/
+22
2023-01-31
ASoC: soc-pcm.c: use helper function
Kuninori Morimoto
1
-9
/
+3
2023-01-27
ASoC: soc-pcm: Export widget_in_list()
Ranjani Sridharan
1
-1
/
+2
2022-12-07
ASoC: soc-pcm.c: Clear DAIs parameters after stream_active is updated
Chancel Liu
1
-10
/
+10
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
[next]