aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-compress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-20ASoC: soc-compress: Send correct stream event for capture startCharles Keepax1-2/+6
2013-04-21ASoC: soc-compress: Deduce stream directionCharles Keepax1-1/+8
2013-04-21ALSA: compress_core: Deconstify copy callback bufferCharles Keepax1-1/+1
2013-04-12Merge remote-tracking branch 'asoc/topic/compress' into asoc-nextMark Brown1-0/+27
2013-03-28ASoC: compress: Cancel delayed power down if neededCharles Keepax1-3/+11
2013-03-26ASoC: compress - add support for metadata apisJeeja KP1-0/+27
2013-02-08ASoC: core: Allow digital mute for captureMark Brown1-10/+9
2013-02-07ASoC: compress: Only mute playback streamsMark Brown1-6/+11
2013-02-05ASoC: soc-compress: Add support for not memory mapped DSPsCharles Keepax1-3/+35
2013-01-24ASoC: soc-compress: Initialise delayed work to power down audioCharles Keepax1-0/+31
2013-01-24ASoC: soc-compress: Serialise compressed opsCharles Keepax1-3/+34
2013-01-24ASoC: soc-compress: Add missing brackets around elseCharles Keepax1-1/+2
2012-12-15ASoC: Prevent pop_wait overwriteMisael Lopez Cruz1-1/+1
2012-08-21ASoC: soc-compress: Remove unused variableSachin Kamat1-1/+0
2012-08-21ASoC: compress - fix code alignmentVinod Koul1-1/+1
2012-08-20ASoC: add compress stream supportNamarta Kohli1-0/+295