summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
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
2022-11-15ASoC: core: fix wrong size kzalloc for rtd's components memberlishqchn
2022-10-28ASoC: core: Fix use-after-free in snd_soc_exit()Chen Zhongjin
2022-09-29ASoC: core: clarify the driver name initializationJaroslav Kysela
2022-09-20ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto
2022-09-19ASoC: soc-core.c: setup rtd->pmdown_time at soc_new_pcm_runtime()Kuninori Morimoto
2022-08-15ASoC: core: Replace sprintf() with sysfs_emit()Takashi Iwai
2022-06-29ASoC: soc-core.c: share code for snd_soc_of_get_dai_link_cpus/codecs()Kuninori Morimoto
2022-06-29ASoC: soc-core.c: fixup snd_soc_of_get_dai_link_cpus()Kuninori Morimoto
2022-06-27ASoC: core: Switch core to new DAI naming flagCharles Keepax
2022-06-22ASoC: core: Make snd_soc_unregister_card() return voidUwe Kleine-König
2022-06-10ASoC: Introduce 'fixup_controls' card methodMartin Povišer
2022-06-06ASoC: core: Always send the CPU DAI a direct clock specifierCharles Keepax
2022-06-06ASoC: core: Add set_fmt_new callback that directly specifies providerCharles Keepax
2022-05-16ASoC: core: Pass legacy_dai_naming flag directlyCharles Keepax
2022-05-16ASoC: core: Correct spelling fliped -> flippedCharles Keepax
2022-04-23ASoC: soc-core: remove always-false pathPierre-Louis Bossart
2022-04-08ASoC: Merge fixesMark Brown
2022-04-05ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driverHeiner Kallweit