summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)Author
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26ASoC: soc-dapm: tidyup function namingKuninori Morimoto
2026-01-26ASoC: soc-dapm: move struct snd_soc_dapm_contextKuninori Morimoto
2026-01-26ASoC: soc-dapm: add snd_soc_dapm_alloc()Kuninori Morimoto
2026-01-26ASoC: soc-dapm: remove dev from snd_soc_dapm_context()Kuninori Morimoto
2025-11-17ASoC: soc-dapm: convert to snd_soc_dapm_xxx()Kuninori Morimoto
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_set_idle_bias()Kuninori Morimoto
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_get_bias_level()Kuninori Morimoto
2025-09-18ASoC: soc-dapm: tidyup idle_bias handling - step2Kuninori Morimoto
2025-09-18ASoC: soc-dapm: tidyup idle_bias handling - step1Kuninori Morimoto
2025-09-18ASoC: soc-dapm: remove suspend_bias_off from snd_soc_dapm_contextKuninori Morimoto
2025-09-18ASoC: soc-dapm: use dapm->component instead of container_of()Kuninori Morimoto
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_to_card()Kuninori Morimoto
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_to_dev()Kuninori Morimoto
2025-09-01ASoC: soc-dapm: rename snd_soc_kcontrol_component() to snd_soc_kcontrol_to_co...Kuninori Morimoto
2025-09-01ASoC: soc-dapm: rename dapm_kcontrol_get_value() to snd_soc_dapm_kcontrol_get...Kuninori Morimoto
2025-09-01ASoC: soc-dapm: rename snd_soc_dapm_kcontrol_dapm() to snd_soc_dapm_kcontrol_...Kuninori Morimoto
2025-09-01ASoC: soc-dapm: rename snd_soc_dapm_kcontrol_widget() to snd_soc_dapm_kcontro...Kuninori Morimoto
2025-08-10ASoC: soc-dapm: move snd_soc_dapm_init_bias_level() to soc-dpcmKuninori Morimoto
2025-08-10ASoC: soc-dapm: move snd_soc_dapm_get_bias_level() to soc-dpcmKuninori Morimoto
2025-07-13ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successedKuninori Morimoto
2025-07-07ASoC: soc-dapm: add prefix on soc_dapm_dev_attrsKuninori Morimoto
2025-07-07ASoC: soc-dapm: add prefix on dapm_xxx_event()Kuninori Morimoto
2025-07-07ASoC: soc-dapm: add prefix on dapm_mark_endpoints_dirty()Kuninori Morimoto
2025-07-07ASoC: soc-dapm: use common name for dapmKuninori Morimoto
2025-07-07ASoC: soc-dapm: use component instead of cmpntKuninori Morimoto
2025-07-07ASoC: soc-dapm: reordering function definitionsKuninori Morimoto
2025-07-07ASoC: soc-dapm: remove snd_soc_dapm_weak_routes()Kuninori Morimoto
2025-07-07ASoC: soc-dapm: remove snd_soc_dapm_nc_pin[_unlocked]()Kuninori Morimoto
2025-07-07ASoC: soc-dapm: remove EXPORT_SYMBOL_GPL() for snd_soc_dapm_free()Kuninori Morimoto
2025-07-07ASoC: soc-dapm: remove unnecessary definitionKuninori Morimoto
2025-05-20ASoC: dapm: Add component level pin switchesCharles Keepax
2025-02-16ASoC: remove update from snd_soc_cardKuninori Morimoto
2025-02-06ASoC: dapm: unexport dapm_mark_endpoints_dirty()Masahiro Yamada
2025-02-06ASoC: dapm: unexport snd_soc_dapm_update_dai()Masahiro Yamada
2025-02-06ASoC: dapm: unexport snd_soc_dapm_init()Masahiro Yamada
2025-01-15ASoC: dapm: add support for preparing streamsMartin Blumenstingl
2025-01-14ASoC: soc-dapm: remove !card check from snd_soc_dapm_set_bias_level()Kuninori Morimoto
2024-10-28ASoC: dapm: fix bounds checker error in dapm_widget_list_createAleksei Vetrov
2024-10-08ASoC: dapm: avoid container_of() to get componentBenjamin Bara
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2024-08-28ASoC: dapm: Use IS_ERR_OR_NULL() helper functionHongbo Li
2024-08-23ASoC: dapm: Fix UAF for snd_soc_pcm_runtime objectrobelin
2024-08-01ASoC: soc-dapm: use snd_pcm_direction_name()Kuninori Morimoto
2024-07-08ASoC: dapm: Simplify snd_soc_dai_link_event_pre_pmu() with cleanup.hKrzysztof Kozlowski
2024-07-08ASoC: dapm: Simplify dapm_cnew_widget() with cleanup.hKrzysztof Kozlowski