aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-component.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-10ASoC: Merge fixes for consistent cs42l43 schemaMark Brown1-0/+1
2023-10-09ASoC: soc-dapm: Add helper for comparing widget nameKrzysztof Kozlowski1-0/+1
2023-09-25ASoC: soc-component: convert not to use asoc_xxx()Kuninori Morimoto1-12/+12
2023-09-01ASoC: Name iov_iter argument as iterator instead of bufferTakashi Iwai1-2/+2
2023-08-18ASoC: pcm: Drop obsoleted PCM copy_user opsTakashi Iwai1-20/+0
2023-08-18ASoC: component: Add generic PCM copy opsTakashi Iwai1-0/+18
2023-05-15ASoC: soc-component: Add notify control helper functionCharles Keepax1-0/+22
2023-04-17ASoC: expand snd_soc_dpcm_mutex_lock/unlock()Kuninori Morimoto1-6/+6
2023-01-27ASoC: soc-component: add get_jack_typeAstrid Rost1-0/+20
2022-10-04Revert "ASoC: soc-component: using pm_runtime_resume_and_get instead of pm_runtime_get_sync"Peter Ujfalusi1-2/+4
2022-09-23ASoC: soc-component: using pm_runtime_resume_and_get instead of pm_runtime_get_syncZhang Qilong1-4/+2
2022-05-16ASoC: soc-component: Update handling to component delaysCharles Keepax1-1/+15
2021-11-29ASoC: soc-component: add snd_soc_pcm_component_delay()Kuninori Morimoto1-0/+28
2021-10-15ASoC: soc-component: improve error reporting for register accessSrinivas Kandagatla1-10/+16
2021-09-20ASoC: compress/component: Use module_get_when_open/put_when_close for cstreamPeter Ujfalusi1-26/+19
2021-09-20ASoC: soc-component: Convert the mark_module to void*Peter Ujfalusi1-9/+7
2021-08-16ASoC: soc-component: cleanup cppcheck warning at snd_soc_pcm_component_pm_runtime_get()Kuninori Morimoto1-2/+2
2021-07-28ASoC: component: Remove misplaced prefix handling in pin control functionsMark Brown1-36/+27
2021-03-25ASoC: soc-component: Add snd_soc_pcm_component_ackShengjiu Wang1-0/+14
2021-03-10ASoC: constify of_phandle_args in snd_soc_get_dai_name()Krzysztof Kozlowski1-1/+1
2021-01-29ASoC: soc-component: fix undefined reference to __ffssi2Srinivas Kandagatla1-1/+2
2021-01-27ASoC: soc-component: add snd_soc_component_read/write_field()Srinivas Kandagatla1-0/+53
2020-12-09ASoC: soc-pcm: care trigger rollbackKuninori Morimoto1-8/+37
2020-11-26ASoC: soc-component: add mark for snd_soc_component_compr_open/free()Kuninori Morimoto1-9/+8
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_metadata()Kuninori Morimoto1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_set_metadata()Kuninori Morimoto1-0/+21
2020-11-18ASoC: soc-component: add snd_soc_component_compr_copy()Kuninori Morimoto1-0/+24
2020-11-18ASoC: soc-component: add snd_soc_component_compr_pointer()Kuninori Morimoto1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_ack()Kuninori Morimoto1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_codec_caps()Kuninori Morimoto1-0/+24
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_caps()Kuninori Morimoto1-0/+24
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_params()Kuninori Morimoto1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_set_params()Kuninori Morimoto1-0/+21
2020-11-18ASoC: soc-component: add snd_soc_component_compr_trigger()Kuninori Morimoto1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_free()Kuninori Morimoto1-0/+18
2020-11-18ASoC: soc-component: add snd_soc_component_compr_open()Kuninori Morimoto1-0/+23
2020-10-26ASoC: soc-component: add mark for snd_soc_pcm_component_hw_params/free()Kuninori Morimoto1-9/+10
2020-09-28ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()Kuninori Morimoto1-0/+38
2020-09-28ASoC: soc-component: add mark for soc_pcm_components_open/close()Kuninori Morimoto1-2/+33
2020-08-11ASoC: Make soc_component_read() returning an error code againTakashi Iwai1-1/+1
2020-07-31ASoC: core: Relocate and expose snd_soc_component_initializeCezary Rojewski1-16/+0
2020-07-24ASoC: soc-component: don't report of_xlate_dai_name failuresJerome Brunet1-6/+8
2020-07-23ASoC: soc-xxx: add asoc_substream_to_rtd()Kuninori Morimoto1-10/+10
2020-07-16ASoC: soc-component: Add missed return for calling soc_component_retShengjiu Wang1-3/+3
2020-06-22ASoC: soc-component: use io_mutex correctlyKuninori Morimoto1-17/+43
2020-06-22ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_read32()Kuninori Morimoto1-28/+12
2020-06-15ASoC: soc-component: merge soc-io.c into soc-component.cKuninori Morimoto1-0/+194
2020-06-15ASoC: soc-component: add snd_soc_component_init()Kuninori Morimoto1-0/+16
2020-06-15ASoC: soc-component: add snd_soc_pcm_component_trigger()Kuninori Morimoto1-12/+18
2020-06-15ASoC: soc-component: add snd_soc_pcm_component_hw_free()Kuninori Morimoto1-11/+19