summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/topology.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: topology: Add a token for dropping widget name in kcontrol nameJyri Sarha2023-08-151-0/+22
* ASoC: SOF: Intel: add LunarLake supportMark Brown2023-08-081-0/+2
|\
| * ASoC: SOF: ipc4: avoid uninitialized default instance 0Ranjani Sridharan2023-08-081-0/+2
* | ASoC: SOF: topology: simplify code to prevent static analysis warningsPierre-Louis Bossart2023-08-011-2/+3
|/
* ES8316 audio codec fixes on Rock5BMark Brown2023-05-301-1/+5
|\
| * ASoC: SOF: topology: Fix tuples array allocationRanjani Sridharan2023-05-151-1/+1
| * ASoC: SOF: topology: Fix logic for copying tuplesRanjani Sridharan2023-05-151-0/+4
* | ASoC: SOF: topology: Use partial match for connecting DAI link and DAI widgetRanjani Sridharan2023-05-301-1/+1
|/
* ASoC: SOF: Add support for DSPless modePeter Ujfalusi2023-04-041-1/+129
* ASoC: SOF: topology: Set pipeline widget before updating IPC structuresRanjani Sridharan2023-03-211-24/+24
* ASoC: SOF: ipc4-topology: Add new tokens for input/output pin format countRanjani Sridharan2023-03-131-17/+25
* ASoC: SOF: ipc4-topology: Modify the type of available input/output formatsRanjani Sridharan2023-03-131-1/+0
* ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE tokenRanjani Sridharan2023-03-131-1/+0
* ASoC: SOF: Use input/output pin consistentlyRanjani Sridharan2023-03-131-40/+40
* ASoC: SOF: topology: Fix error handling in sof_widget_ready()Ranjani Sridharan2023-03-071-17/+17
* ASoC: SOF: topology: Add missed "else" in sof_connect_dai_widgetPeter Ujfalusi2023-02-021-1/+1
* ASoC: sof: use helper functionKuninori Morimoto2023-01-311-66/+38
* ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access racePeter Ujfalusi2023-01-271-0/+2
* ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan2023-01-271-24/+49
* ASoC: SOF: Introduce PCM setup/free PCM IPC opsRanjani Sridharan2023-01-271-0/+14
* ASoC: SOF: topology: Set IPC-specific trigger order for DAI linksRanjani Sridharan2023-01-271-18/+7
* ASoC: SOF: topology: Extend the optionality of IPC ops to IPC as wellPeter Ujfalusi2022-12-261-36/+55
* ASoC: SOF: Add DAI configuration support for AMD platforms.V sujith kumar Reddy2022-11-291-0/+10
* ASoC: Merge up fixesMark Brown2022-11-291-10/+10
|\
| * ASoC: SOF: topology: No need to assign core ID if token parsing failedPeter Ujfalusi2022-11-071-10/+10
* | ASoC: SOF: topology: Add helper to get/put widget queue idChao Song2022-11-071-0/+5
* | ASoC: SOF: Add support to parse pin binding array from topologyChao Song2022-11-071-4/+135
* | ASoC: SOF: Add support for parsing the number of sink/source pinsChao Song2022-11-071-4/+29
|/
* ADD SOF support for rembrandt platformMark Brown2022-09-211-0/+1
|\
| * ASoC: SOF: Adding amd HS functionality to the sof coreV sujith kumar Reddy2022-09-201-0/+1
* | ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto2022-09-201-2/+2
|/
* ASoC: SOF: remove unneeded dev_vdbgNoah Klayman2022-09-191-9/+0
* ASoC: SOF: topology: remove unused variableRanjani Sridharan2022-07-121-2/+1
* ASoC: SOF: topology: add code to parse config params for ACPDMIC daiAjit Kumar Pandey2022-06-141-0/+4
* ASoC: SOF: Add a new IPC op for parsing topology manifestRanjani Sridharan2022-06-101-41/+4
* ASoC: SOF: ipc4-topology: Add support for parsing AIF_IN/AIF_OUT widgetsRanjani Sridharan2022-06-101-18/+51
* ASoC: SOF: topology: Skip parsing DAI link tokens if not neededRanjani Sridharan2022-04-291-8/+10
* ASoC: SOF: Add a new op to set up volume tableRanjani Sridharan2022-04-291-15/+11
* ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget()Peter Ujfalusi2022-04-231-4/+7
* ASoC: Merge fixesMark Brown2022-04-081-1/+46
|\
| * ASoC: SOF: topology: Fix memory leak in sof_control_load()Yu Liao2022-04-071-1/+3
| * ASoC: SOF: topology: cleanup dailinks on widget unloadPierre-Louis Bossart2022-04-071-0/+43
* | ASoC: SOF: topology: Avoid open coded arithmetic in memory allocationChristophe JAILLET2022-04-071-6/+2
* | ASoC: Pull in fixesMark Brown2022-04-051-0/+3
|\|
| * ASoC: SOF: topology: Fix memory leak of scontrol->namePeter Ujfalusi2022-04-041-0/+3
* | ASoC: SOF: topology: use new sound control LED layerJaroslav Kysela2022-04-051-0/+16
|/
* ASoC: SOF: topology: Add ops for setting up and tearing down pipelinesRanjani Sridharan2022-03-181-31/+24
* ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpyYihao Han2022-03-171-2/+1
* ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan2022-03-161-23/+0
* ASoC: SOF: topology: Make widget binding IPC agnosticRanjani Sridharan2022-03-161-206/+11