summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtimePeter Ujfalusi2019-08-151-18/+18
* ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()Kuninori Morimoto2019-08-081-0/+3
* ASoC: soc-component: add snd_soc_pcm_component_pcm_free()Kuninori Morimoto2019-08-051-8/+1
* ASoC: soc-component: add snd_soc_pcm_component_pcm_new()Kuninori Morimoto2019-08-051-14/+4
* ASoC: soc-component: add snd_soc_pcm_component_mmap()Kuninori Morimoto2019-08-051-22/+1
* ASoC: soc-component: add snd_soc_pcm_component_page()Kuninori Morimoto2019-08-051-25/+1
* ASoC: soc-component: add snd_soc_pcm_component_copy_user()Kuninori Morimoto2019-08-051-24/+1
* ASoC: soc-component: add snd_soc_pcm_component_ioctrl()Kuninori Morimoto2019-08-051-23/+2
* ASoC: soc-component: add snd_soc_pcm_component_pointer()Kuninori Morimoto2019-08-051-12/+1
* ASoC: soc-component: add snd_soc_component_trigger()Kuninori Morimoto2019-08-051-5/+1
* ASoC: soc-component: add snd_soc_component_hw_free()Kuninori Morimoto2019-08-051-6/+3
* ASoC: soc-component: add snd_soc_component_hw_params()Kuninori Morimoto2019-08-051-5/+1
* ASoC: soc-component: add snd_soc_component_prepare()Kuninori Morimoto2019-08-051-5/+1
* ASoC: soc-component: add snd_soc_component_close()Kuninori Morimoto2019-08-051-5/+3
* ASoC: soc-component: add snd_soc_component_open()Kuninori Morimoto2019-08-051-5/+1
* ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto2019-08-051-6/+4
* ASoC: soc-pcm: remove soc_fill_silence()Kuninori Morimoto2019-08-051-24/+0
* ASoC: soc-pcm: remove soc_rtdcom_copy_kernel()Kuninori Morimoto2019-08-051-24/+0
* ASoC: soc-pcm: remove soc_rtdcom_ack()Kuninori Morimoto2019-08-051-22/+0
* ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-10/+4
* ASoC: create pcm for codec2codec links as wellJerome Brunet2019-08-011-3/+32
* ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.cKuninori Morimoto2019-07-231-29/+10
* ASoC: soc-dai: add snd_soc_dai_delay()Kuninori Morimoto2019-07-231-6/+3
* ASoC: soc-dai: add snd_soc_dai_bespoke_trigger()Kuninori Morimoto2019-07-231-10/+6
* ASoC: soc-dai: add snd_soc_dai_trigger()Kuninori Morimoto2019-07-231-11/+6
* ASoC: soc-dai: add snd_soc_dai_prepare()Kuninori Morimoto2019-07-231-16/+11
* ASoC: soc-dai: add snd_soc_dai_shutdown()Kuninori Morimoto2019-07-231-12/+6
* ASoC: soc-dai: add snd_soc_dai_startup()Kuninori Morimoto2019-07-231-16/+11
* ASoC: soc-dai: add snd_soc_dai_hw_free()Kuninori Morimoto2019-07-231-8/+4
* ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto2019-07-231-32/+3
* Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-05-211-1/+2
|\
| * ASoC: soc-pcm: BE dai needs prepare when pause release after resumeLibin Yang2019-05-131-1/+2
* | ASoC: soc-pcm: fixup try_module_get()/module_put() timingKuninori Morimoto2019-05-211-9/+7
* | ASoC: soc-pcm: add soc_pcm_components_open()Kuninori Morimoto2019-05-131-23/+40
* | ASoC: soc-pcm: add missing cpu_dai->rate = 0Kuninori Morimoto2019-05-131-0/+1
* | ASoC: soc-pcm: do cpu_dai related operation at same placeKuninori Morimoto2019-05-131-8/+8
* | 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
| |/ |/|