aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-pcm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-07ASoC: core: Fix pcm code debugfs errorHans de Goede1-3/+10
2019-09-23ASoC: soc-component: fix a couple missing error assignmentsDan Carpenter1-2/+2
2019-08-15ASoC: core: Move pcm_mutex up to card level from snd_soc_pcm_runtimePeter Ujfalusi1-18/+18
2019-08-08ASoC: soc-core: dai_link check under soc_dpcm_debugfs_add()Kuninori Morimoto1-0/+3
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_free()Kuninori Morimoto1-8/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_new()Kuninori Morimoto1-14/+4
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_mmap()Kuninori Morimoto1-22/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_page()Kuninori Morimoto1-25/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_copy_user()Kuninori Morimoto1-24/+1
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_ioctrl()Kuninori Morimoto1-23/+2
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pointer()Kuninori Morimoto1-12/+1
2019-08-05ASoC: soc-component: add snd_soc_component_trigger()Kuninori Morimoto1-5/+1
2019-08-05ASoC: soc-component: add snd_soc_component_hw_free()Kuninori Morimoto1-6/+3
2019-08-05ASoC: soc-component: add snd_soc_component_hw_params()Kuninori Morimoto1-5/+1
2019-08-05ASoC: soc-component: add snd_soc_component_prepare()Kuninori Morimoto1-5/+1
2019-08-05ASoC: soc-component: add snd_soc_component_close()Kuninori Morimoto1-5/+3
2019-08-05ASoC: soc-component: add snd_soc_component_open()Kuninori Morimoto1-5/+1
2019-08-05ASoC: soc-component: add snd_soc_component_get/put()Kuninori Morimoto1-6/+4
2019-08-05ASoC: soc-pcm: remove soc_fill_silence()Kuninori Morimoto1-24/+0
2019-08-05ASoC: soc-pcm: remove soc_rtdcom_copy_kernel()Kuninori Morimoto1-24/+0
2019-08-05ASoC: soc-pcm: remove soc_rtdcom_ack()Kuninori Morimoto1-22/+0
2019-08-01ASoC: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-10/+4
2019-08-01ASoC: create pcm for codec2codec links as wellJerome Brunet1-3/+32
2019-07-23ASoC: soc-dai: move snd_soc_dai_stream_valid() to soc-dai.cKuninori Morimoto1-29/+10
2019-07-23ASoC: soc-dai: add snd_soc_dai_delay()Kuninori Morimoto1-6/+3
2019-07-23ASoC: soc-dai: add snd_soc_dai_bespoke_trigger()Kuninori Morimoto1-10/+6
2019-07-23ASoC: soc-dai: add snd_soc_dai_trigger()Kuninori Morimoto1-11/+6
2019-07-23ASoC: soc-dai: add snd_soc_dai_prepare()Kuninori Morimoto1-16/+11
2019-07-23ASoC: soc-dai: add snd_soc_dai_shutdown()Kuninori Morimoto1-12/+6
2019-07-23ASoC: soc-dai: add snd_soc_dai_startup()Kuninori Morimoto1-16/+11
2019-07-23ASoC: soc-dai: add snd_soc_dai_hw_free()Kuninori Morimoto1-8/+4
2019-07-23ASoC: soc-dai: mv soc_dai_hw_params() to soc-daiKuninori Morimoto1-32/+3
2019-05-21Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.3Mark Brown1-1/+2
2019-05-21ASoC: soc-pcm: fixup try_module_get()/module_put() timingKuninori Morimoto1-9/+7
2019-05-13ASoC: soc-pcm: add soc_pcm_components_open()Kuninori Morimoto1-23/+40
2019-05-13ASoC: soc-pcm: add missing cpu_dai->rate = 0Kuninori Morimoto1-0/+1
2019-05-13ASoC: soc-pcm: do cpu_dai related operation at same placeKuninori Morimoto1-8/+8
2019-05-13ASoC: soc-pcm: BE dai needs prepare when pause release after resumeLibin Yang1-1/+2
2019-05-06Merge branch 'asoc-5.2' into asoc-nextMark Brown1-0/+4
2019-05-06Merge branch 'asoc-5.1' into asoc-linusMark Brown1-2/+8
2019-05-03ASoC: skip hw_free on codec dai for which the stream is invalidJerome Brunet1-0/+6
2019-05-03ASoC: fix valid stream conditionJerome Brunet1-2/+2
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-0/+8
2019-04-19ASoC: pcm: save fixed-up hw_params of BELibin Yang1-0/+4
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