summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-compress.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ASoC: compress: use soc_xxx handlers for metadataVinod Koul2013-07-281-4/+4
* ASoC: soc-compress: Send correct stream event for capture startCharles Keepax2013-05-201-2/+6
* ASoC: soc-compress: Deduce stream directionCharles Keepax2013-04-211-1/+8
* ALSA: compress_core: Deconstify copy callback bufferCharles Keepax2013-04-211-1/+1
* Merge remote-tracking branch 'asoc/topic/compress' into asoc-nextMark Brown2013-04-121-0/+27
|\
| * ASoC: compress - add support for metadata apisJeeja KP2013-03-261-0/+27
* | ASoC: compress: Cancel delayed power down if neededCharles Keepax2013-03-281-3/+11
|/
* ASoC: core: Allow digital mute for captureMark Brown2013-02-081-10/+9
* ASoC: compress: Only mute playback streamsMark Brown2013-02-071-6/+11
* ASoC: soc-compress: Add support for not memory mapped DSPsCharles Keepax2013-02-051-3/+35
* ASoC: soc-compress: Initialise delayed work to power down audioCharles Keepax2013-01-241-0/+31
* ASoC: soc-compress: Serialise compressed opsCharles Keepax2013-01-241-3/+34
* ASoC: soc-compress: Add missing brackets around elseCharles Keepax2013-01-241-1/+2
* ASoC: Prevent pop_wait overwriteMisael Lopez Cruz2012-12-151-1/+1
* ASoC: soc-compress: Remove unused variableSachin Kamat2012-08-211-1/+0
* ASoC: compress - fix code alignmentVinod Koul2012-08-211-1/+1
* ASoC: add compress stream supportNamarta Kohli2012-08-201-0/+295