aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-compress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25ASoC: soc-link: add snd_soc_link_compr_set_params()Kuninori Morimoto1-10/+6
2020-05-25ASoC: soc-link: add snd_soc_link_compr_shutdown()Kuninori Morimoto1-4/+2
2020-05-25ASoC: soc-link: add snd_soc_link_compr_startup()Kuninori Morimoto1-17/+7
2020-05-18ASoC: use snd_soc_xxx_active()Kuninori Morimoto1-2/+2
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_get_metadata()Kuninori Morimoto1-5/+3
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_set_metadata()Kuninori Morimoto1-5/+3
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_pointer()Kuninori Morimoto1-3/+4
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_ack()Kuninori Morimoto1-5/+3
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_get_params()Kuninori Morimoto1-5/+3
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_set_params()Kuninori Morimoto1-10/+6
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_trigger()Kuninori Morimoto1-7/+6
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_shutdown()Kuninori Morimoto1-8/+4
2020-04-29ASoC: soc-dai: add snd_soc_dai_compr_start()Kuninori Morimoto1-18/+6
2020-04-24ASoC: soc-compress: avoid false-positive Wuninitialized warningRong Chen1-1/+1
2020-04-21ASoC: soc-compress: remove snd_compr_opsKuninori Morimoto1-145/+0
2020-04-21ASoC: soc-compress: add snd_compress_opsKuninori Morimoto1-0/+152
2020-04-14ASoC: soc: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-18/+18
2020-02-26ASoC: Return error if the function does not support multi-cpuBard Liao1-2/+3
2020-02-24ASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stream_stop()Kuninori Morimoto1-1/+1
2020-01-10ASoC: soc-pcm/soc-compress: use snd_soc_dapm_stream_stop() for SND_SOC_DAPM_STREAM_STOPKuninori Morimoto1-1/+1
2020-01-10ASoC: soc-dapm: add snd_soc_dapm_stream_stop()Kuninori Morimoto1-17/+1
2020-01-10ASoC: soc-core: add snd_soc_close_delayed_work()Kuninori Morimoto1-28/+1
2020-01-10ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto1-44/+31
2019-12-17ASoC: compress: Add pm_runtime supportCezary Rojewski1-1/+28
2019-12-04ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey1-4/+2
2019-10-23ASoC: soc-core: add for_each_rtd_components() and replaceKuninori Morimoto1-39/+13
2019-08-15ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtimePeter Ujfalusi1-24/+24
2019-07-23ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.cKuninori Morimoto1-5/+4
2019-06-25ASoC: compress: Fix memory leak from snd_soc_new_compressAmadeusz Sławiński1-11/+6
2019-02-06ASoC: compress: Add helper functions for component trigger/set_paramsCharles Keepax1-63/+54
2019-02-06ASoC: compress: Clarify the intent of current compressed ops handlingCharles Keepax1-58/+48
2018-09-20ASoC: add for_each_dpcm_be() macroKuninori Morimoto1-2/+2
2018-08-07ASoC: compress: make BE and FE order inline with dpcmSrinivas Kandagatla1-50/+46
2018-07-02ASoC: soc-compress: convert to SPDX identifiersKuninori Morimoto1-15/+9
2018-05-11ASoC: compress: Fix up some trivial formatting issuesCharles Keepax1-15/+13
2018-05-11ASoC: compress: Only assign compr->ops->copy onceCharles Keepax1-0/+1
2018-04-26ASoC: compress: Add helper functions for component open/freeCharles Keepax1-79/+62
2018-04-26ASoC: Remove platform code now everything is componentisedCharles Keepax1-221/+6
2018-04-26ASoC: compress: Only call free for components which have been openedCharles Keepax1-24/+28
2018-01-26ASoC: compress: Fixup error messagesCharles Keepax1-27/+41
2018-01-26ASoC: compress: Remove some extraneous blank linesCharles Keepax1-3/+0
2018-01-26Merge branch 'fix/compress' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-compressMark Brown1-4/+4
2018-01-26ASoC: compress: Correct handling of copy callbackCharles Keepax1-4/+4
2017-12-05ASoC: don't use rtd->codec on snd_soc_new_compress()Kuninori Morimoto1-2/+2
2017-10-23ASoC: snd_soc_component_driver has snd_compr_opsKuninori Morimoto1-34/+427
2017-08-16ASoC: compress: Set reasonable compress id stringPeng Donglin1-10/+6
2017-08-10ASoC: compress: Delete error messages for a failed memory allocation in snd_soc_new_compress()Markus Elfring1-5/+2
2017-06-19ASoC: compress: Derive substream from stream based on directionSatish Babu Patakokila1-2/+4
2016-11-13ASoC: compress: Add support for compress dai opsVinod Koul1-2/+96
2016-08-16ASoC: compress: Fix leak of a widget list in soc_compr_open_feCharles Keepax1-1/+3