summaryrefslogtreecommitdiff
path: root/sound/soc/soc-dapm.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-29ASoC: 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-24ASoC: 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
2023-10-09ASoC: soc-dapm: Add helper for comparing widget nameKrzysztof Kozlowski1-0/+12
2023-10-04ASoC: soc-dapm: Annotate struct snd_soc_dapm_widget_list with __counted_byKees Cook1-1/+1
2023-09-25ASoC: soc-dapm: convert not to use asoc_xxx()Kuninori Morimoto1-6/+6
2023-08-15ASoC: dapm: Add a flag for not having widget name in kcontrol nameJyri Sarha1-0/+2
2023-06-13ASoC: add N cpus to M codecs dai link supportBard Liao1-1/+23
2023-06-06ASoC: add snd_soc_get_stream_cpu()Kuninori Morimoto1-34/+1
2023-06-02ASoC: soc-dapm.c: clean up debugfs for freed widgetTrevor Wu1-0/+16
2023-04-17ASoC: expand snd_soc_dapm_mutex_lock/unlock()Kuninori Morimoto1-61/+58
2023-04-06ASoC: soc-dapm.c: tidyup dapm_connect_dai_pair()Kuninori Morimoto1-36/+57
2023-04-05ASoC: soc.h: clarify Codec2Codec paramsKuninori Morimoto1-22/+22
2023-03-30ASoC: dapm: Sort speakers after other outputsMark Brown1-37/+37
2023-01-31ASoC: soc-dapm.c: use helper functionKuninori Morimoto1-14/+12
2022-11-29ASoC: Merge up fixesMark Brown1-1/+1
2022-10-26ASoC: dapm: Don't use prefix for regulator namePaul Cercueil1-1/+1
2022-10-19ASoC: soc-dapm.c random cleanupsMark Brown1-52/+45
2022-10-19ASoC: soc-dapm.c: numerical order for dapm_up_seqKuninori Morimoto1-1/+1
2022-10-19ASoC: soc-dapm.c: cleanup snd_soc_dapm_new_dai()Kuninori Morimoto1-28/+28
2022-10-19ASoC: soc-dapm.c: merge dapm_power_one_widget() and dapm_widget_set_power()Kuninori Morimoto1-24/+16
2022-10-19ASoC: soc-dapm.c: cleanup dapm_widget_set_power()Kuninori Morimoto1-7/+8
2022-10-19ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget()Kuninori Morimoto1-0/+3
2022-10-19ASoC: soc-dapm.c: remove no meaning variable from snd_soc_dapm_add_path()Kuninori Morimoto1-6/+4
2022-10-19ASoC: soc-dapm.c: tidyup error handling on snd_soc_dapm_add_route()Kuninori Morimoto1-22/+13
2022-10-19ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widgetKuninori Morimoto1-20/+9
2022-10-18ASoC: soc-dapm.c: cleanup dapm_widget_set_power()Kuninori Morimoto1-7/+8
2022-10-18ASoC: soc-dapm.c: ignore parameter NULL at snd_soc_dapm_free_widget()Kuninori Morimoto1-0/+3
2022-10-18ASoC: soc-dapm.c: remove no meaning variable from snd_soc_dapm_add_path()Kuninori Morimoto1-6/+4
2022-10-18ASoC: soc-dapm.c: tidyup error handling on snd_soc_dapm_add_route()Kuninori Morimoto1-22/+13
2022-10-18ASoC: soc-dapm.c: replace snd_soc_dapm_wcache to snd_soc_dapm_widgetKuninori Morimoto1-20/+9
2022-09-20ASoC: soc.h: use array instead of playback/capture_widgetKuninori Morimoto1-8/+11
2022-09-20ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto1-2/+2
2022-09-14ASoC: soc-dapm: Switch to use dev_err_probe() helperYang Yingliang1-3/+2
2022-09-08ASoC: soc-dapm.c: tidyup snd_soc_dai_link_event_pre_pmu()Kuninori Morimoto1-5/+4
2022-09-08ASoC: soc-dapm.c: add comment for kzalloc()/kfree() on snd_soc_dai_link_event...Kuninori Morimoto1-0/+11