summaryrefslogtreecommitdiff
path: root/sound/soc/soc-core.c
AgeCommit message (Expand)Author
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
2022-04-05ASoC: Introduce snd_soc_of_get_dai_link_cpusMartin Povišer
2022-03-11ASoC: Export DAI register and widget ctor and dctor functionsCezary Rojewski
2022-02-15ASoC: soc-core: skip zero num_dai component in searching dai nameShengjiu Wang
2021-12-23ASoC: core: Add snd_soc_of_parse_pin_switches() from simple-card-utilsStephan Gerhold
2021-12-14ASoC: soc-pcm: Fix and cleanup DPCM lockingTakashi Iwai
2021-10-29ASoC: core: Remove invalid snd_soc_component_set_jack callAmadeusz Sławiński
2021-10-18Merge branch 'asoc-5.15' into asoc-5.16Mark Brown
2021-10-18ASoC: soc-core: accept zero format at snd_soc_runtime_set_dai_fmt()Kuninori Morimoto