summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'asoc-5.2' into asoc-nextMark Brown2019-05-061-0/+4
|\
| * Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-261-0/+8
| |\
| * | ASoC: pcm: save fixed-up hw_params of BELibin Yang2019-04-191-0/+4
* | | Merge branch 'asoc-5.1' into asoc-linusMark Brown2019-05-061-2/+8
|\ \ \
| * | | ASoC: skip hw_free on codec dai for which the stream is invalidJerome Brunet2019-05-031-0/+6
| * | | ASoC: fix valid stream conditionJerome Brunet2019-05-031-2/+2
| | |/ | |/|
* / | ASoC: pcm: fix error handling when try_module_get() fails.Ranjani Sridharan2019-04-101-3/+5
|/ /
* / ASoC: pcm: update module refcount if module_get_upon_open is setRanjani Sridharan2019-04-081-0/+8
|/
* ASoC: dpcm: skip missing substream while applying symmetryJerome Brunet2019-04-021-1/+6
* Merge tag 'v5.1-rc1' into asoc-5.1Mark Brown2019-03-181-0/+1
|\
| * Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-02-081-0/+4
| |\
| * | ALSA: pcm: Suspend streams globally via device type PM opsTakashi Iwai2019-01-151-0/+1
* | | ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang2019-03-111-7/+33
* | | ASoC:soc-pcm:fix a codec fixup issue in TDM caseRander Wang2019-03-111-2/+5
| |/ |/|
* | ASoC: dapm: Only power up active channels from a DAICharles Keepax2019-02-021-0/+4
|/
* ASoC: add for_each_dpcm_be() macroKuninori Morimoto2018-09-201-25/+23
* ASoC: add for_each_dpcm_fe() macroKuninori Morimoto2018-09-201-3/+3
* ASoC: add for_each_card_rtds() macroKuninori Morimoto2018-09-201-6/+6
* ASoC: rename for_each_rtd_codec_dai_reverse to rollbackKuninori Morimoto2018-09-201-2/+2
* ASoC: convert for_each_rtd_codec_dai() for missing partKuninori Morimoto2018-09-201-16/+15
* ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto2018-09-041-82/+72
* ASoC: dpcm: Properly initialise hw->rate_maxCharles Keepax2018-08-281-1/+1
* Merge branch 'asoc-4.18' into asoc-4.19 wmadsp depMark Brown2018-08-081-0/+8
|\
| * ASoC: dpcm: don't merge format from invalid codec daiJerome Brunet2018-06-281-0/+8
* | ASoC: soc-pcm: Use delay set in component pointer functionAkshu Agrawal2018-08-011-0/+5
* | ASoC: dpcm: add rate merge to the BE stream mergeJerome Brunet2018-07-111-0/+60
* | ASoC: dpcm: rework runtime stream mergeJerome Brunet2018-07-111-24/+15
* | ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood2018-07-031-0/+12
* | ASoC: soc-pcm.c: convert to SPDX identifiersKuninori Morimoto2018-07-021-17/+11
* | ASoC: dpcm: extend channel merging to the backend cpu daiJerome Brunet2018-06-281-3/+17
* | ASoC: dpcm: improve runtime update predictabilityJerome Brunet2018-06-281-79/+86
* | ASoC: soc-pcm: DPCM cares BE channel constraintJiada Wang2018-06-221-0/+46
* | ASoC: pcm: Tidy up open/hw_params handlingCharles Keepax2018-06-191-54/+62
|/
* ASoC: core: Fix return code shown on error for hw_paramsJon Hunter2018-05-301-1/+1
* ASoC: dpcm: symmetry constraint on FE substreamKai Chieh Chuang2018-05-291-2/+3
* ASoC: dpcm: fix BE dai not hw_free and shutdownKai Chieh Chuang2018-05-291-2/+4
* ASoC: core: fix return code in error messageDaniel Mack2018-05-211-1/+1
* ASoC: remove Codec related codeKuninori Morimoto2018-05-091-5/+0
* ASoC: remove unneeded .pcm_new/freeKuninori Morimoto2018-05-091-4/+4
* ASoC: Remove platform code now everything is componentisedCharles Keepax2018-04-261-116/+3
* ASoC: topology: Revert recent changes while boot errors are investigatedMark Brown2018-04-191-12/+0
* ASoC: core: Allow topology to override machine driver FE DAI link config.Liam Girdwood2018-04-171-0/+12
* ASoC: pcm: improve debug output for DPCM BE searching.Liam Girdwood2018-03-191-0/+11
*-. Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc...Mark Brown2018-02-071-1/+1
|\ \
| | * ASoC: soc-pcm: rename .pmdown_time to .use_pmdown_time for ComponentKuninori Morimoto2018-01-241-1/+1
| |/
* / ASoC: soc-pcm: don't call flush_delayed_work() many times in soc_pcm_private_...Kuninori Morimoto2018-01-241-3/+2
|/
* ASoC: snd_soc_component_driver has pmdown_timeKuninori Morimoto2017-10-231-1/+10
* ASoC: snd_soc_component_driver has snd_pcm_opsKuninori Morimoto2017-10-231-14/+353
* ASoC: add Component level pcm_new/pcm_free v2Kuninori Morimoto2017-09-271-8/+21
* Merge branch 'fix/pcm' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown2017-09-271-1/+12
|\