index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-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-11
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
[next]