index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-pcm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: soc-pcm: fix hw param limits calculation for multi-DAI
Kai Vehmanen
2021-02-17
1
-2
/
+7
*
ASoC: soc-pcm: fix hwparams min/max init for dpcm
Kai Vehmanen
2021-02-15
1
-4
/
+2
*
ASoC: soc-pcm: add soc_pcm_hw_update_format()
Kuninori Morimoto
2021-02-12
1
-7
/
+10
*
ASoC: soc-pcm: add soc_pcm_hw_update_chan()
Kuninori Morimoto
2021-02-12
1
-20
/
+19
*
ASoC: soc-pcm: add soc_pcm_hw_update_rate()
Kuninori Morimoto
2021-02-12
1
-29
/
+27
*
ASoC: soc-pcm: change error message to debug message
Shengjiu Wang
2021-02-10
1
-2
/
+2
*
ASoC: soc-pcm: fixup snd_pcm_limit_hw_rates() timing
Kuninori Morimoto
2021-02-03
1
-4
/
+8
*
ASoC: soc-pcm: use snd_pcm_hardware at dpcm_runtime_merge_xxx()
Kuninori Morimoto
2021-02-03
1
-23
/
+21
*
ASoC: soc-pcm: add soc_create_pcm() and simplify soc_new_pcm()
Kuninori Morimoto
2021-02-03
1
-15
/
+28
*
ASoC: soc-pcm: add soc_get_playback_capture() and simplify soc_new_pcm()
Kuninori Morimoto
2021-02-03
1
-17
/
+28
*
ASoC: soc-pcm: tidyup pcm setting
Kuninori Morimoto
2021-02-03
1
-1
/
+1
*
ASoC: soc-pcm: cleanup soc_pcm_params_symmetry()
Kuninori Morimoto
2021-01-21
1
-45
/
+15
*
ASoC: soc-pcm: cleanup soc_pcm_apply_symmetry()
Kuninori Morimoto
2021-01-21
1
-47
/
+20
*
ASoC: sync parameter naming : rate / sample_bits
Kuninori Morimoto
2021-01-21
1
-12
/
+12
*
ASoC: soc-pcm: revert soc_pcm_apply_symmetry()
Kuninori Morimoto
2021-01-21
1
-20
/
+47
*
ASoC: soc-pcm: cleanup soc_pcm_apply_symmetry()
Kuninori Morimoto
2021-01-13
1
-47
/
+20
*
ASoC: soc-pcm: add soc_pcm_set_dai_params()
Kuninori Morimoto
2021-01-13
1
-25
/
+27
*
ASoC: soc-pcm: add dpcm_set_be_update_state()
Kuninori Morimoto
2021-01-13
1
-4
/
+9
*
ASoC: soc-pcm: move dpcm_set_fe_update_state()
Kuninori Morimoto
2021-01-13
1
-23
/
+22
*
ASoC: soc-pcm: Fix an uninitialized error code
Dan Carpenter
2021-01-11
1
-0
/
+1
*
ASoC: soc-pcm: return correct -ERRNO in failure path
Souptick Joarder
2021-01-11
1
-1
/
+2
*
ASoC: soc-pcm: disconnect BEs if the FE is not ready
朱灿灿
2021-01-07
1
-5
/
+14
*
ASoC: soc-pcm: care trigger rollback
Kuninori Morimoto
2020-12-09
1
-9
/
+33
*
ASoC: soc-pcm: remove dpcm_do_trigger()
Kuninori Morimoto
2020-12-09
1
-21
/
+9
*
ASoC: pcm: send DAPM_STREAM_STOP event in dpcm_fe_dai_shutdown
Ranjani Sridharan
2020-12-07
1
-0
/
+3
*
ASoC: pcm: call snd_soc_dapm_stream_stop() in soc_pcm_hw_clean
Ranjani Sridharan
2020-11-19
1
-7
/
+3
*
ASoC: soc-pcm: Get all BEs along DAPM path
Sameer Pujar
2020-11-10
1
-1
/
+2
*
ASoC: pcm: DRAIN support reactivation
Cezary Rojewski
2020-11-05
1
-0
/
+2
*
ASoC: soc-pcm: add soc_pcm_hw_clean() and call it from soc_pcm_hw_params/free()
Kuninori Morimoto
2020-10-26
1
-40
/
+16
*
ASoC: soc-dai: add mark for snd_soc_dai_hw_params/free()
Kuninori Morimoto
2020-10-26
1
-3
/
+3
*
ASoC: soc-component: add mark for snd_soc_pcm_component_hw_params/free()
Kuninori Morimoto
2020-10-26
1
-4
/
+3
*
ASoC: soc-link: add mark for snd_soc_link_hw_params/free()
Kuninori Morimoto
2020-10-26
1
-2
/
+2
*
ASoC: soc-pcm: move soc_pcm_hw_free() next to soc_pcm_hw_params()
Kuninori Morimoto
2020-10-26
1
-43
/
+43
*
ASoC: soc-pcm: add missing ret=0 at soc_pcm_open()
Kuninori Morimoto
2020-10-01
1
-0
/
+1
*
ASoC: soc-pcm: ignore un-needed mutex_unlock() case on soc_pcm_open()
Kuninori Morimoto
2020-10-01
1
-2
/
+2
*
ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_component_module/open()
Kuninori Morimoto
2020-09-28
1
-10
/
+2
*
ASoC: soc-pcm: remove unneeded dev_err() for snd_soc_dai_startup()
Kuninori Morimoto
2020-09-28
1
-5
/
+1
*
ASoC: soc-pcm: add soc_pcm_clean() and call it from soc_pcm_open/close()
Kuninori Morimoto
2020-09-28
1
-39
/
+30
*
ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()
Kuninori Morimoto
2020-09-28
1
-11
/
+6
*
ASoC: soc-component: add mark for soc_pcm_components_open/close()
Kuninori Morimoto
2020-09-28
1
-21
/
+7
*
ASoC: soc-link: add mark for snd_soc_link_startup/shutdown()
Kuninori Morimoto
2020-09-28
1
-2
/
+2
*
ASoC: soc-dai: add mark for snd_soc_dai_startup/shutdown()
Kuninori Morimoto
2020-09-28
1
-2
/
+2
*
ASoC: core: Do not cleanup uninitialized dais on soc_pcm_open failure
Cezary Rojewski
2020-09-07
1
-1
/
+1
*
Merge remote-tracking branch 'asoc/for-5.9' into asoc-next
Mark Brown
2020-07-31
1
-124
/
+66
|
\
|
*
ASoC: soc-xxx: add asoc_substream_to_rtd()
Kuninori Morimoto
2020-07-23
1
-31
/
+31
|
*
snd/soc: correct trivial kernel-doc inconsistency
Colton Lewis
2020-06-26
1
-0
/
+1
|
*
Merge series "ASoC: improve core dmesg logs and verbosity" from Pierre-Louis ...
Mark Brown
2020-06-15
1
-6
/
+7
|
|
\
|
|
*
ASoC: soc-pcm/compress: reduce verbosity on mapping ok messages
Pierre-Louis Bossart
2020-06-15
1
-3
/
+3
|
|
*
ASoC: soc-pcm: improve error messages in soc_pcm_new()
Pierre-Louis Bossart
2020-06-15
1
-3
/
+4
|
*
|
ASoC: soc-component: merge soc_pcm_trigger_start/stop()
Kuninori Morimoto
2020-06-15
1
-39
/
+19
[next]