summaryrefslogtreecommitdiff
path: root/sound/soc/soc-component.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-05ASoC: soc-component: add snd_soc_component_{set/to}_priv()Kuninori Morimoto1-0/+12
2026-08-05ASoC: soc-component: add snd_soc_component_{set_}name()Kuninori Morimoto1-0/+12
2026-08-05ASoC: soc-component: add snd_soc_component_alloc()Kuninori Morimoto1-0/+13
2026-08-05ASoC: soc-component: move soc_component_field_shift()Kuninori Morimoto1-12/+12
2026-07-27ASoC: Add a component fixup_controls callbackCharles Keepax1-0/+10
2026-03-20ASoC: soc-component: add snd_soc_component_regmap_val_bytes()Mark Brown1-5/+12
2026-03-20ASoC: soc-component: remove component->val_bytesKuninori Morimoto1-10/+0
2026-03-20ASoC: soc-component: add snd_soc_component_regmap_val_bytes()Kuninori Morimoto1-0/+17
2026-03-16ASoC: soc-component: remove pcm_construct()/pcm_destruct()Kuninori Morimoto1-9/+1
2026-03-16ASoC: soc-component: re-add pcm_new()/pcm_free()Kuninori Morimoto1-1/+9
2026-01-26ASoC: soc-component: remove snd_soc_component_xxx() wrapperKuninori Morimoto1-82/+0
2025-09-08ALSA: compress_offload: Add 64-bit safe timestamp infrastructureJoris Verhaegen1-1/+1
2025-07-04ASoC: component: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-02-06ASoC: add common snd_soc_ret() and use itKuninori Morimoto1-24/+12
2024-09-30ASoC: remove unused substream in macro soc_component_mark_popHongbo Li1-7/+7
2024-08-09ASoC: Drop snd_soc_*_get_kcontrol_locked()Takashi Iwai1-12/+0
2024-08-02ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpersCharles Keepax1-8/+34
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_ru...Peter Ujfalusi1-2/+4
2022-09-23ASoC: soc-component: using pm_runtime_resume_and_get instead of pm_runtime_ge...Zhang 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_run...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-7/+36
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