summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-core: tidyup strcmp() param on snd_soc_is_matching_dai()Kuninori Morimoto2024-02-221-1/+1
* ASoC: Constify pointer to of_phandle_argsKrzysztof Kozlowski2024-02-191-4/+5
* ASoC: allow up to eight CPU/codec DAIsKrzysztof Kozlowski2024-01-221-1/+4
* ASoC: soc.h: don't create dummy Component via COMP_DUMMY()Kuninori Morimoto2023-12-191-0/+24
* ASoC: core: Fix a handful of spelling mistakes.Colin Ian King2023-11-291-5/+5
* ASoC: makes CPU/Codec channel connection map more genericKuninori Morimoto2023-11-271-1/+94
* ASoC: Merge fixes for consistent cs42l43 schemaMark Brown2023-10-101-7/+17
|\
| * ASoC: core: Do not call link_exit() on uninitialized rtd objectsAmadeusz Sławiński2023-09-291-5/+15
| * ASoC: core: Print component name when printing logAmadeusz Sławiński2023-09-291-2/+2
* | ASoC: soc-core: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-10/+10
|/
* ASoC: soc-core.c: Do not error if a DAI link component is not foundCristian Ciocaltea2023-08-241-5/+5
* ASoC: soc-dai.h: remove unused call back functionsKuninori Morimoto2023-08-141-25/+0
* ASoC: soc-dai.h: merge DAI call back functions into opsKuninori Morimoto2023-08-141-0/+25
* ASoC: soc-core.c: add snd_soc_copy_dai_args()Kuninori Morimoto2023-07-171-0/+13
* ASoC: soc-core.c: add snd_soc_dlc_use_cpu_as_platform()Kuninori Morimoto2023-07-171-0/+8
* ASoC: soc-core.c: add snd_soc_get_dai_via_args()Kuninori Morimoto2023-07-171-0/+18
* ASoC: soc-core.c: enable multi ComponentKuninori Morimoto2023-07-171-2/+30
* ASoC: soc-dai.c: add DAI get/match functionsKuninori Morimoto2023-07-171-15/+47
* ASoC: soc-core: protect dlc->of_node under mutexKuninori Morimoto2023-07-091-2/+4
* ASoC: soc-core.c: cleanup soc_dai_link_sanity_check()Kuninori Morimoto2023-07-091-59/+72
* ASoC: soc-core.c: initialize dlc on snd_soc_get_dai_id()Kuninori Morimoto2023-07-091-3/+4
* ASoC: core: suppress probe deferral errorsJohan Hovold2023-07-061-2/+4
* ASoC: core: Always store of_node when getting DAI link componentMark Brown2023-06-231-1/+2
* ASoC: soc-core.c: use snd_soc_{of_}get_dlc()Kuninori Morimoto2023-06-201-22/+2
* ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()Kuninori Morimoto2023-06-201-2/+2
* ASoC: soc-core.c: add snd_soc_{of_}get_dlc()Kuninori Morimoto2023-06-201-13/+40
* ASoC: add snd_soc_get_stream_cpu()Kuninori Morimoto2023-06-061-0/+34
* ASoC: add snd_soc_card_mutex_lock/unlock()Kuninori Morimoto2023-04-171-2/+2
* ASoC: expand snd_soc_dpcm_mutex_lock/unlock()Kuninori Morimoto2023-04-171-2/+2
* ASoC: soc-core.c: add snd_soc_add_pcm_runtimes()Kuninori Morimoto2023-03-281-10/+21
* ASoC: soc-core.c: remove useless dev_dbg()Kuninori Morimoto2023-03-061-13/+0
* ASoC: soc-core.c: use helper functionKuninori Morimoto2023-01-311-4/+4
* ASoC: Merge up fixesMark Brown2022-11-291-2/+15
|\
| * ASoC: core: Fix use-after-free in snd_soc_exit()Chen Zhongjin2022-10-281-2/+15
* | ASoC: core: Exit all links before removing their componentsCezary Rojewski2022-11-181-3/+3
* | ASoC: core: fix wrong size kzalloc for rtd's components memberlishqchn2022-11-151-1/+1
|/
* ASoC: core: clarify the driver name initializationJaroslav Kysela2022-09-291-14/+23
* ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto2022-09-201-3/+1
* ASoC: soc-core.c: setup rtd->pmdown_time at soc_new_pcm_runtime()Kuninori Morimoto2022-09-191-3/+1
* ASoC: core: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-151-1/+1
* ASoC: soc-core.c: share code for snd_soc_of_get_dai_link_cpus/codecs()Kuninori Morimoto2022-06-291-68/+72
* ASoC: soc-core.c: fixup snd_soc_of_get_dai_link_cpus()Kuninori Morimoto2022-06-291-9/+9
* ASoC: core: Switch core to new DAI naming flagCharles Keepax2022-06-271-1/+1
* ASoC: core: Make snd_soc_unregister_card() return voidUwe Kleine-König2022-06-221-3/+1
* ASoC: Introduce 'fixup_controls' card methodMartin Povišer2022-06-101-0/+1
* ASoC: core: Always send the CPU DAI a direct clock specifierCharles Keepax2022-06-061-12/+3
* ASoC: core: Add set_fmt_new callback that directly specifies providerCharles Keepax2022-06-061-1/+2
* ASoC: core: Pass legacy_dai_naming flag directlyCharles Keepax2022-05-161-1/+1
* ASoC: core: Correct spelling fliped -> flippedCharles Keepax2022-05-161-3/+3
* ASoC: soc-core: remove always-false pathPierre-Louis Bossart2022-04-231-5/+5