index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-pcm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: soc-pcm: fix checks for multi-cpu FE dailinks
Pierre-Louis Bossart
2020-06-15
1
-3
/
+3
*
ASoC: soc-pcm: dpcm: fix playback/capture checks
Pierre-Louis Bossart
2020-06-09
1
-10
/
+34
*
Subject: [PATCH v2] ASoC: soc-pcm: fix BE dai not hw_free and shutdown during...
朱灿灿
2020-05-29
1
-3
/
+3
*
ASoC: soc-link: add snd_soc_link_be_hw_params_fixup()
Kuninori Morimoto
2020-05-25
1
-10
/
+3
*
ASoC: soc-link: remove unneeded parameter from snd_soc_link_xxx()
Kuninori Morimoto
2020-05-25
1
-9
/
+9
*
ASoC: soc-link: move soc_rtd_xxx()
Kuninori Morimoto
2020-05-25
1
-75
/
+13
*
ASoC: use snd_soc_xxx_active()
Kuninori Morimoto
2020-05-18
1
-10
/
+10
*
ASoC: soc-dai: add snd_soc_dai_action()
Kuninori Morimoto
2020-05-18
1
-5
/
+2
*
ASoC: soc-pcm: replace snd_soc_runtime_activate()/deactivate() to macro
Kuninori Morimoto
2020-05-18
1
-34
/
+15
*
ASoC: soc-dai: add snd_soc_pcm_dai_bespoke_trigger()
Kuninori Morimoto
2020-04-29
1
-18
/
+3
*
ASoC: soc-dai: add snd_soc_pcm_dai_trigger()
Kuninori Morimoto
2020-04-29
1
-14
/
+4
*
ASoC: soc-dai: add snd_soc_pcm_dai_prepare()
Kuninori Morimoto
2020-04-29
1
-7
/
+4
*
Merge series "Add support for SOF on i.MX8M" from Daniel Baluta <daniel.balut...
Mark Brown
2020-04-16
1
-2
/
+11
|
\
|
*
ASoC: soc-pcm: dpcm: Only allow playback/capture if supported
Stephan Gerhold
2020-04-15
1
-2
/
+11
*
|
ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
2020-04-14
1
-15
/
+15
|
/
*
ASoC: dpcm: allow start or stop during pause for backend
이경택
2020-04-01
1
-2
/
+4
*
ASoC: soc-pcm: Merge for_each_rtd_cpu/codec_dais()
Kuninori Morimoto
2020-03-20
1
-236
/
+75
*
ASoC: export DPCM runtime update functions
Guennadi Liakhovetski
2020-03-12
1
-1
/
+4
*
ASoC: (cosmetic) simplify dpcm_prune_paths()
Guennadi Liakhovetski
2020-03-12
1
-31
/
+32
*
ASoC: pcm: Fix (again) possible buffer overflow in dpcm state sysfs output
Takashi Iwai
2020-03-10
1
-8
/
+8
*
ASoC: soc: use for_each_rtd_codecs/cpus_dai() macro
Kuninori Morimoto
2020-03-10
1
-62
/
+62
*
Merge series "ASoC: soc-pcm cleanup step5" from Kuninori Morimoto <kuninori.m...
Mark Brown
2020-03-06
1
-50
/
+47
|
\
|
*
ASoC: soc-pcm: Do Digital Mute for both CPU/Codec in same timing.
Kuninori Morimoto
2020-03-06
1
-3
/
+8
|
*
ASoC: soc-pcm: check DAI's activity more simply
Kuninori Morimoto
2020-03-06
1
-5
/
+2
|
*
ASoC: soc-pcm: tidyup dulicate handing at dpcm_fe_dai_startup()
Kuninori Morimoto
2020-03-06
1
-7
/
+3
|
*
ASoC: soc-pcm: use snd_soc_dai_get_pcm_stream() at dpcm_set_fe_runtime()
Kuninori Morimoto
2020-03-06
1
-6
/
+3
|
*
ASoC: soc-pcm: add dpcm_fe_dai_cleanup()
Kuninori Morimoto
2020-03-06
1
-14
/
+16
|
*
ASoC: soc-pcm: move dpcm_fe_dai_close()
Kuninori Morimoto
2020-03-06
1
-20
/
+20
*
|
ASoC: pcm: Export parameter intersection logic
Samuel Holland
2020-03-06
1
-18
/
+38
|
/
*
ASoC: soc-pcm: remove duplicate be check from dpcm_add_paths()
Kuninori Morimoto
2020-03-05
1
-4
/
+0
*
ASoC: soc-pcm: use defined stream
Kuninori Morimoto
2020-03-05
1
-8
/
+7
*
ASoC: pcm: check if cpu-dai supports a given stream
Bard Liao
2020-02-26
1
-1
/
+50
*
ASoC: Return error if the function does not support multi-cpu
Bard Liao
2020-02-26
1
-0
/
+18
*
ASoC: Add multiple CPU DAI support for PCM ops
Shreyas NC
2020-02-26
1
-135
/
+261
*
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2020-02-24
1
-1
/
+1
|
\
|
*
ASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stream_stop()
Kuninori Morimoto
2020-02-24
1
-1
/
+1
|
*
ASoC: pcm: Fix possible buffer overflow in dpcm state sysfs output
Takashi Iwai
2020-02-19
1
-8
/
+8
*
|
ASoC: soc-pcm cleanup step4
Mark Brown
2020-02-24
1
-253
/
+209
|
\
\
|
*
|
ASoC: soc-pcm: add dpcm_create/remove_debugfs_state()
Kuninori Morimoto
2020-02-24
1
-17
/
+34
|
*
|
ASoC: soc-pcm: move CONFIG_DEBUG_FS functions to top side
Kuninori Morimoto
2020-02-24
1
-138
/
+138
|
*
|
ASoC: soc-pcm: move dpcm_path_put() to soc-pcm.c
Kuninori Morimoto
2020-02-24
1
-0
/
+5
|
*
|
ASoC: soc-pcm: merge dpcm_run_new/old_update() into dpcm_fe_runtime_update()
Kuninori Morimoto
2020-02-24
1
-28
/
+7
|
*
|
ASoC: soc-pcm: add snd_soc_dai_get_widget()
Kuninori Morimoto
2020-02-24
1
-13
/
+4
|
*
|
ASoC: soc-pcm: cleanup soc_pcm_apply_msb()
Kuninori Morimoto
2020-02-24
1
-17
/
+12
|
*
|
ASoC: soc-pcm: add snd_soc_dai_get_pcm_stream()
Kuninori Morimoto
2020-02-24
1
-40
/
+9
*
|
|
ASoC: soc-pcm: fix state tracking error in snd_soc_component_open/close()
Kai Vehmanen
2020-02-24
1
-6
/
+21
|
/
/
*
|
ASoC: dpcm: remove confusing trace in dpcm_get_be()
Jerome Brunet
2020-02-20
1
-3
/
+1
*
|
ASoC: soc-pcm: use for_each_pcm_streams() macro
Kuninori Morimoto
2020-02-18
1
-62
/
+35
*
|
ASoC: soc-pcm: merge playback/cature_active into stream_active
Kuninori Morimoto
2020-02-18
1
-13
/
+12
*
|
ASoC: soc-pcm: use goto and remove multi return
Kuninori Morimoto
2020-02-18
1
-2
/
+2
[next]