aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-component.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-08ASoC: soc-core: merge snd_pcm_ops member to component driverGravatar Kuninori Morimoto 1-0/+52
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_free()Gravatar Kuninori Morimoto 1-0/+14
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pcm_new()Gravatar Kuninori Morimoto 1-0/+20
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_mmap()Gravatar Kuninori Morimoto 1-0/+19
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_page()Gravatar Kuninori Morimoto 1-0/+23
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_copy_user()Gravatar Kuninori Morimoto 1-0/+21
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_ioctrl()Gravatar Kuninori Morimoto 1-0/+20
2019-08-05ASoC: soc-component: add snd_soc_pcm_component_pointer()Gravatar Kuninori Morimoto 1-0/+18
2019-08-05ASoC: soc-component: move snd_soc_component_set_bias_level()Gravatar Kuninori Morimoto 1-0/+9
2019-08-05ASoC: soc-component: move snd_soc_component_stream_event()Gravatar Kuninori Morimoto 1-0/+9
2019-08-05ASoC: soc-component: move snd_soc_component_seq_notifier()Gravatar Kuninori Morimoto 1-0/+7
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_name()Gravatar Kuninori Morimoto 1-0/+10
2019-08-05ASoC: soc-component: add snd_soc_component_of_xlate_dai_id()Gravatar Kuninori Morimoto 1-0/+9
2019-08-05ASoC: soc-component: add snd_soc_component_remove()Gravatar Kuninori Morimoto 1-0/+6
2019-08-05ASoC: soc-component: add snd_soc_component_probe()Gravatar Kuninori Morimoto 1-0/+8
2019-08-05ASoC: soc-component: add snd_soc_component_is_suspended()Gravatar Kuninori Morimoto 1-0/+5
2019-08-05ASoC: soc-component: add snd_soc_component_resume()Gravatar Kuninori Morimoto 1-0/+7
2019-08-05ASoC: soc-component: add snd_soc_component_suspend()Gravatar Kuninori Morimoto 1-0/+7
2019-08-05ASoC: soc-component: add snd_soc_component_trigger()Gravatar Kuninori Morimoto 1-0/+11
2019-08-05ASoC: soc-component: add snd_soc_component_hw_free()Gravatar Kuninori Morimoto 1-0/+10
2019-08-05ASoC: soc-component: add snd_soc_component_hw_params()Gravatar Kuninori Morimoto 1-0/+11
2019-08-05ASoC: soc-component: add snd_soc_component_prepare()Gravatar Kuninori Morimoto 1-0/+10
2019-08-05ASoC: soc-component: add snd_soc_component_close()Gravatar Kuninori Morimoto 1-0/+10