summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
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
2023-06-20ASoC: soc-core.c: use snd_soc_{of_}get_dlc()Kuninori Morimoto
2023-06-20ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()Kuninori Morimoto
2023-06-20ASoC: soc-core.c: add snd_soc_{of_}get_dlc()Kuninori Morimoto
2023-06-06ASoC: add snd_soc_get_stream_cpu()Kuninori Morimoto
2023-04-17ASoC: add snd_soc_card_mutex_lock/unlock()Kuninori Morimoto
2023-04-17ASoC: expand snd_soc_dpcm_mutex_lock/unlock()Kuninori Morimoto
2023-03-28ASoC: soc-core.c: add snd_soc_add_pcm_runtimes()Kuninori Morimoto
2023-03-06ASoC: soc-core.c: remove useless dev_dbg()Kuninori Morimoto
2023-01-31ASoC: soc-core.c: use helper functionKuninori Morimoto
2022-11-29ASoC: Merge up fixesMark Brown
2022-11-18ASoC: core: Exit all links before removing their componentsCezary Rojewski