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-compress.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-26
ASoC: soc-compress: add soc_compr_clean() and call it from soc_compr_open/free()
Kuninori Morimoto
1
-23
/
+22
2020-11-26
ASoC: soc-component: add mark for snd_soc_link_compr_startup/shutdown()
Kuninori Morimoto
1
-2
/
+2
2020-11-26
ASoC: soc-component: add mark for snd_soc_component_compr_open/free()
Kuninori Morimoto
1
-8
/
+6
2020-11-26
ASoC: soc-dai: add mark for snd_soc_dai_compr_startup/shutdown()
Kuninori Morimoto
1
-4
/
+4
2020-11-26
ASoC: soc-compress: move soc_compr_free() next to soc_compr_open()
Kuninori Morimoto
1
-34
/
+34
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_get_metadata()
Kuninori Morimoto
1
-12
/
+2
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_set_metadata()
Kuninori Morimoto
1
-14
/
+2
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_copy()
Kuninori Morimoto
1
-24
/
+1
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_pointer()
Kuninori Morimoto
1
-11
/
+2
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_ack()
Kuninori Morimoto
1
-13
/
+2
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_get_codec_caps()
Kuninori Morimoto
1
-25
/
+2
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_get_caps()
Kuninori Morimoto
1
-25
/
+2
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_get_params()
Kuninori Morimoto
1
-12
/
+2
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_set_params()
Kuninori Morimoto
1
-23
/
+2
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_trigger()
Kuninori Morimoto
1
-24
/
+3
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_free()
Kuninori Morimoto
1
-25
/
+4
2020-11-18
ASoC: soc-component: add snd_soc_component_compr_open()
Kuninori Morimoto
1
-29
/
+2
2020-11-10
ASoC: soc-compress: assume SNDRV_PCM_STREAM_xxx and SND_COMPRESS_xxx are same
Kuninori Morimoto
1
-48
/
+19
2020-11-10
ASoC: soc-compress: tidyup STREAM vs COMPRESS
Kuninori Morimoto
1
-4
/
+16
2020-09-28
ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()
Kuninori Morimoto
1
-22
/
+8
2020-06-15
ASoC: soc-pcm/compress: reduce verbosity on mapping ok messages
Pierre-Louis Bossart
1
-2
/
+2
2020-05-25
ASoC: soc-link: add snd_soc_link_compr_set_params()
Kuninori Morimoto
1
-10
/
+6
2020-05-25
ASoC: soc-link: add snd_soc_link_compr_shutdown()
Kuninori Morimoto
1
-4
/
+2
2020-05-25
ASoC: soc-link: add snd_soc_link_compr_startup()
Kuninori Morimoto
1
-17
/
+7
2020-05-18
ASoC: use snd_soc_xxx_active()
Kuninori Morimoto
1
-2
/
+2
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_get_metadata()
Kuninori Morimoto
1
-5
/
+3
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_set_metadata()
Kuninori Morimoto
1
-5
/
+3
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_pointer()
Kuninori Morimoto
1
-3
/
+4
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_ack()
Kuninori Morimoto
1
-5
/
+3
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_get_params()
Kuninori Morimoto
1
-5
/
+3
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_set_params()
Kuninori Morimoto
1
-10
/
+6
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_trigger()
Kuninori Morimoto
1
-7
/
+6
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_shutdown()
Kuninori Morimoto
1
-8
/
+4
2020-04-29
ASoC: soc-dai: add snd_soc_dai_compr_start()
Kuninori Morimoto
1
-18
/
+6
2020-04-24
ASoC: soc-compress: avoid false-positive Wuninitialized warning
Rong Chen
1
-1
/
+1
2020-04-21
ASoC: soc-compress: remove snd_compr_ops
Kuninori Morimoto
1
-145
/
+0
2020-04-21
ASoC: soc-compress: add snd_compress_ops
Kuninori Morimoto
1
-0
/
+152
2020-04-14
ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
1
-18
/
+18
2020-02-26
ASoC: Return error if the function does not support multi-cpu
Bard Liao
1
-2
/
+3
2020-02-24
ASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stream_stop()
Kuninori Morimoto
1
-1
/
+1
2020-01-10
ASoC: soc-pcm/soc-compress: use snd_soc_dapm_stream_stop() for SND_SOC_DAPM_S...
Kuninori Morimoto
1
-1
/
+1
2020-01-10
ASoC: soc-dapm: add snd_soc_dapm_stream_stop()
Kuninori Morimoto
1
-17
/
+1
2020-01-10
ASoC: soc-core: add snd_soc_close_delayed_work()
Kuninori Morimoto
1
-28
/
+1
2020-01-10
ASoC: soc-core: remove snd_soc_rtdcom_list
Kuninori Morimoto
1
-44
/
+31
2019-12-17
ASoC: compress: Add pm_runtime support
Cezary Rojewski
1
-1
/
+28
2019-12-04
ASoC: core: Init pcm runtime work early to avoid warnings
Curtis Malainey
1
-4
/
+2
2019-10-23
ASoC: soc-core: add for_each_rtd_components() and replace
Kuninori Morimoto
1
-39
/
+13
2019-08-15
ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtime
Peter Ujfalusi
1
-24
/
+24
2019-07-23
ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.c
Kuninori Morimoto
1
-5
/
+4
2019-06-25
ASoC: compress: Fix memory leak from snd_soc_new_compress
Amadeusz Sławiński
1
-11
/
+6
[next]