summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/topology.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: topology: Parse DAI type token for dspless modeRanjani Sridharan2024-02-131-0/+12
* ASoC: SOF: topology: dynamically allocate and store DAI widget->privatePierre-Louis Bossart2024-02-131-3/+10
* ASoC: SOF: amd: Add Soundwire DAI configuration support for AMD platformsVijendar Mukunda2024-01-301-0/+5
* Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2024-01-081-2/+8
|\
| * ASoC: SOF: Rename amd_bt sof_dai_typeVenkata Prasad Potturu2023-12-191-1/+1
| * ASoC: SOF: Add i2s bt dai configuration support for AMD platformsVenkata Prasad Potturu2023-12-191-0/+1
| * ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widgetBard Liao2023-12-041-1/+1
| * ASoC: SOF: Add support for configuring PDM interface from topologyDaniel Baluta2023-11-131-0/+5
* | ASoC: SOF: topology: Fix mem leak in sof_dai_load()Kamil Duljas2023-11-171-1/+3
|/
* 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-071-0/+2
* | ASoC: SOF: topology: simplify code to prevent static analysis warningsPierre-Louis Bossart2023-07-311-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-251-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