summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: hda-dsp: Set streaming flag for d0i3Rander Wang2023-02-141-0/+31
* ASoC: SOF: Intel: Enable d0i3 work for ipc4Rander Wang2023-02-144-0/+34
* ASoC: SOF: ipc4: Wake up dsp core before sending ipc msgRander Wang2023-02-141-0/+11
* ASoC: SOF: Intel: hda-dsp: use set_pm_gate according to ipc versionRander Wang2023-02-141-11/+4
* ASoC: SOF: Introduce a new set_pm_gate() IPC PM opRander Wang2023-02-143-0/+33
* ASoC: SOF: ipc4-topology: set copier sink formatBard Liao2023-02-093-5/+113
* ASoC: SOF: ipc4-topology: Print queue IDs in errorRanjani Sridharan2023-02-091-4/+6
* ASoC: SOF: core/ipc4/mtl: Add support for PCM delayMark Brown2023-02-0310-0/+464
|\
| * ASoC: SOF: ipc4-pcm: add delay function supportRander Wang2023-02-031-0/+109
| * ASoC: SOF: Intel: mtl: add get_stream_position supportRander Wang2023-02-032-0/+20
| * ASoC: SOF: add get_stream_position ops for pcm delayRander Wang2023-02-032-0/+19
| * ASoC: SOF: add delay function support in sof frameworkRander Wang2023-02-032-0/+16
| * ASoC: SOF: ipc4-pcm: add hw_paramsRander Wang2023-02-031-0/+98
| * ASoC: SOF: ipc4-pcm: allocate time info for pcm delay featureRander Wang2023-02-031-0/+25
| * ASoC: SOF: add time info structure for ipc4 pathRander Wang2023-02-032-0/+17
| * ASoC: SOF: add fw_info_box supportRander Wang2023-02-033-0/+5
| * ASoC: SOF: add ipc4_fw_reg header fileRander Wang2023-02-031-0/+155
* | ASoC: (SOF) topology: Regression fixes for nextMark Brown2023-02-031-1/+1
|\ \
| * | ASoC: SOF: topology: Add missed "else" in sof_connect_dai_widgetPeter Ujfalusi2023-02-021-1/+1
| |/
* / ASoC: SOF: fix intel-soundwire link failureArnd Bergmann2023-02-031-2/+2
|/
* ASoC: sof: use helper functionKuninori Morimoto2023-01-311-66/+38
* ASoC: SOF: ipc4-pcm: Do not run the trigger pipelines if no spipe is storedPeter Ujfalusi2023-01-271-1/+1
* ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access racePeter Ujfalusi2023-01-276-33/+97
* ASoC: SOF: Avoid double decrementing use_count in sof_widget_setup on errorPeter Ujfalusi2023-01-271-1/+5
* ASoC: SOF: ipc4-topology: Protect pipeline free with mutexRanjani Sridharan2023-01-274-5/+10
* ASoC: SOF: ipc4-pcm: Implement pipeline trigger reference countingRanjani Sridharan2023-01-273-50/+182
* ASoC: SOF: ipc4-pcm: Rename 'data' variable to trigger_listRanjani Sridharan2023-01-271-18/+20
* ASoC: SOF: Introduce struct snd_sof_pipelineRanjani Sridharan2023-01-279-70/+126
* ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during triggerRanjani Sridharan2023-01-272-35/+112
* ASoC: SOF: sof-audio: Populate the PCM stream pipeline_infoRanjani Sridharan2023-01-271-17/+52
* ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI triggerRanjani Sridharan2023-01-274-91/+21
* ASoC: SOF: ipc4-pcm: Define pcm_setup/free opsRanjani Sridharan2023-01-272-0/+47
* ASoC: SOF: Introduce PCM setup/free PCM IPC opsRanjani Sridharan2023-01-272-0/+21
* ASoC: SOF: topology: Set IPC-specific trigger order for DAI linksRanjani Sridharan2023-01-274-18/+47
* ASoC: SOF: pcm: do not free widgets during suspend triggerRanjani Sridharan2023-01-274-18/+3
* ASoC: SOF: sof-audio: Only process widgets in the connected widget listRanjani Sridharan2023-01-271-15/+36
* ASoC: SOF: sof-audio: Set up/free DAI/AIF widgets only onceRanjani Sridharan2023-01-271-30/+18
* ASoC: SOF: ipc4-topology: No need to unbind routes within a pipelineRanjani Sridharan2023-01-271-2/+9
* ASoC: SOF: ipc4-topology: use different channel mask for each sdw amp feedbackBard Liao2023-01-261-2/+24
* ASoC: SOF: ipc4-topology: add buffer type supportBard Liao2023-01-262-7/+52
* Add support to compress API to ipc_msg_data /Mark Brown2023-01-1812-36/+81
|\
| * ASoC: SOF: compress: Set compress data offsetDaniel Baluta2023-01-171-0/+9
| * ASoC: SOF: Add support for compress API for stream data/offsetDaniel Baluta2023-01-172-12/+37
| * ASoC: SOF: Prepare set_stream_data_offset for compress APIDaniel Baluta2023-01-178-10/+14
| * ASoC: SOF: Prepare ipc_msg_data to be used with compress APIDaniel Baluta2023-01-1710-16/+23
* | ASoC: Merge up 6.2 fixesMark Brown2023-01-183-12/+14
|\ \ | |/ |/|
| * ASoC: SOF: sof-audio: Fixes for widget prepare andMark Brown2023-01-181-4/+5
| |\
| | * ASoC: SOF: keep prepare/unprepare widgets in sink pathBard Liao2023-01-181-2/+3
| | * ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULLRanjani Sridharan2023-01-181-2/+2
| | * ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0Bard Liao2023-01-181-1/+1