aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-component.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-16ASoC: soc-component: cleanup cppcheck warning at snd_soc_pcm_component_pm_run...Gravatar Kuninori Morimoto 1-2/+2
2021-07-28ASoC: component: Remove misplaced prefix handling in pin control functionsGravatar Mark Brown 1-36/+27
2021-03-25ASoC: soc-component: Add snd_soc_pcm_component_ackGravatar Shengjiu Wang 1-0/+14
2021-03-10ASoC: constify of_phandle_args in snd_soc_get_dai_name()Gravatar Krzysztof Kozlowski 1-1/+1
2021-01-29ASoC: soc-component: fix undefined reference to __ffssi2Gravatar Srinivas Kandagatla 1-1/+2
2021-01-27ASoC: soc-component: add snd_soc_component_read/write_field()Gravatar Srinivas Kandagatla 1-0/+53
2020-12-09ASoC: soc-pcm: care trigger rollbackGravatar Kuninori Morimoto 1-8/+37
2020-11-26ASoC: soc-component: add mark for snd_soc_component_compr_open/free()Gravatar Kuninori Morimoto 1-9/+8
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_metadata()Gravatar Kuninori Morimoto 1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_set_metadata()Gravatar Kuninori Morimoto 1-0/+21
2020-11-18ASoC: soc-component: add snd_soc_component_compr_copy()Gravatar Kuninori Morimoto 1-0/+24
2020-11-18ASoC: soc-component: add snd_soc_component_compr_pointer()Gravatar Kuninori Morimoto 1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_ack()Gravatar Kuninori Morimoto 1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_codec_caps()Gravatar Kuninori Morimoto 1-0/+24
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_caps()Gravatar Kuninori Morimoto 1-0/+24
2020-11-18ASoC: soc-component: add snd_soc_component_compr_get_params()Gravatar Kuninori Morimoto 1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_set_params()Gravatar Kuninori Morimoto 1-0/+21
2020-11-18ASoC: soc-component: add snd_soc_component_compr_trigger()Gravatar Kuninori Morimoto 1-0/+20
2020-11-18ASoC: soc-component: add snd_soc_component_compr_free()Gravatar Kuninori Morimoto 1-0/+18
2020-11-18ASoC: soc-component: add snd_soc_component_compr_open()Gravatar Kuninori Morimoto 1-0/+23
2020-10-26ASoC: soc-component: add mark for snd_soc_pcm_component_hw_params/free()Gravatar Kuninori Morimoto 1-9/+10
2020-09-28ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()Gravatar Kuninori Morimoto 1-0/+38
2020-09-28ASoC: soc-component: add mark for soc_pcm_components_open/close()Gravatar Kuninori Morimoto 1-2/+33
2020-08-11ASoC: Make soc_component_read() returning an error code againGravatar Takashi Iwai 1-1/+1
2020-07-31ASoC: core: Relocate and expose snd_soc_component_initializeGravatar Cezary Rojewski 1-16/+0
2020-07-24ASoC: soc-component: don't report of_xlate_dai_name failuresGravatar Jerome Brunet 1-6/+8
2020-07-23ASoC: soc-xxx: add asoc_substream_to_rtd()Gravatar Kuninori Morimoto 1-10/+10
2020-07-16ASoC: soc-component: Add missed return for calling soc_component_retGravatar Shengjiu Wang 1-3/+3
2020-06-22ASoC: soc-component: use io_mutex correctlyGravatar Kuninori Morimoto 1-17/+43
2020-06-22ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_rea...Gravatar Kuninori Morimoto 1-28/+12
2020-06-15ASoC: soc-component: merge soc-io.c into soc-component.cGravatar Kuninori Morimoto 1-0/+194
2020-06-15ASoC: soc-component: add snd_soc_component_init()Gravatar Kuninori Morimoto 1-0/+16
2020-06-15ASoC: soc-component: add snd_soc_pcm_component_trigger()Gravatar Kuninori Morimoto 1-12/+18
2020-06-15ASoC: soc-component: add snd_soc_pcm_component_hw_free()Gravatar Kuninori Morimoto 1-11/+19
2020-06-15ASoC: soc-component: add snd_soc_pcm_component_hw_params()Gravatar Kuninori Morimoto 1-13/+23
2020-06-15ASoC: soc-component: add snd_soc_pcm_component_prepare()Gravatar Kuninori Morimoto 1-11/+17
2020-06-15ASoC: soc-component: add soc_component_err()Gravatar Kuninori Morimoto 1-46/+116
2020-06-15ASoC: soc-component: move snd_soc_component_initialize() to soc-component.cGravatar Kuninori Morimoto 1-0/+16
2020-06-15ASoC: soc-component: move snd_soc_component_xxx_regmap() to soc-componentGravatar Kuninori Morimoto 1-0/+50
2020-06-15ASoC: soc-component: add soc_component_pin() and share codeGravatar Kuninori Morimoto 1-132/+20
2020-02-28ASoC: soc-component: tidyup snd_soc_pcm_component_sync_stop()Gravatar Kuninori Morimoto 1-1/+1
2020-01-10ASoC: soc-core: remove snd_soc_rtdcom_listGravatar Kuninori Morimoto 1-17/+16
2020-01-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Mark Brown 1-0/+3
2020-01-07ASoC: Fix NULL dereference at freeingGravatar Takashi Iwai 1-0/+3
2019-11-25Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Gravatar Takashi Iwai 1-5/+3
2019-11-22ASoC: component: Add sync_stop PCM opsGravatar Takashi Iwai 1-0/+19
2019-11-19ASoC: soc-component: tidyup snd_soc_pcm_component_new/free() parameterGravatar Kuninori Morimoto 1-5/+3
2019-10-23ASoC: soc-core: add for_each_rtd_components() and replaceGravatar Kuninori Morimoto 1-31/+12
2019-10-08ASoC: soc-component: remove snd_pcm_ops from component driverGravatar Kuninori Morimoto 1-77/+0
2019-10-08ASoC: soc-core: add new pcm_construct/pcm_destructGravatar Kuninori Morimoto 1-0/+11