aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-10ASoC: pcm: fix error handling when try_module_get() fails.Ranjani Sridharan1-3/+5
2019-04-08ASoC: pcm: update module refcount if module_get_upon_open is setRanjani Sridharan1-0/+8
2019-04-02ASoC: dpcm: skip missing substream while applying symmetryJerome Brunet1-1/+6
2019-03-18Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown1-0/+1
2019-03-11ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang1-7/+33
2019-03-11ASoC:soc-pcm:fix a codec fixup issue in TDM caseRander Wang1-2/+5
2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+4
2019-02-02ASoC: dapm: Only power up active channels from a DAICharles Keepax1-0/+4
2019-01-15ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai1-0/+1
2018-09-20ASoC: add for_each_dpcm_be() macroKuninori Morimoto1-25/+23
2018-09-20ASoC: add for_each_dpcm_fe() macroKuninori Morimoto1-3/+3
2018-09-20ASoC: add for_each_card_rtds() macroKuninori Morimoto1-6/+6
2018-09-20ASoC: rename for_each_rtd_codec_dai_reverse to rollbackKuninori Morimoto1-2/+2
2018-09-20ASoC: convert for_each_rtd_codec_dai() for missing partKuninori Morimoto1-16/+15
2018-09-04ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto1-82/+72
2018-08-28ASoC: dpcm: Properly initialise hw->rate_maxCharles Keepax1-1/+1
2018-08-08Merge branch 'asoc-4.18' into asoc-4.19 wmadsp depMark Brown1-0/+8
2018-08-01ASoC: soc-pcm: Use delay set in component pointer functionAkshu Agrawal1-0/+5
2018-07-11ASoC: dpcm: add rate merge to the BE stream mergeJerome Brunet1-0/+60
2018-07-11ASoC: dpcm: rework runtime stream mergeJerome Brunet1-24/+15
2018-07-03ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood1-0/+12
2018-07-02ASoC: soc-pcm.c: convert to SPDX identifiersKuninori Morimoto1-17/+11
2018-06-28ASoC: dpcm: don't merge format from invalid codec daiJerome Brunet1-0/+8
2018-06-28ASoC: dpcm: extend channel merging to the backend cpu daiJerome Brunet1-3/+17
2018-06-28ASoC: dpcm: improve runtime update predictabilityJerome Brunet1-79/+86
2018-06-22ASoC: soc-pcm: DPCM cares BE channel constraintJiada Wang1-0/+46
2018-06-19ASoC: pcm: Tidy up open/hw_params handlingCharles Keepax1-54/+62
2018-05-30ASoC: core: Fix return code shown on error for hw_paramsJon Hunter1-1/+1
2018-05-29ASoC: dpcm: symmetry constraint on FE substreamKai Chieh Chuang1-2/+3
2018-05-29ASoC: dpcm: fix BE dai not hw_free and shutdownKai Chieh Chuang1-2/+4
2018-05-21ASoC: core: fix return code in error messageDaniel Mack1-1/+1
2018-05-09ASoC: remove Codec related codeKuninori Morimoto1-5/+0
2018-05-09ASoC: remove unneeded .pcm_new/freeKuninori Morimoto1-4/+4
2018-04-26ASoC: Remove platform code now everything is componentisedCharles Keepax1-116/+3
2018-04-19ASoC: topology: Revert recent changes while boot errors are investigatedMark Brown1-12/+0
2018-04-17ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood1-0/+12
2018-03-19ASoC: pcm: improve debug output for DPCM BE searching.Liam Girdwood1-0/+11
2018-02-07Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc/topic/pcm', 'asoc/topic/rockchip' and 'asoc/topic/sam9g20_wm8731' into asoc-nextMark Brown1-1/+1
2018-01-24ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for ComponentKuninori Morimoto1-1/+1
2018-01-24ASoC: soc-pcm: don't call flush_delayed_work() many times in soc_pcm_private_free()Kuninori Morimoto1-3/+2
2017-10-23ASoC: snd_soc_component_driver has pmdown_timeKuninori Morimoto1-1/+10
2017-10-23ASoC: snd_soc_component_driver has snd_pcm_opsKuninori Morimoto1-14/+353
2017-09-27ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto1-8/+21
2017-09-27Merge branch 'fix/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-1/+12
2017-09-27ASoC: pcm: Sync delayed work before releasing resourcesTakashi Iwai1-1/+12
2017-09-26ASoC: add null_snd_soc_ops and reduce NULL ops checkKuninori Morimoto1-8/+8
2017-09-25ASoC: remove unneeded dai->driver->ops checkKuninori Morimoto1-16/+15
2017-09-20ASoC: soc-pcm: check symmetry after hw_paramsjiada wang1-5/+4
2017-09-01Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown1-22/+21
2017-08-10Merge branch 'topic/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-coreMark Brown1-3/+2