aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-compress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-22ASoC: compress: Pass error out of soc_compr_pointerCharles Keepax1-2/+3
2016-01-11Merge tag 'asoc-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-3/+20
2016-01-08ASoC: compress: Fix compress device direction checkVinod Koul1-3/+20
2015-11-30ALSA: compress: Pass id string to snd_compress_newRichard Fitzgerald1-1/+7
2015-10-22ASoC: compress: add config item for soc-compress to make it compiled only when neededJie Yang1-2/+10
2015-01-15ASoC: soc-compress.c: fix NULL dereferenceQais Yousef1-3/+6
2014-10-22ASoC: soc-compress: consolidate two identical branchesDaniel Mack1-9/+2
2014-09-24ASoC: soc-compress: fix double unlock of fe card mutexQiao Zhou1-4/+2
2014-09-10ASoC: soc-pcm: fix dpcm_path_get error handlingQiao Zhou1-1/+5
2014-07-16ASoC: compress: Prevent multicodec for compressed streamBenoit Cousson1-0/+5
2014-06-21ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen1-3/+5
2014-05-14ASoC: compress: indent an if statementDan Carpenter1-2/+3
2014-05-12ASoC: Remove runtime field from DAILars-Peter Clausen1-1/+0
2014-03-06ASoC: Add helper functions for PCM runtime 'active' managementLars-Peter Clausen1-50/+12
2014-03-06ASoC: Handle ignore_pmdown_time for CODEC to CODEC linksLars-Peter Clausen1-2/+1
2014-01-17ASoC: compress: Add suport for DPCM into compressed audioLiam Girdwood1-1/+300
2013-08-12ASoC: compress: Use power efficient workqueueMark Brown1-2/+3
2013-07-28ASoC: compress: use soc_xxx handlers for metadataVinod Koul1-4/+4