aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-04ASoC: soc-core.c: Prefer to return dai->driver->name in snd_soc_dai_name_get()Chancel Liu1-6/+6
2024-02-22ASoC: soc-core: tidyup strcmp() param on snd_soc_is_matching_dai()Kuninori Morimoto1-1/+1
2024-02-19ASoC: Constify pointer to of_phandle_argsKrzysztof Kozlowski1-4/+5
2024-01-22ASoC: allow up to eight CPU/codec DAIsKrzysztof Kozlowski1-1/+4
2023-12-19ASoC: soc.h: don't create dummy Component via COMP_DUMMY()Kuninori Morimoto1-0/+24
2023-11-29ASoC: core: Fix a handful of spelling mistakes.Colin Ian King1-5/+5
2023-11-27ASoC: makes CPU/Codec channel connection map more genericKuninori Morimoto1-1/+94
2023-10-10ASoC: Merge fixes for consistent cs42l43 schemaMark Brown1-7/+17
2023-09-29ASoC: core: Do not call link_exit() on uninitialized rtd objectsAmadeusz Sławiński1-5/+15
2023-09-29ASoC: core: Print component name when printing logAmadeusz Sławiński1-2/+2
2023-09-25ASoC: soc-core: convert not to use asoc_xxx()Kuninori Morimoto1-10/+10
2023-08-24ASoC: soc-core.c: Do not error if a DAI link component is not foundCristian Ciocaltea1-5/+5
2023-08-14ASoC: soc-dai.h: remove unused call back functionsKuninori Morimoto1-25/+0
2023-08-14ASoC: soc-dai.h: merge DAI call back functions into opsKuninori Morimoto1-0/+25
2023-07-17ASoC: soc-core.c: add snd_soc_copy_dai_args()Kuninori Morimoto1-0/+13
2023-07-17ASoC: soc-core.c: add snd_soc_dlc_use_cpu_as_platform()Kuninori Morimoto1-0/+8
2023-07-17ASoC: soc-core.c: add snd_soc_get_dai_via_args()Kuninori Morimoto1-0/+18
2023-07-17ASoC: soc-core.c: enable multi ComponentKuninori Morimoto1-2/+30
2023-07-17ASoC: soc-dai.c: add DAI get/match functionsKuninori Morimoto1-15/+47
2023-07-09ASoC: soc-core: protect dlc->of_node under mutexKuninori Morimoto1-2/+4
2023-07-09ASoC: soc-core.c: cleanup soc_dai_link_sanity_check()Kuninori Morimoto1-59/+72
2023-07-09ASoC: soc-core.c: initialize dlc on snd_soc_get_dai_id()Kuninori Morimoto1-3/+4
2023-07-06ASoC: core: suppress probe deferral errorsJohan Hovold1-2/+4
2023-06-23ASoC: core: Always store of_node when getting DAI link componentMark Brown1-1/+2
2023-06-20ASoC: soc-core.c: use snd_soc_{of_}get_dlc()Kuninori Morimoto1-22/+2
2023-06-20ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()Kuninori Morimoto1-2/+2
2023-06-20ASoC: soc-core.c: add snd_soc_{of_}get_dlc()Kuninori Morimoto1-13/+40
2023-06-06ASoC: add snd_soc_get_stream_cpu()Kuninori Morimoto1-0/+34
2023-04-17ASoC: add snd_soc_card_mutex_lock/unlock()Kuninori Morimoto1-2/+2
2023-04-17ASoC: expand snd_soc_dpcm_mutex_lock/unlock()Kuninori Morimoto1-2/+2
2023-03-28ASoC: soc-core.c: add snd_soc_add_pcm_runtimes()Kuninori Morimoto1-10/+21
2023-03-06ASoC: soc-core.c: remove useless dev_dbg()Kuninori Morimoto1-13/+0
2023-01-31ASoC: soc-core.c: use helper functionKuninori Morimoto1-4/+4
2022-11-29ASoC: Merge up fixesMark Brown1-2/+15
2022-11-18ASoC: core: Exit all links before removing their componentsCezary Rojewski1-3/+3
2022-11-15ASoC: core: fix wrong size kzalloc for rtd's components memberlishqchn1-1/+1
2022-10-28ASoC: core: Fix use-after-free in snd_soc_exit()Chen Zhongjin1-2/+15
2022-09-29ASoC: core: clarify the driver name initializationJaroslav Kysela1-14/+23
2022-09-20ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto1-3/+1
2022-09-19ASoC: soc-core.c: setup rtd->pmdown_time at soc_new_pcm_runtime()Kuninori Morimoto1-3/+1
2022-08-15ASoC: core: Replace sprintf() with sysfs_emit()Takashi Iwai1-1/+1
2022-06-29ASoC: soc-core.c: share code for snd_soc_of_get_dai_link_cpus/codecs()Kuninori Morimoto1-68/+72
2022-06-29ASoC: soc-core.c: fixup snd_soc_of_get_dai_link_cpus()Kuninori Morimoto1-9/+9
2022-06-27ASoC: core: Switch core to new DAI naming flagCharles Keepax1-1/+1
2022-06-22ASoC: core: Make snd_soc_unregister_card() return voidUwe Kleine-König1-3/+1
2022-06-10ASoC: Introduce 'fixup_controls' card methodMartin Povišer1-0/+1
2022-06-06ASoC: core: Always send the CPU DAI a direct clock specifierCharles Keepax1-12/+3
2022-06-06ASoC: core: Add set_fmt_new callback that directly specifies providerCharles Keepax1-1/+2
2022-05-16ASoC: core: Pass legacy_dai_naming flag directlyCharles Keepax1-1/+1
2022-05-16ASoC: core: Correct spelling fliped -> flippedCharles Keepax1-3/+3