summaryrefslogtreecommitdiff
path: root/sound/soc/soc-compress.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Return error if the function does not support multi-cpuBard Liao2020-02-261-2/+3
* ASoC: soc-pcm/soc-compress: don't use snd_soc_dapm_stream_stop()Kuninori Morimoto2020-02-241-1/+1
* ASoC: soc-pcm/soc-compress: use snd_soc_dapm_stream_stop() for SND_SOC_DAPM_S...Kuninori Morimoto2020-01-101-1/+1
* ASoC: soc-dapm: add snd_soc_dapm_stream_stop()Kuninori Morimoto2020-01-101-17/+1
* ASoC: soc-core: add snd_soc_close_delayed_work()Kuninori Morimoto2020-01-101-28/+1
* ASoC: soc-core: remove snd_soc_rtdcom_listKuninori Morimoto2020-01-101-44/+31
* ASoC: compress: Add pm_runtime supportCezary Rojewski2019-12-171-1/+28
* ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey2019-12-041-4/+2
* ASoC: soc-core: add for_each_rtd_components() and replaceKuninori Morimoto2019-10-231-39/+13
* ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtimePeter Ujfalusi2019-08-151-24/+24
* ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.cKuninori Morimoto2019-07-231-5/+4
* ASoC: compress: Fix memory leak from snd_soc_new_compressAmadeusz Sławiński2019-06-251-11/+6
* ASoC: compress: Add helper functions for component trigger/set_paramsCharles Keepax2019-02-061-63/+54
* ASoC: compress: Clarify the intent of current compressed ops handlingCharles Keepax2019-02-061-58/+48
* ASoC: add for_each_dpcm_be() macroKuninori Morimoto2018-09-201-2/+2
* ASoC: compress: make BE and FE order inline with dpcmSrinivas Kandagatla2018-08-071-50/+46
* ASoC: soc-compress: convert to SPDX identifiersKuninori Morimoto2018-07-021-15/+9
* ASoC: compress: Fix up some trivial formatting issuesCharles Keepax2018-05-111-15/+13
* ASoC: compress: Only assign compr->ops->copy onceCharles Keepax2018-05-111-0/+1
* ASoC: compress: Add helper functions for component open/freeCharles Keepax2018-04-261-79/+62
* ASoC: Remove platform code now everything is componentisedCharles Keepax2018-04-261-221/+6
* ASoC: compress: Only call free for components which have been openedCharles Keepax2018-04-261-24/+28
* ASoC: compress: Fixup error messagesCharles Keepax2018-01-261-27/+41
* ASoC: compress: Remove some extraneous blank linesCharles Keepax2018-01-261-3/+0
* Merge branch 'fix/compress' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2018-01-261-4/+4
|\
| * ASoC: compress: Correct handling of copy callbackCharles Keepax2018-01-261-4/+4
* | ASoC: don't use rtd->codec on snd_soc_new_compress()Kuninori Morimoto2017-12-051-2/+2
|/
* ASoC: snd_soc_component_driver has snd_compr_opsKuninori Morimoto2017-10-231-34/+427
* ASoC: compress: Set reasonable compress id stringPeng Donglin2017-08-161-10/+6
* ASoC: compress: Delete error messages for a failed memory allocation in snd_s...Markus Elfring2017-08-101-5/+2
* ASoC: compress: Derive substream from stream based on directionSatish Babu Patakokila2017-06-191-2/+4
* ASoC: compress: Add support for compress dai opsVinod Koul2016-11-131-2/+96
* ASoC: compress: Fix leak of a widget list in soc_compr_open_feCharles Keepax2016-08-161-1/+3
* ASoC: compress: Pass error out of soc_compr_pointerCharles Keepax2016-06-221-2/+3
* Merge tag 'asoc-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2016-01-111-3/+20
|\
| * ASoC: compress: Fix compress device direction checkVinod Koul2016-01-081-3/+20
* | ALSA: compress: Pass id string to snd_compress_newRichard Fitzgerald2015-11-301-1/+7
|/
* ASoC: compress: add config item for soc-compress to make it compiled only whe...Jie Yang2015-10-221-2/+10
* ASoC: soc-compress.c: fix NULL dereferenceQais Yousef2015-01-151-3/+6
* ASoC: soc-compress: consolidate two identical branchesDaniel Mack2014-10-221-9/+2
* ASoC: soc-compress: fix double unlock of fe card mutexQiao Zhou2014-09-241-4/+2
* ASoC: soc-pcm: fix dpcm_path_get error handlingQiao Zhou2014-09-101-1/+5
* ASoC: compress: Prevent multicodec for compressed streamBenoit Cousson2014-07-161-0/+5
* ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen2014-06-211-3/+5
* ASoC: compress: indent an if statementDan Carpenter2014-05-141-2/+3
* ASoC: Remove runtime field from DAILars-Peter Clausen2014-05-121-1/+0
* ASoC: Add helper functions for PCM runtime 'active' managementLars-Peter Clausen2014-03-061-50/+12
* ASoC: Handle ignore_pmdown_time for CODEC to CODEC linksLars-Peter Clausen2014-03-061-2/+1
* ASoC: compress: Add suport for DPCM into compressed audioLiam Girdwood2014-01-171-1/+300
* ASoC: compress: Use power efficient workqueueMark Brown2013-08-121-2/+3