summaryrefslogtreecommitdiff
path: root/sound/soc/soc-topology.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-19ASoC: topology: Fix incorrect addressing assignmentsTang Bin1-2/+2
2024-09-13ASoC: topology: Fix redundant logical jumpTang Bin1-6/+3
2024-07-02ASoC: topology: Unify code for creating standalone and widget enum controlAmadeusz Sławiński1-77/+9
2024-07-02ASoC: topology: Unify code for creating standalone and widget mixer controlAmadeusz Sławiński1-57/+9
2024-07-02ASoC: topology: Unify code for creating standalone and widget bytes controlAmadeusz Sławiński1-42/+9
2024-07-02ASoC: topology: Reshuffle function placementAmadeusz Sławiński1-233/+233
2024-07-02ASoC: topology: Rename function creating widget kcontrolAmadeusz Sławiński1-6/+6
2024-07-02ASoC: topology: Align dynamic object initialization for controlsAmadeusz Sławiński1-5/+9
2024-07-02ASoC: topology: Correctly set shift_r in soc_tplg_denum_create()Amadeusz Sławiński1-1/+1
2024-07-02ASoC: topology: Cleanup soc_tplg_dapm_widget_denum_createAmadeusz Sławiński1-21/+10
2024-07-02ASoC: topology: Cleanup soc_tplg_dapm_widget_dmixer_createAmadeusz Sławiński1-23/+12
2024-07-02ASoC: topology: Cleanup soc_tplg_dapm_widget_dbytes_createAmadeusz Sławiński1-12/+5
2024-07-02ASoC: topology: Properly initialize soc_enum valuesAmadeusz Sławiński1-0/+2
2024-07-02ASoC: topology: Do not do unnecessary dobj managementAmadeusz Sławiński1-4/+0
2024-07-02ASoC: topology: Simplify codeAmadeusz Sławiński1-7/+3
2024-06-21ASoC: Merge up fixesMark Brown1-19/+16
2024-06-13ASoC: topology: Fix route memory corruptionAmadeusz Sławiński1-9/+3
2024-06-10ASoC: topology: Clean up route loadingAmadeusz Sławiński1-18/+8
2024-06-10ASoC: topology: Do not assign fields that are already setAmadeusz Sławiński1-5/+1
2024-06-10ASoC: topology: Fix references to freed memoryAmadeusz Sławiński1-5/+22
2024-05-27ASoC: topology: Constify an argument of snd_soc_tplg_component_load()Christophe JAILLET1-2/+2
2024-04-04ASoC: Drop soc-topology ABI v4 supportMark Brown1-223/+18
2024-04-04ASoC: topology: Cleanup after ABI v4 support removalCezary Rojewski1-37/+10
2024-04-04ASoC: topology: Remove ABI v4 supportCezary Rojewski1-194/+16
2024-03-25ASoC: topology: Do not ignore route checks when parsing graphsCezary Rojewski1-2/+9
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/broo...Takashi 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/gi...Takashi 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/broo...Takashi 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