aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/soc-topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-25ASoC: soc-topology: convert not to use asoc_xxx()Kuninori Morimoto1-3/+3
2023-08-28Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-1/+5
2023-08-14ASoC: soc-topology: merge DAI call back functions into opsKuninori Morimoto1-1/+5
2023-07-25Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-3/+7
2023-07-20ALSA: control: Take controls_rwsem lock in snd_ctl_remove()Takashi Iwai1-3/+0
2023-07-06ASoC: topology: suppress probe deferral errorsJohan Hovold1-3/+7
2023-05-30ASoC: topology: Allow partial matching when finding DAI linkRanjani Sridharan1-3/+3
2023-05-22ASoC: topology: Remove redundant logAmadeusz Sławiński1-4/+1
2023-05-22ASoC: topology: Remove redundant logAmadeusz Sławiński1-3/+0
2023-05-22ASoC: topology: Do not split message string on multiple linesAmadeusz Sławiński1-4/+2
2023-05-22ASoC: topology: Remove redundant logsAmadeusz Sławiński1-9/+3
2023-05-22ASoC: topology: Log control load errors in soc_tplg_control_load()Amadeusz Sławiński1-24/+13
2023-05-08ASoC: soc-topology.c: add comment for Platform/CodecKuninori Morimoto1-11/+11
2023-03-29ASoC: soc-topology.c: dai_link->platform againKuninori Morimoto1-2/+10
2023-03-28ASoC: soc-core.c: add snd_soc_add_pcm_runtimes()Kuninori Morimoto1-1/+1
2023-03-24ASoC: soc-topology.c: remove unnecessary dai_link->platformKuninori Morimoto1-6/+2
2023-02-16Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-112/+75
2023-02-07ASoC: topology: Return -ENOMEM on memory allocation failureAmadeusz Sławiński1-2/+6
2023-02-02ASoC: topology: Set correct unload callback for graph typePeter Ujfalusi1-1/+1
2023-01-31ASoC: soc-topology.c: use helper functionKuninori Morimoto1-2/+2
2023-01-30ASoC: topology: Use unload() op directlyAmadeusz Sławiński1-20/+28
2023-01-30ASoC: topology: Unify kcontrol removal codeAmadeusz Sławiński1-42/+6
2023-01-30ASoC: topology: Remove unnecessary check for EOFAmadeusz Sławiński1-6/+1
2023-01-30ASoC: topology: Return an error on complete() failureAmadeusz Sławiński1-1/+1
2023-01-30ASoC: topology: Pass correct pointer instead of castingAmadeusz Sławiński1-6/+6
2023-01-30ASoC: topology: Remove unnecessary forward declarationsAmadeusz Sławiński1-3/+0
2023-01-30ASoC: topology: Rename remove_ handlersAmadeusz Sławiński1-16/+16
2023-01-30ASoC: topology: Fix function nameAmadeusz Sławiński1-2/+2
2023-01-30ASoC: topology: Fix typo in functions nameAmadeusz Sławiński1-16/+16
2023-01-30ASoC: topology: Remove unused SOC_TPLG_PASS_PINS constantAmadeusz Sławiński1-3/+2
2023-01-30ASoC: topology: Properly access value coming from topology fileAmadeusz Sławiński1-1/+1
2022-09-19ASoC: soc-core.c: setup rtd->pmdown_time at soc_new_pcm_runtime()Kuninori Morimoto1-0/+1
2022-06-15ASoC: topology: Drop superfluous check of CONFIG_SND_CTL_VALIDATIONTakashi Iwai1-1/+1
2022-04-05ASoC: Pull in fixesMark Brown1-2/+2
2022-04-04ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()Peter Ujfalusi1-2/+2
2022-04-04ASoC: topology: Rename soc_tplg_init_kcontrol() functionAmadeusz Sławiński1-10/+7
2022-04-04ASoC: topology: Correct error messageAmadeusz Sławiński1-1/+1
2022-04-04ASoC: topology: Rename SOC_TPLG_PASS_MIXER to _CONTROLAmadeusz Sławiński1-5/+5
2022-04-04ASoC: topology: Return bool instead of intAmadeusz Sławiński1-3/+3
2022-04-04ASoC: topology: Remove unnecessary loopingAmadeusz Sławiński1-223/+192
2022-04-04ASoC: topology: Use for loop instead of whileAmadeusz Sławiński1-8/+3
2022-01-24ASoC: topology: Optimize soc_tplg_dapm_graph_elems_load behaviorAmadeusz Sławiński1-42/+14
2022-01-24ASoC: topology: Allow TLV control to be either read or writeAmadeusz Sławiński1-1/+2
2022-01-24ASoC: topology: Remove superfluous error printsAmadeusz Sławiński1-33/+11
2022-01-06ASoC: topology: Fix typoQinghua Jin1-1/+1
2021-11-16ASoC: topology: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-0/+3
2021-10-29ASoC: topology: Change topology device to card deviceAmadeusz Sławiński1-3/+3
2021-10-29ASoC: topology: Use correct device for printsAmadeusz Sławiński1-1/+1
2021-10-29ASoC: topology: Check for dapm widget completenessAmadeusz Sławiński1-0/+17
2021-10-29ASoC: topology: Add header payload_size verificationCezary Rojewski1-0/+9