Age | Commit message (Expand) | Author | Files | Lines |
2018-09-20 | ASoC: add for_each_dpcm_be() macro | Kuninori Morimoto | 1 | -2/+2 |
2018-08-07 | ASoC: compress: make BE and FE order inline with dpcm | Srinivas Kandagatla | 1 | -50/+46 |
2018-07-02 | ASoC: soc-compress: convert to SPDX identifiers | Kuninori Morimoto | 1 | -15/+9 |
2018-05-11 | ASoC: compress: Fix up some trivial formatting issues | Charles Keepax | 1 | -15/+13 |
2018-05-11 | ASoC: compress: Only assign compr->ops->copy once | Charles Keepax | 1 | -0/+1 |
2018-04-26 | ASoC: compress: Add helper functions for component open/free | Charles Keepax | 1 | -79/+62 |
2018-04-26 | ASoC: Remove platform code now everything is componentised | Charles Keepax | 1 | -221/+6 |
2018-04-26 | ASoC: compress: Only call free for components which have been opened | Charles Keepax | 1 | -24/+28 |
2018-01-26 | ASoC: compress: Fixup error messages | Charles Keepax | 1 | -27/+41 |
2018-01-26 | ASoC: compress: Remove some extraneous blank lines | Charles Keepax | 1 | -3/+0 |
2018-01-26 | Merge branch 'fix/compress' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Mark Brown | 1 | -4/+4 |
2018-01-26 | ASoC: compress: Correct handling of copy callback | Charles Keepax | 1 | -4/+4 |
2017-12-05 | ASoC: don't use rtd->codec on snd_soc_new_compress() | Kuninori Morimoto | 1 | -2/+2 |
2017-10-23 | ASoC: snd_soc_component_driver has snd_compr_ops | Kuninori Morimoto | 1 | -34/+427 |
2017-08-16 | ASoC: compress: Set reasonable compress id string | Peng Donglin | 1 | -10/+6 |
2017-08-10 | ASoC: compress: Delete error messages for a failed memory allocation in snd_s... | Markus Elfring | 1 | -5/+2 |
2017-06-19 | ASoC: compress: Derive substream from stream based on direction | Satish Babu Patakokila | 1 | -2/+4 |
2016-11-13 | ASoC: compress: Add support for compress dai ops | Vinod Koul | 1 | -2/+96 |
2016-08-16 | ASoC: compress: Fix leak of a widget list in soc_compr_open_fe | Charles Keepax | 1 | -1/+3 |
2016-06-22 | ASoC: compress: Pass error out of soc_compr_pointer | Charles Keepax | 1 | -2/+3 |
2016-01-11 | Merge tag 'asoc-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Takashi Iwai | 1 | -3/+20 |
2016-01-08 | ASoC: compress: Fix compress device direction check | Vinod Koul | 1 | -3/+20 |
2015-11-30 | ALSA: compress: Pass id string to snd_compress_new | Richard Fitzgerald | 1 | -1/+7 |
2015-10-22 | ASoC: compress: add config item for soc-compress to make it compiled only whe... | Jie Yang | 1 | -2/+10 |
2015-01-15 | ASoC: soc-compress.c: fix NULL dereference | Qais Yousef | 1 | -3/+6 |
2014-10-22 | ASoC: soc-compress: consolidate two identical branches | Daniel Mack | 1 | -9/+2 |
2014-09-24 | ASoC: soc-compress: fix double unlock of fe card mutex | Qiao Zhou | 1 | -4/+2 |
2014-09-10 | ASoC: soc-pcm: fix dpcm_path_get error handling | Qiao Zhou | 1 | -1/+5 |
2014-07-17 | ASoC: compress: Prevent multicodec for compressed stream | Benoit Cousson | 1 | -0/+5 |
2014-06-22 | ASoC: Move name and id from CODEC/platform to component | Lars-Peter Clausen | 1 | -3/+5 |
2014-05-14 | ASoC: compress: indent an if statement | Dan Carpenter | 1 | -2/+3 |
2014-05-13 | ASoC: Remove runtime field from DAI | Lars-Peter Clausen | 1 | -1/+0 |
2014-03-06 | ASoC: Add helper functions for PCM runtime 'active' management | Lars-Peter Clausen | 1 | -50/+12 |
2014-03-06 | ASoC: Handle ignore_pmdown_time for CODEC to CODEC links | Lars-Peter Clausen | 1 | -2/+1 |
2014-01-17 | ASoC: compress: Add suport for DPCM into compressed audio | Liam Girdwood | 1 | -1/+300 |
2013-08-12 | ASoC: compress: Use power efficient workqueue | Mark Brown | 1 | -2/+3 |
2013-07-28 | ASoC: compress: use soc_xxx handlers for metadata | Vinod Koul | 1 | -4/+4 |
2013-05-20 | ASoC: soc-compress: Send correct stream event for capture start | Charles Keepax | 1 | -2/+6 |
2013-04-21 | ASoC: soc-compress: Deduce stream direction | Charles Keepax | 1 | -1/+8 |
2013-04-21 | ALSA: compress_core: Deconstify copy callback buffer | Charles Keepax | 1 | -1/+1 |
2013-04-12 | Merge remote-tracking branch 'asoc/topic/compress' into asoc-next | Mark Brown | 1 | -0/+27 |
2013-03-28 | ASoC: compress: Cancel delayed power down if needed | Charles Keepax | 1 | -3/+11 |
2013-03-26 | ASoC: compress - add support for metadata apis | Jeeja KP | 1 | -0/+27 |
2013-02-08 | ASoC: core: Allow digital mute for capture | Mark Brown | 1 | -10/+9 |
2013-02-07 | ASoC: compress: Only mute playback streams | Mark Brown | 1 | -6/+11 |
2013-02-05 | ASoC: soc-compress: Add support for not memory mapped DSPs | Charles Keepax | 1 | -3/+35 |
2013-01-24 | ASoC: soc-compress: Initialise delayed work to power down audio | Charles Keepax | 1 | -0/+31 |
2013-01-24 | ASoC: soc-compress: Serialise compressed ops | Charles Keepax | 1 | -3/+34 |
2013-01-24 | ASoC: soc-compress: Add missing brackets around else | Charles Keepax | 1 | -1/+2 |
2012-12-15 | ASoC: Prevent pop_wait overwrite | Misael Lopez Cruz | 1 | -1/+1 |