aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-component.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Name iov_iter argument as iterator instead of bufferTakashi Iwai2023-09-011-2/+2
* ASoC: pcm: Drop obsoleted PCM copy_user opsTakashi Iwai2023-08-181-7/+0
* ASoC: component: Add generic PCM copy opsTakashi Iwai2023-08-181-0/+7
* ASoC: remove old trigger ordering methodKuninori Morimoto2023-06-131-2/+0
* ASoC: add new trigger ordering methodKuninori Morimoto2023-06-131-0/+9
* ASoC: soc-component: Add notify control helper functionCharles Keepax2023-05-151-0/+4
* ASoC: soc-pcm: add option to start DMA after DAIClaudiu Beznea2023-02-281-0/+2
* ASoC: soc-component: add get_jack_typeAstrid Rost2023-01-271-0/+2
* ASoC: soc-component: Remove non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: soc-component: Add legacy_dai_naming flagCharles Keepax2022-06-271-0/+1
* ASoC: simple-card-utils: Move snd_soc_component_is_codec to be localCharles Keepax2022-06-061-5/+0
* ASoC: soc-component: Add comment for the endianness flagCharles Keepax2022-05-091-0/+9
* ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driverHeiner Kallweit2022-04-051-0/+4
* ASoC: soc-component: add snd_soc_pcm_component_delay()Kuninori Morimoto2021-11-291-0/+4
* ASoC: soc-component: add snd_soc_component_is_codec()Kuninori Morimoto2021-10-181-0/+5
* ASoC: soc-component: Remove conditional definition of debugfs data membersSimon Trimmer2021-10-011-2/+0
* ASoC: compress/component: Use module_get_when_open/put_when_close for cstreamPeter Ujfalusi2021-09-201-2/+4
* ASoC: soc-component: Convert the mark_module to void*Peter Ujfalusi2021-09-201-5/+3
* ASoC: soc-utils: add snd_soc_component_is_dummy()Kuninori Morimoto2021-04-161-0/+1
* ASoC: soc-component: Add snd_soc_pcm_component_ackShengjiu Wang2021-03-251-0/+3
* ASoC: constify of_phandle_args in snd_soc_get_dai_name()Krzysztof Kozlowski2021-03-101-2/+2
* ASoC: soc-component: add snd_soc_component_read/write_field()Srinivas Kandagatla2021-01-271-0/+6
* ASoC: soc-pcm: care trigger rollbackKuninori Morimoto2020-12-091-1/+2
* ASoC: soc-component: add mark for snd_soc_component_compr_open/free()Kuninori Morimoto2020-11-261-3/+3
* ASoC: soc-component: add snd_soc_component_compr_get_metadata()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_set_metadata()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_copy()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_pointer()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_ack()Kuninori Morimoto2020-11-181-0/+1
* ASoC: soc-component: add snd_soc_component_compr_get_codec_caps()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_get_caps()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_get_params()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_set_params()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_trigger()Kuninori Morimoto2020-11-181-0/+1
* ASoC: soc-component: add snd_soc_component_compr_free()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add snd_soc_component_compr_open()Kuninori Morimoto2020-11-181-0/+2
* ASoC: soc-component: add mark for snd_soc_pcm_component_hw_params/free()Kuninori Morimoto2020-10-261-3/+3
* ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()Kuninori Morimoto2020-09-281-0/+5
* ASoC: soc-component: add mark for soc_pcm_components_open/close()Kuninori Morimoto2020-09-281-8/+15
* ASoC: core: Relocate and expose snd_soc_component_initializeCezary Rojewski2020-07-311-3/+0
* ASoC: remove snd_soc_component_read32()Kuninori Morimoto2020-06-221-1/+0
* ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_read32()Kuninori Morimoto2020-06-221-3/+2
* ASoC: soc-component: tidyup CopyrightKuninori Morimoto2020-06-151-1/+2
* ASoC: soc-component: add snd_soc_component_init()Kuninori Morimoto2020-06-151-0/+3
* ASoC: soc-component: add snd_soc_pcm_component_trigger()Kuninori Morimoto2020-06-151-3/+2
* ASoC: soc-component: add snd_soc_pcm_component_hw_free()Kuninori Morimoto2020-06-151-2/+2
* ASoC: soc-component: add snd_soc_pcm_component_hw_params()Kuninori Morimoto2020-06-151-3/+3
* ASoC: soc-component: add snd_soc_pcm_component_prepare()Kuninori Morimoto2020-06-151-2/+1
* ASoC: soc-component: move snd_soc_component_initialize() to soc-component.cKuninori Morimoto2020-06-151-0/+4
* ASoC: soc-component: move snd_soc_component_xxx_regmap() to soc-componentKuninori Morimoto2020-06-151-0/+1