aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-17ASoC: soc-dapm: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-80/+116
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_set_idle_bias()Kuninori Morimoto1-0/+6
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_get_bias_level()Kuninori Morimoto1-3/+4
2025-09-18ASoC: soc-dapm: tidyup idle_bias handling - step2Kuninori Morimoto1-11/+6
2025-09-18ASoC: soc-dapm: tidyup idle_bias handling - step1Kuninori Morimoto1-10/+10
2025-09-18ASoC: soc-dapm: remove suspend_bias_off from snd_soc_dapm_contextKuninori Morimoto1-2/+4
2025-09-18ASoC: soc-dapm: use dapm->component instead of container_of()Kuninori Morimoto1-0/+6
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_to_card()Kuninori Morimoto1-0/+6
2025-09-18ASoC: soc-dapm: add snd_soc_dapm_to_dev()Kuninori Morimoto1-0/+9
2025-09-01ASoC: soc-dapm: rename snd_soc_kcontrol_component() to snd_soc_kcontrol_to_co...Kuninori Morimoto1-0/+14
2025-09-01ASoC: soc-dapm: rename dapm_kcontrol_get_value() to snd_soc_dapm_kcontrol_get...Kuninori Morimoto1-2/+2
2025-09-01ASoC: soc-dapm: rename snd_soc_dapm_kcontrol_dapm() to snd_soc_dapm_kcontrol_...Kuninori Morimoto1-5/+3
2025-09-01ASoC: soc-dapm: rename snd_soc_dapm_kcontrol_widget() to snd_soc_dapm_kcontro...Kuninori Morimoto1-4/+3
2025-08-10ASoC: soc-dapm: move snd_soc_dapm_init_bias_level() to soc-dpcmKuninori Morimoto1-0/+19
2025-08-10ASoC: soc-dapm: move snd_soc_dapm_get_bias_level() to soc-dpcmKuninori Morimoto1-0/+12
2025-07-13ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successedKuninori Morimoto1-0/+4
2025-07-07ASoC: soc-dapm: add prefix on soc_dapm_dev_attrsKuninori Morimoto1-1/+1
2025-07-07ASoC: soc-dapm: add prefix on dapm_xxx_event()Kuninori Morimoto1-10/+10
2025-07-07ASoC: soc-dapm: add prefix on dapm_mark_endpoints_dirty()Kuninori Morimoto1-1/+1
2025-07-07ASoC: soc-dapm: use common name for dapmKuninori Morimoto1-29/+29
2025-07-07ASoC: soc-dapm: use component instead of cmpntKuninori Morimoto1-6/+6
2025-07-07ASoC: soc-dapm: reordering function definitionsKuninori Morimoto1-319/+314
2025-07-07ASoC: soc-dapm: remove snd_soc_dapm_weak_routes()Kuninori Morimoto1-87/+4
2025-07-07ASoC: soc-dapm: remove snd_soc_dapm_nc_pin[_unlocked]()Kuninori Morimoto1-51/+0
2025-07-07ASoC: soc-dapm: remove EXPORT_SYMBOL_GPL() for snd_soc_dapm_free()Kuninori Morimoto1-1/+0
2025-07-07ASoC: soc-dapm: remove unnecessary definitionKuninori Morimoto1-8/+0
2025-05-20ASoC: dapm: Add component level pin switchesCharles Keepax1-14/+70
2025-02-16ASoC: remove update from snd_soc_cardKuninori Morimoto1-27/+21
2025-02-06ASoC: dapm: unexport dapm_mark_endpoints_dirty()Masahiro Yamada1-1/+0
2025-02-06ASoC: dapm: unexport snd_soc_dapm_update_dai()Masahiro Yamada1-1/+0
2025-02-06ASoC: dapm: unexport snd_soc_dapm_init()Masahiro Yamada1-1/+0
2025-01-15ASoC: dapm: add support for preparing streamsMartin Blumenstingl1-0/+12
2025-01-14ASoC: soc-dapm: remove !card check from snd_soc_dapm_set_bias_level()Kuninori Morimoto1-1/+1
2024-10-28ASoC: dapm: fix bounds checker error in dapm_widget_list_createAleksei Vetrov1-0/+2
2024-10-08ASoC: dapm: avoid container_of() to get componentBenjamin Bara1-2/+2
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-3/+2
2024-08-28ASoC: dapm: Use IS_ERR_OR_NULL() helper functionHongbo Li1-1/+1
2024-08-23ASoC: dapm: Fix UAF for snd_soc_pcm_runtime objectrobelin1-0/+1
2024-08-01ASoC: soc-dapm: use snd_pcm_direction_name()Kuninori Morimoto1-2/+1
2024-07-08ASoC: dapm: Simplify snd_soc_dai_link_event_pre_pmu() with cleanup.hKrzysztof Kozlowski1-20/+12
2024-07-08ASoC: dapm: Simplify dapm_cnew_widget() with cleanup.hKrzysztof Kozlowski1-8/+7
2024-07-03ASoC: dapm: Use unsigned for number of widgets in snd_soc_dapm_new_controls()Krzysztof Kozlowski1-1/+1
2024-04-21ASoC: dapm: debugfs: show the widget typeLuca Ceresoli1-0/+47
2024-04-21ASoC: dapm: debugfs: add component to route linesLuca Ceresoli1-2/+5
2024-03-06ASoC: trace: add event to snd_soc_dapm trace eventsLuca Ceresoli1-2/+2
2024-03-06ASoC: trace: add component to set_bias_level trace eventsLuca Ceresoli1-2/+2
2023-11-27ASoC: makes CPU/Codec channel connection map more genericKuninori Morimoto1-33/+12
2023-11-13ASoC: dapm: Simplify widget cloneAmadeusz Sławiński1-16/+14
2023-11-06ASoC: dapm: fix clock get nameJerome Brunet1-1/+1
2023-10-10ASoC: Merge fixes for consistent cs42l43 schemaMark Brown1-0/+12