summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/ipc4-topology.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: ipc4-topology: restore gateway config lengthPierre-Louis Bossart2023-08-071-0/+6
* ASoC: SOF: ipc4: avoid uninitialized default instance 0Ranjani Sridharan2023-08-071-0/+1
* ASoC: SOF: ipc4-topology: add DMA config TLV to IPC dataPierre-Louis Bossart2023-06-051-3/+31
* ASoC: SOF: ipc4-topology: extend ALH-specific data structurePierre-Louis Bossart2023-06-051-5/+5
* ES8316 audio codec fixes on Rock5BMark Brown2023-05-301-2/+2
|\
| * ASoC: SOF: Separate the tokens for input and output pin indexRanjani Sridharan2023-05-151-2/+2
* | ASoC: SOF: ipc4-topology: Fix an unsigned comparison which can never be negativeYang Li2023-05-231-2/+2
* | ASoC: SOF: ipc4-loader/topology: Query the CPC value from manifestPeter Ujfalusi2023-05-221-0/+7
* | ASoC: SOF: ipc4-topology: Do not use the CPC value from topologyPeter Ujfalusi2023-05-221-7/+5
* | ASoC: SOF: ipc4-topology: Rename sof_ipc4_update_pipeline_mem_usage() to be g...Peter Ujfalusi2023-05-221-7/+7
* | ASoC: SOF: ipc4-topology: Improve the audio formatMark Brown2023-05-161-121/+237
|\ \
| * | ASoC: SOF: ipc4-topology: Modify input audio format selection logicRanjani Sridharan2023-05-151-100/+32
| * | ASoC: SOF: ipc4-topology: New helper to check if all output formats are the sameRanjani Sridharan2023-05-151-22/+31
| * | ASoC: SOF: ipc4-topology: Modify the output format selection logicRanjani Sridharan2023-05-151-20/+107
| * | ASoC: SOF: ipc4-topology: Add a new helper function to get the valid bitsRanjani Sridharan2023-05-151-14/+18
| * | ASoC: SOF: ipc4-topology: Handle output format special caseRanjani Sridharan2023-05-151-5/+50
| * | ASoC: SOF: ipc4-topology: Rename sof_ipc4_init_audio_fmt()Ranjani Sridharan2023-05-151-25/+26
| * | ASoC: SOF: ipc4-topology: Move the call to init output formatRanjani Sridharan2023-05-151-6/+23
| * | ASoC: SOF: ipc4-topology: Add a helper function for output format selectionRanjani Sridharan2023-05-151-9/+21
| * | ASoC: SOF: ipc4-topology: Handle input/output audio format special caseRanjani Sridharan2023-05-151-1/+10
| |/
* | ASoC: SOF: Intel/ipc4: Do not reset BE DAI pipelineMark Brown2023-05-161-1/+0
|\ \
| * | ASoC: SOF: Intel: hda-dai-ops: Split the get_hext_stream() op for IPC4Ranjani Sridharan2023-05-151-1/+0
| |/
* / ASoC: SOF: ipc4-topology: Use set_get_data() to send LARGE_CONFIG messagePeter Ujfalusi2023-05-151-14/+7
|/
* Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-04-271-324/+890
|\
| * ASoC: SOF: Use no_reply calls for TXCurtis Malainey2023-04-201-5/+5
| * ASoC: Merge fixesMark Brown2023-03-301-0/+8
| |\
| * | ASoC: SOF: ipc4/intel: Fix spelling mistake "schduler" -> "scheduler"Colin Ian King2023-03-231-2/+2
| * | ASoC: SOF: ipc4/intel: Add missing mutex_unlock()Jyri Sarha2023-03-221-2/+9
| * | ASoC: SOF: ipc4/intel: Add support for chained DMAJyri Sarha2023-03-211-3/+117
| * | ASoC: SOF: ipc4-topology: Add support for effectMark Brown2023-03-171-16/+351
| |\ \
| | * | ASoC: SOF: ipc4-topology: update pipeline_params in process prepareLibin Yang2023-03-171-1/+49
| | * | ASoC: SOF: ipc4-topology: set copier output format for process moduleChao Song2023-03-171-3/+43
| | * | ASoC: SOF: ipc4-topology: Add support for base config extensionRanjani Sridharan2023-03-171-15/+132
| | * | ASoC: SOF: ipc4-topology: add effect widget supportLibin Yang2023-03-171-0/+124
| | * | ASoC: SOF: ipc4-topology: Move the kcontrol module_id update to helperPeter Ujfalusi2023-03-171-13/+19
| * | | ASoC: SOF: ipc4: upport multiple configs for BE DAIsMark Brown2023-03-171-22/+70
| |\ \ \
| | * | | ASoC: SOF: ipc4-topology: use common helper function in copier prepareKai Vehmanen2023-03-171-15/+3
| | * | | ASoC: SOF: ipc4-pcm: support multiple configs for BE DAIsKai Vehmanen2023-03-171-7/+67
| | |/ /
| * / / ASoC: SOF: ipc4-topology: Initialize in_format to NULL in sof_ipc4_get_audio_fmtPeter Ujfalusi2023-03-171-1/+2
| |/ /
| * | ASoC: SOF: ipc4: Add support for formats per pinsMark Brown2023-03-141-279/+250
| |\ \
| | * | ASoC: SOF: ipc4-topology: Search only pin 0 formatsRanjani Sridharan2023-03-131-1/+4
| | * | ASoC: SOF: ipc4-topology: Add new tokens for input/output pin format countRanjani Sridharan2023-03-131-58/+85
| | * | ASoC: SOF: ipc4-topology: Remove the ref_audio_fmt fieldRanjani Sridharan2023-03-131-24/+18
| | * | ASoC: SOF: ipc4-topology: Modify the signature of sof_ipc4_init_audio_fmt()Ranjani Sridharan2023-03-131-21/+17
| | * | ASoC: SOF: ipc4-topology: Modify the type of available input/output formatsRanjani Sridharan2023-03-131-107/+74
| | * | ASoC: SOF: ipc4-topology: Always parse the output formats in topologyRanjani Sridharan2023-03-131-16/+6
| | * | ASoC: SOF: ipc4-topology: Parse the SOF_COMP_TOKENS only onceRanjani Sridharan2023-03-131-17/+24
| | * | ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE tokenRanjani Sridharan2023-03-131-65/+47
| | * | ASoC: SOF: ipc4-topology: Add a new field in struct sof_ipc4_available_audio_...Ranjani Sridharan2023-03-131-57/+62
| | * | ASoC: SOF: Use input/output pin consistentlyRanjani Sridharan2023-03-131-24/+24