summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
2025-07-07ASoC: soc-dapm: cleanupsMark Brown
2025-07-07ASoC: soc-dapm: add prefix on soc_dapm_dev_attrsKuninori Morimoto
2025-07-07ASoC: soc-dapm: add prefix on dapm_mark_endpoints_dirty()Kuninori Morimoto
2025-06-19ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime()Peter Ujfalusi
2025-06-08ASoC: remove component->idKuninori Morimoto
2025-06-08ASoC: soc-core: save ID if param was set in fmt_single_name()Kuninori Morimoto
2025-05-12ASoC: soc-core: merge snd_soc_unregister_component() and snd_soc_unregister_c...Kuninori Morimoto
2025-04-06ASoC: core: Complete support for card rebindingCezary Rojewski
2025-02-20ASoC: soc-core: Use str_yes_no() in snd_soc_close_delayed_work()Thorsten Blum
2025-02-16ASoC: soc-core: makes snd_soc_set_dmi_name() localKuninori Morimoto
2025-02-03ASoC: soc-core: Stop using of_property_read_bool() for non-boolean propertiesGeert Uytterhoeven
2025-01-13ASoC: soc-core: Enable to use extra format on each DAIKuninori Morimoto
2025-01-13ASoC: soc-core: return 0 if np was NULL on snd_soc_daifmt_parse_clock_provide...Kuninori Morimoto
2025-01-09ASoC: remove disable_route_checksKuninori Morimoto
2024-12-17ASoC: soc-core: remove redundant assignment to variable retColin Ian King
2024-12-16ASoC: soc-core: tidyup ret handling for card->disable_route_checksKuninori Morimoto
2024-11-01ASoC: cleanup function parameter for rtd and its idKuninori Morimoto
2024-11-01ASoC: soc-core: do rtd->id trick at snd_soc_add_pcm_runtime()Kuninori Morimoto
2024-11-01ASoC: remove rtd->numKuninori Morimoto
2024-11-01ASoC: rename rtd->num to rtd->idKuninori Morimoto
2024-10-23ASoC: soc-core: remove dpcm_xxx flagsKuninori Morimoto
2024-08-01ASoC: Use of_property_read_bool()Rob Herring (Arm)
2024-07-29ASoC: Use __counted_by() annotation for snd_soc_pcm_runtimeTakashi Iwai
2024-06-18ASoC: Constify passed data to core functionKrzysztof Kozlowski
2024-03-25ASoC: dmaengine_pcm: Allow passing component name via configTomi Valkeinen
2024-03-12ASoC: soc-core.c: Skip dummy codec when adding platformsChancel Liu
2024-03-04ASoC: soc-core.c: Prefer to return dai->driver->name in snd_soc_dai_name_get()Chancel Liu
2024-02-22ASoC: soc-core: tidyup strcmp() param on snd_soc_is_matching_dai()Kuninori Morimoto
2024-02-19ASoC: Constify pointer to of_phandle_argsKrzysztof Kozlowski
2024-01-22ASoC: allow up to eight CPU/codec DAIsKrzysztof Kozlowski
2023-12-19ASoC: soc.h: don't create dummy Component via COMP_DUMMY()Kuninori Morimoto
2023-11-29ASoC: core: Fix a handful of spelling mistakes.Colin Ian King
2023-11-27ASoC: makes CPU/Codec channel connection map more genericKuninori Morimoto
2023-10-10ASoC: Merge fixes for consistent cs42l43 schemaMark Brown
2023-09-29ASoC: core: Do not call link_exit() on uninitialized rtd objectsAmadeusz Sławiński
2023-09-29ASoC: core: Print component name when printing logAmadeusz Sławiński
2023-09-25ASoC: soc-core: convert not to use asoc_xxx()Kuninori Morimoto
2023-08-24ASoC: soc-core.c: Do not error if a DAI link component is not foundCristian Ciocaltea
2023-08-14ASoC: soc-dai.h: remove unused call back functionsKuninori Morimoto
2023-08-14ASoC: soc-dai.h: merge DAI call back functions into opsKuninori Morimoto
2023-07-17ASoC: soc-core.c: add snd_soc_copy_dai_args()Kuninori Morimoto
2023-07-17ASoC: soc-core.c: add snd_soc_dlc_use_cpu_as_platform()Kuninori Morimoto
2023-07-17ASoC: soc-core.c: add snd_soc_get_dai_via_args()Kuninori Morimoto
2023-07-17ASoC: soc-core.c: enable multi ComponentKuninori Morimoto
2023-07-17ASoC: soc-dai.c: add DAI get/match functionsKuninori Morimoto
2023-07-09ASoC: soc-core: protect dlc->of_node under mutexKuninori Morimoto
2023-07-09ASoC: soc-core.c: cleanup soc_dai_link_sanity_check()Kuninori Morimoto
2023-07-09ASoC: soc-core.c: initialize dlc on snd_soc_get_dai_id()Kuninori Morimoto
2023-07-06ASoC: core: suppress probe deferral errorsJohan Hovold
2023-06-23ASoC: core: Always store of_node when getting DAI link componentMark Brown