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
2019-08-15
ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime
Peter Ujfalusi
1
-18
/
+18
2019-08-08
ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()
Kuninori Morimoto
1
-0
/
+3
2019-08-05
ASoC: soc-component: add snd_soc_pcm_component_pcm_free()
Kuninori Morimoto
1
-8
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_pcm_component_pcm_new()
Kuninori Morimoto
1
-14
/
+4
2019-08-05
ASoC: soc-component: add snd_soc_pcm_component_mmap()
Kuninori Morimoto
1
-22
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_pcm_component_page()
Kuninori Morimoto
1
-25
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_pcm_component_copy_user()
Kuninori Morimoto
1
-24
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_pcm_component_ioctrl()
Kuninori Morimoto
1
-23
/
+2
2019-08-05
ASoC: soc-component: add snd_soc_pcm_component_pointer()
Kuninori Morimoto
1
-12
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_component_trigger()
Kuninori Morimoto
1
-5
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_component_hw_free()
Kuninori Morimoto
1
-6
/
+3
2019-08-05
ASoC: soc-component: add snd_soc_component_hw_params()
Kuninori Morimoto
1
-5
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_component_prepare()
Kuninori Morimoto
1
-5
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_component_close()
Kuninori Morimoto
1
-5
/
+3
2019-08-05
ASoC: soc-component: add snd_soc_component_open()
Kuninori Morimoto
1
-5
/
+1
2019-08-05
ASoC: soc-component: add snd_soc_component_get/put()
Kuninori Morimoto
1
-6
/
+4
2019-08-05
ASoC: soc-pcm: remove soc_fill_silence()
Kuninori Morimoto
1
-24
/
+0
2019-08-05
ASoC: soc-pcm: remove soc_rtdcom_copy_kernel()
Kuninori Morimoto
1
-24
/
+0
2019-08-05
ASoC: soc-pcm: remove soc_rtdcom_ack()
Kuninori Morimoto
1
-22
/
+0
2019-08-01
ASoC: core: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-10
/
+4
2019-08-01
ASoC: create pcm for codec2codec links as well
Jerome Brunet
1
-3
/
+32
2019-07-23
ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.c
Kuninori Morimoto
1
-29
/
+10
2019-07-23
ASoC: soc-dai: add snd_soc_dai_delay()
Kuninori Morimoto
1
-6
/
+3
2019-07-23
ASoC: soc-dai: add snd_soc_dai_bespoke_trigger()
Kuninori Morimoto
1
-10
/
+6
2019-07-23
ASoC: soc-dai: add snd_soc_dai_trigger()
Kuninori Morimoto
1
-11
/
+6
2019-07-23
ASoC: soc-dai: add snd_soc_dai_prepare()
Kuninori Morimoto
1
-16
/
+11
2019-07-23
ASoC: soc-dai: add snd_soc_dai_shutdown()
Kuninori Morimoto
1
-12
/
+6
2019-07-23
ASoC: soc-dai: add snd_soc_dai_startup()
Kuninori Morimoto
1
-16
/
+11
2019-07-23
ASoC: soc-dai: add snd_soc_dai_hw_free()
Kuninori Morimoto
1
-8
/
+4
2019-07-23
ASoC: soc-dai: mv soc_dai_hw_params() to soc-dai
Kuninori Morimoto
1
-32
/
+3
2019-05-21
Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-1
/
+2
2019-05-21
ASoC: soc-pcm: fixup try_module_get()/module_put() timing
Kuninori Morimoto
1
-9
/
+7
2019-05-13
ASoC: soc-pcm: add soc_pcm_components_open()
Kuninori Morimoto
1
-23
/
+40
2019-05-13
ASoC: soc-pcm: add missing cpu_dai->rate = 0
Kuninori Morimoto
1
-0
/
+1
2019-05-13
ASoC: soc-pcm: do cpu_dai related operation at same place
Kuninori Morimoto
1
-8
/
+8
2019-05-13
ASoC: soc-pcm: BE dai needs prepare when pause release after resume
Libin Yang
1
-1
/
+2
2019-05-06
Merge branch 'asoc-5.2' into asoc-next
Mark Brown
1
-0
/
+4
2019-05-06
Merge branch 'asoc-5.1' into asoc-linus
Mark Brown
1
-2
/
+8
2019-05-03
ASoC: skip hw_free on codec dai for which the stream is invalid
Jerome Brunet
1
-0
/
+6
2019-05-03
ASoC: fix valid stream condition
Jerome Brunet
1
-2
/
+2
2019-04-26
Merge branch 'asoc-5.1' into asoc-5.2
Mark Brown
1
-0
/
+8
2019-04-19
ASoC: pcm: save fixed-up hw_params of BE
Libin Yang
1
-0
/
+4
2019-04-10
ASoC: pcm: fix error handling when try_module_get() fails.
Ranjani Sridharan
1
-3
/
+5
2019-04-08
ASoC: pcm: update module refcount if module_get_upon_open is set
Ranjani Sridharan
1
-0
/
+8
2019-04-02
ASoC: dpcm: skip missing substream while applying symmetry
Jerome Brunet
1
-1
/
+6
2019-03-18
Merge tag 'v5.1-rc1' into asoc-5.1
Mark Brown
1
-0
/
+1
2019-03-11
ASoC: dpcm: prevent snd_soc_dpcm use after free
KaiChieh Chuang
1
-7
/
+33
2019-03-11
ASoC:soc-pcm:fix a codec fixup issue in TDM case
Rander Wang
1
-2
/
+5
2019-02-08
Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
1
-0
/
+4
2019-02-02
ASoC: dapm: Only power up active channels from a DAI
Charles Keepax
1
-0
/
+4
[next]