aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-compress.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-23ASoC: do not include pm_runtime.h if not usedGravatar Claudiu Beznea 1-1/+0
2023-04-17ASoC: add snd_soc_card_mutex_lock/unlock()Gravatar Kuninori Morimoto 1-9/+9
2023-04-17ASoC: expand snd_soc_dpcm_mutex_lock/unlock()Gravatar Kuninori Morimoto 1-21/+21
2023-03-24ASoC: soc-compress: Inherit atomicity from DAI link for Compress FEGravatar Daniel Baluta 1-0/+3
2023-03-14ASoC: soc-pcm.c: remove indirect runtime copyGravatar Kuninori Morimoto 1-7/+0
2023-01-28ASoC: soc-compress.c: fixup private_data on snd_soc_new_compress()Gravatar Kuninori Morimoto 1-1/+1
2023-01-27ASoC: soc-compress: Reposition and add pcm_mutexGravatar 강신형 1-3/+6
2022-09-20ASoC: soc.h: remove num_cpus/codecsGravatar Kuninori Morimoto 1-2/+2
2022-03-14ASoC: soc-compress: Change the check for codec_daiGravatar Jiasheng Jiang 1-8/+11
2022-03-02ASoC: soc-compress: prevent the potentially use of null pointerGravatar Jiasheng Jiang 1-6/+8
2021-09-20ASoC: compress/component: Use module_get_when_open/put_when_close for cstreamGravatar Peter Ujfalusi 1-5/+38
2021-07-15ALSA: compress: Initialize mutex in snd_compress_new()Gravatar Takashi Iwai 1-1/+0
2021-04-09ASoC: soc-compress: lock pcm_mutex to resolve lockdep errorGravatar Gyeongtaek Lee 1-0/+4
2021-03-19ASoC: soc-pcm: don't indicate error message for dpcm_be_dai_hw_free()Gravatar Kuninori Morimoto 1-4/+1
2021-03-19ASoC: soc-pcm: indicate error message at dpcm_path_get()Gravatar Kuninori Morimoto 1-3/+1
2021-03-12ASoC: soc-pcm: share DPCM BE DAI stop operationGravatar Kuninori Morimoto 1-1/+1
2020-11-26ASoC: soc-compress: add soc_compr_clean() and call it from soc_compr_open/free()Gravatar Kuninori Morimoto 1-23/+22
2020-11-26ASoC: soc-component: add mark for snd_soc_link_compr_startup/shutdown()Gravatar Kuninori Morimoto 1-2/+2
2020-11-26ASoC: soc-component: add mark for snd_soc_component_compr_open/free()Gravatar Kuninori Morimoto 1-8/+6
2020-11-26ASoC: soc-dai: add mark for snd_soc_dai_compr_startup/shutdown()Gravatar Kuninori Morimoto 1-4/+4
2020-11-26ASoC: soc-compress: move soc_compr_free() next to soc_compr_open()Gravatar Kuninori Morimoto 1-34/+34
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_metadata()Gravatar Kuninori Morimoto 1-12/+2
2020-11-18ASoC: soc-component: add snd_soc_component_compr_set_metadata()Gravatar Kuninori Morimoto 1-14/+2
2020-11-18ASoC: soc-component: add snd_soc_component_compr_copy()Gravatar Kuninori Morimoto 1-24/+1
2020-11-18ASoC: soc-component: add snd_soc_component_compr_pointer()Gravatar Kuninori Morimoto 1-11/+2
2020-11-18ASoC: soc-component: add snd_soc_component_compr_ack()Gravatar Kuninori Morimoto 1-13/+2
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_codec_caps()Gravatar Kuninori Morimoto 1-25/+2
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_caps()Gravatar Kuninori Morimoto 1-25/+2
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_params()Gravatar Kuninori Morimoto 1-12/+2
2020-11-18ASoC: soc-component: add snd_soc_component_compr_set_params()Gravatar Kuninori Morimoto 1-23/+2
2020-11-18ASoC: soc-component: add snd_soc_component_compr_trigger()Gravatar Kuninori Morimoto 1-24/+3
2020-11-18ASoC: soc-component: add snd_soc_component_compr_free()Gravatar Kuninori Morimoto 1-25/+4
2020-11-18ASoC: soc-component: add snd_soc_component_compr_open()Gravatar Kuninori Morimoto 1-29/+2
2020-11-10ASoC: soc-compress: assume SNDRV_PCM_STREAM_xxx and SND_COMPRESS_xxx are sameGravatar Kuninori Morimoto 1-48/+19
2020-11-10ASoC: soc-compress: tidyup STREAM vs COMPRESSGravatar Kuninori Morimoto 1-4/+16
2020-09-28ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()Gravatar Kuninori Morimoto 1-22/+8
2020-06-15ASoC: soc-pcm/compress: reduce verbosity on mapping ok messagesGravatar Pierre-Louis Bossart 1-2/+2
2020-05-25ASoC: soc-link: add snd_soc_link_compr_set_params()Gravatar Kuninori Morimoto 1-10/+6
2020-05-25ASoC: soc-link: add snd_soc_link_compr_shutdown()Gravatar Kuninori Morimoto 1-4/+2
2020-05-25ASoC: soc-link: add snd_soc_link_compr_startup()Gravatar Kuninori Morimoto 1-17/+7
2020-05-18ASoC: use snd_soc_xxx_active()Gravatar Kuninori Morimoto 1-2/+2
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_get_metadata()Gravatar Kuninori Morimoto 1-5/+3
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_set_metadata()Gravatar Kuninori Morimoto 1-5/+3
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_pointer()Gravatar Kuninori Morimoto 1-3/+4
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_ack()Gravatar Kuninori Morimoto 1-5/+3
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_get_params()Gravatar Kuninori Morimoto 1-5/+3
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_set_params()Gravatar Kuninori Morimoto 1-10/+6
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_trigger()Gravatar Kuninori Morimoto 1-7/+6
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_shutdown()Gravatar Kuninori Morimoto 1-8/+4
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_start()Gravatar Kuninori Morimoto 1-18/+6