aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sof/ipc4-topology.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-14ASoC: SOF: ipc4: Add support for bytes controlMark Brown1-0/+67
2023-03-13ASoC: SOF: ipc4-topology: Search only pin 0 formatsRanjani Sridharan1-1/+4
2023-03-13ASoC: SOF: ipc4-topology: Add new tokens for input/output pin format countRanjani Sridharan1-58/+85
2023-03-13ASoC: SOF: ipc4-topology: Remove the ref_audio_fmt fieldRanjani Sridharan1-24/+18
2023-03-13ASoC: SOF: ipc4-topology: Modify the signature of sof_ipc4_init_audio_fmt()Ranjani Sridharan1-21/+17
2023-03-13ASoC: SOF: ipc4-topology: Modify the type of available input/output formatsRanjani Sridharan1-107/+74
2023-03-13ASoC: SOF: ipc4-topology: Always parse the output formats in topologyRanjani Sridharan1-16/+6
2023-03-13ASoC: SOF: ipc4-topology: Parse the SOF_COMP_TOKENS only onceRanjani Sridharan1-17/+24
2023-03-13ASoC: SOF: ipc4-topology: Do not parse the DMA_BUFFER_SIZE tokenRanjani Sridharan1-65/+47
2023-03-13ASoC: SOF: ipc4-topology: Add a new field in struct sof_ipc4_available_audio_...Ranjani Sridharan1-57/+62
2023-03-13ASoC: SOF: Use input/output pin consistentlyRanjani Sridharan1-24/+24
2023-03-13ASoC: Merge up fixes as a dependency for future SOF workMark Brown1-5/+16
2023-03-13ASoC: SOF: ipc4-topology: Add support for TPLG_CTL_BYTESLibin Yang1-0/+67
2023-03-07ASoC: SOF: ipc4: Add core_id support from topologyMark Brown1-3/+10
2023-03-07ASoC: SOF: ipc4-topology: don't allocate blob if it will not be usedBard Liao1-0/+16
2023-03-07ASoC: SOF: ipc4-topology: add core token in each module extended token listRander Wang1-0/+2
2023-03-07ASoC: SOF: ipc4-topology: Add support for core_id for pipelinesPeter Ujfalusi1-3/+8
2023-03-07ASoC: SOF: IPC4: update gain ipc msg definition to align with fwRander Wang1-2/+2
2023-03-07ASoC: SOF: sof-audio: Fix broken early bclk feature for SSPRanjani Sridharan1-2/+13
2023-03-07ASoC: SOF: ipc4-topology: Fix incorrect sample rate print unitSeppo Ingalsuo1-1/+1
2023-02-09ASoC: SOF: ipc4-topology: set copier sink formatBard Liao1-5/+66
2023-02-09ASoC: SOF: ipc4-topology: Print queue IDs in errorRanjani Sridharan1-4/+6
2023-01-27ASoC: SOF: ipc4-topology: Protect pipeline free with mutexRanjani Sridharan1-0/+5
2023-01-27ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan1-6/+6
2023-01-27ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI triggerRanjani Sridharan1-0/+1
2023-01-27ASoC: SOF: topology: Set IPC-specific trigger order for DAI linksRanjani Sridharan1-0/+19
2023-01-27ASoC: SOF: pcm: do not free widgets during suspend triggerRanjani Sridharan1-1/+1
2023-01-27ASoC: SOF: ipc4-topology: No need to unbind routes within a pipelineRanjani Sridharan1-2/+9
2023-01-26ASoC: SOF: ipc4-topology: use different channel mask for each sdw amp feedbackBard Liao1-2/+24
2023-01-26ASoC: SOF: ipc4-topology: add buffer type supportBard Liao1-7/+50
2022-11-10ASoC: SOF: ipc4-topology: Add widget queue supportMark Brown1-13/+120