Age | Commit message (Expand) | Author | Files | Lines |
2019-05-06 | Merge branch 'asoc-5.2' into asoc-next | Mark Brown | 1 | -0/+4 |
2019-05-06 | Merge branch 'asoc-5.1' into asoc-linus | Mark Brown | 1 | -2/+8 |
2019-05-03 | ASoC: skip hw_free on codec dai for which the stream is invalid | Jerome Brunet | 1 | -0/+6 |
2019-05-03 | ASoC: fix valid stream condition | Jerome Brunet | 1 | -2/+2 |
2019-04-26 | Merge branch 'asoc-5.1' into asoc-5.2 | Mark Brown | 1 | -0/+8 |
2019-04-19 | ASoC: pcm: save fixed-up hw_params of BE | Libin Yang | 1 | -0/+4 |
2019-04-10 | ASoC: pcm: fix error handling when try_module_get() fails. | Ranjani Sridharan | 1 | -3/+5 |
2019-04-08 | ASoC: pcm: update module refcount if module_get_upon_open is set | Ranjani Sridharan | 1 | -0/+8 |
2019-04-02 | ASoC: dpcm: skip missing substream while applying symmetry | Jerome Brunet | 1 | -1/+6 |
2019-03-18 | Merge tag 'v5.1-rc1' into asoc-5.1 | Mark Brown | 1 | -0/+1 |
2019-03-11 | ASoC: dpcm: prevent snd_soc_dpcm use after free | KaiChieh Chuang | 1 | -7/+33 |
2019-03-11 | ASoC:soc-pcm:fix a codec fixup issue in TDM case | Rander Wang | 1 | -2/+5 |
2019-02-08 | Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 1 | -0/+4 |
2019-02-02 | ASoC: dapm: Only power up active channels from a DAI | Charles Keepax | 1 | -0/+4 |
2019-01-15 | ALSA: pcm: Suspend streams globally via device type PM ops | Takashi Iwai | 1 | -0/+1 |
2018-09-20 | ASoC: add for_each_dpcm_be() macro | Kuninori Morimoto | 1 | -25/+23 |
2018-09-20 | ASoC: add for_each_dpcm_fe() macro | Kuninori Morimoto | 1 | -3/+3 |
2018-09-20 | ASoC: add for_each_card_rtds() macro | Kuninori Morimoto | 1 | -6/+6 |
2018-09-20 | ASoC: rename for_each_rtd_codec_dai_reverse to rollback | Kuninori Morimoto | 1 | -2/+2 |
2018-09-20 | ASoC: convert for_each_rtd_codec_dai() for missing part | Kuninori Morimoto | 1 | -16/+15 |
2018-09-04 | ASoC: add for_each_rtd_codec_dai() macro | Kuninori Morimoto | 1 | -82/+72 |
2018-08-28 | ASoC: dpcm: Properly initialise hw->rate_max | Charles Keepax | 1 | -1/+1 |
2018-08-08 | Merge branch 'asoc-4.18' into asoc-4.19 wmadsp dep | Mark Brown | 1 | -0/+8 |
2018-08-01 | ASoC: soc-pcm: Use delay set in component pointer function | Akshu Agrawal | 1 | -0/+5 |
2018-07-11 | ASoC: dpcm: add rate merge to the BE stream merge | Jerome Brunet | 1 | -0/+60 |
2018-07-11 | ASoC: dpcm: rework runtime stream merge | Jerome Brunet | 1 | -24/+15 |
2018-07-03 | ASoC: core: Allow topology to override machine driver FE DAI link config. | Liam Girdwood | 1 | -0/+12 |
2018-07-02 | ASoC: soc-pcm.c: convert to SPDX identifiers | Kuninori Morimoto | 1 | -17/+11 |
2018-06-28 | ASoC: dpcm: don't merge format from invalid codec dai | Jerome Brunet | 1 | -0/+8 |
2018-06-28 | ASoC: dpcm: extend channel merging to the backend cpu dai | Jerome Brunet | 1 | -3/+17 |
2018-06-28 | ASoC: dpcm: improve runtime update predictability | Jerome Brunet | 1 | -79/+86 |
2018-06-22 | ASoC: soc-pcm: DPCM cares BE channel constraint | Jiada Wang | 1 | -0/+46 |
2018-06-19 | ASoC: pcm: Tidy up open/hw_params handling | Charles Keepax | 1 | -54/+62 |
2018-05-30 | ASoC: core: Fix return code shown on error for hw_params | Jon Hunter | 1 | -1/+1 |
2018-05-29 | ASoC: dpcm: symmetry constraint on FE substream | Kai Chieh Chuang | 1 | -2/+3 |
2018-05-29 | ASoC: dpcm: fix BE dai not hw_free and shutdown | Kai Chieh Chuang | 1 | -2/+4 |
2018-05-21 | ASoC: core: fix return code in error message | Daniel Mack | 1 | -1/+1 |
2018-05-09 | ASoC: remove Codec related code | Kuninori Morimoto | 1 | -5/+0 |
2018-05-09 | ASoC: remove unneeded .pcm_new/free | Kuninori Morimoto | 1 | -4/+4 |
2018-04-26 | ASoC: Remove platform code now everything is componentised | Charles Keepax | 1 | -116/+3 |
2018-04-19 | ASoC: topology: Revert recent changes while boot errors are investigated | Mark Brown | 1 | -12/+0 |
2018-04-17 | ASoC: core: Allow topology to override machine driver FE DAI link config. | Liam Girdwood | 1 | -0/+12 |
2018-03-19 | ASoC: pcm: improve debug output for DPCM BE searching. | Liam Girdwood | 1 | -0/+11 |
2018-02-07 | Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc... | Mark Brown | 1 | -1/+1 |
2018-01-24 | ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for Component | Kuninori Morimoto | 1 | -1/+1 |
2018-01-24 | ASoC: soc-pcm: don't call flush_delayed_work() many times in soc_pcm_private_... | Kuninori Morimoto | 1 | -3/+2 |
2017-10-23 | ASoC: snd_soc_component_driver has pmdown_time | Kuninori Morimoto | 1 | -1/+10 |
2017-10-23 | ASoC: snd_soc_component_driver has snd_pcm_ops | Kuninori Morimoto | 1 | -14/+353 |
2017-09-27 | ASoC: add Component level pcm_new/pcm_free v2 | Kuninori Morimoto | 1 | -8/+21 |
2017-09-27 | Merge branch 'fix/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broon... | Mark Brown | 1 | -1/+12 |