summaryrefslogtreecommitdiff
path: root/sound/soc/sof/ipc4-topology.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-22ASoC: SOF: ipc4-topology: Add module parameter to ignore the CPC valuePeter Ujfalusi1-3/+23
2023-08-21ASoC: SOF: ipc4-topology: Modify the reference output valid_bits for copierRanjani Sridharan1-5/+53
2023-08-21ASoC: SOF: ipc4-topology: Fix pipeline params at the output of copierRanjani Sridharan1-26/+1
2023-08-21ASoC: SOF: ipc4-topology: Fix the output reference params for SRCRanjani Sridharan1-10/+30
2023-08-21ASoC: SOF: ipc4-topology: Modify pipeline params based on SRC output formatRanjani Sridharan1-10/+11
2023-08-15ASoC: SOF: remove duplicate code due to mergePierre-Louis Bossart1-3/+0
2023-08-10ASoC: Merge up fixesMark Brown1-3/+6
2023-08-09ASoC: SOF: ipc4-topology: Update the basecfg for copier earlierPeter Ujfalusi1-3/+3
2023-08-08ASoC: SOF: ipc4-topology: restore gateway config lengthPierre-Louis Bossart1-0/+6
2023-08-08ASoC: SOF: ipc4: avoid uninitialized default instance 0Ranjani Sridharan1-0/+1
2023-06-05ASoC: SOF: ipc4-topology: add DMA config TLV to IPC dataPierre-Louis Bossart1-3/+31
2023-06-05ASoC: SOF: ipc4-topology: extend ALH-specific data structurePierre-Louis Bossart1-5/+5
2023-05-30ES8316 audio codec fixes on Rock5BMark Brown1-2/+2
2023-05-23ASoC: SOF: ipc4-topology: Fix an unsigned comparison which can never be negativeYang Li1-2/+2
2023-05-22ASoC: SOF: ipc4-loader/topology: Query the CPC value from manifestPeter Ujfalusi1-0/+7
2023-05-22ASoC: SOF: ipc4-topology: Do not use the CPC value from topologyPeter Ujfalusi1-7/+5
2023-05-22ASoC: SOF: ipc4-topology: Rename sof_ipc4_update_pipeline_mem_usage() to be g...Peter Ujfalusi1-7/+7
2023-05-15ASoC: SOF: ipc4-topology: Improve the audio formatMark Brown1-121/+237
2023-05-15ASoC: SOF: Intel/ipc4: Do not reset BE DAI pipelineMark Brown1-1/+0
2023-05-15ASoC: SOF: Intel: hda-dai-ops: Split the get_hext_stream() op for IPC4Ranjani Sridharan1-1/+0
2023-05-15ASoC: SOF: ipc4-topology: Use set_get_data() to send LARGE_CONFIG messagePeter Ujfalusi1-14/+7
2023-05-15ASoC: SOF: ipc4-topology: Modify input audio format selection logicRanjani Sridharan1-100/+32
2023-05-15ASoC: SOF: ipc4-topology: New helper to check if all output formats are the sameRanjani Sridharan1-22/+31
2023-05-15ASoC: SOF: ipc4-topology: Modify the output format selection logicRanjani Sridharan1-20/+107
2023-05-15ASoC: SOF: ipc4-topology: Add a new helper function to get the valid bitsRanjani Sridharan1-14/+18
2023-05-15ASoC: SOF: ipc4-topology: Handle output format special caseRanjani Sridharan1-5/+50
2023-05-15ASoC: SOF: ipc4-topology: Rename sof_ipc4_init_audio_fmt()Ranjani Sridharan1-25/+26
2023-05-15ASoC: SOF: ipc4-topology: Move the call to init output formatRanjani Sridharan1-6/+23
2023-05-15ASoC: SOF: ipc4-topology: Add a helper function for output format selectionRanjani Sridharan1-9/+21
2023-05-15ASoC: SOF: ipc4-topology: Handle input/output audio format special caseRanjani Sridharan1-1/+10
2023-05-15ASoC: SOF: Separate the tokens for input and output pin indexRanjani Sridharan1-2/+2
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-324/+890
2023-04-20ASoC: SOF: Use no_reply calls for TXCurtis Malainey1-5/+5
2023-04-03ASoC: SOF: ipc4-topology: Clarify bind failure caused by missing fw_modulePeter Ujfalusi1-4/+6
2023-03-30ASoC: Merge fixesMark Brown1-0/+8
2023-03-29ASoC: SOF: avoid a NULL dereference with unsupported widgetsGuennadi Liakhovetski1-0/+8
2023-03-23ASoC: SOF: ipc4/intel: Fix spelling mistake "schduler" -> "scheduler"Colin Ian King1-2/+2
2023-03-22ASoC: SOF: ipc4/intel: Add missing mutex_unlock()Jyri Sarha1-2/+9
2023-03-21ASoC: SOF: ipc4/intel: Add support for chained DMAJyri Sarha1-3/+117
2023-03-17ASoC: SOF: ipc4-topology: Add support for effectMark Brown1-16/+351
2023-03-17ASoC: SOF: ipc4: upport multiple configs for BE DAIsMark Brown1-22/+70
2023-03-17ASoC: SOF: ipc4-topology: Initialize in_format to NULL in sof_ipc4_get_audio_fmtPeter Ujfalusi1-1/+2
2023-03-17ASoC: SOF: ipc4-topology: update pipeline_params in process prepareLibin Yang1-1/+49
2023-03-17ASoC: SOF: ipc4-topology: set copier output format for process moduleChao Song1-3/+43
2023-03-17ASoC: SOF: ipc4-topology: Add support for base config extensionRanjani Sridharan1-15/+132
2023-03-17ASoC: SOF: ipc4-topology: add effect widget supportLibin Yang1-0/+124
2023-03-17ASoC: SOF: ipc4-topology: Move the kcontrol module_id update to helperPeter Ujfalusi1-13/+19
2023-03-17ASoC: SOF: ipc4-topology: use common helper function in copier prepareKai Vehmanen1-15/+3
2023-03-17ASoC: SOF: ipc4-pcm: support multiple configs for BE DAIsKai Vehmanen1-7/+67
2023-03-14ASoC: SOF: ipc4: Add support for formats per pinsMark Brown1-279/+250