summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ASoC: SOF: pcm: fix pm_runtime imbalance in error handlingPierre-Louis Bossart2023-05-151-5/+6
| | * | | ASoC: SOF: debug: conditionally bump runtime_pm counter on exceptionsPierre-Louis Bossart2023-05-151-2/+2
| | |/ /
| * | | ASoC: SOF: topology: Fix logic for copying tuplesRanjani Sridharan2023-05-151-0/+4
| * | | ASoC: SOF: pm: save io region state in case of errors in resumeKai Vehmanen2023-05-151-1/+13
| * | | ASoC: SOF: ipc3-topology: Make sure that only one cmd is sent in dai_configPeter Ujfalusi2023-05-151-2/+5
| |/ /
* | | ASoC: topology: allow for partial dailink stream_nameMark Brown2023-05-303-3/+9
|\ \ \
| * | | ASoC: SOF: Intel: HDA: Limit the number of dai drivers for nocodec modeRanjani Sridharan2023-05-302-2/+8
| * | | ASoC: SOF: topology: Use partial match for connecting DAI link and DAI widgetRanjani Sridharan2023-05-301-1/+1
* | | | ASoC: SOF: mediatek: add mt8188 audio supportTrevor Wu2023-05-301-1/+60
|/ / /
* | | Improve support for sof_ipc{3|4}_bytes_ext_putMark Brown2023-05-233-10/+84
|\ \ \
| * | | ASoC: sof: Improve sof_ipc4_bytes_ext_put functionPaul Olaru2023-05-231-4/+35
| * | | ASoC: sof: Improve sof_ipc3_bytes_ext_put functionPaul Olaru2023-05-232-6/+49
* | | | ASoC: do not include runtime_pm.h if not neededMark Brown2023-05-235-5/+0
|\ \ \ \
| * | | | ASoC: do not include pm_runtime.h if not usedClaudiu Beznea2023-05-235-5/+0
* | | | | ASoC: SOF: Intel: mtl: Enable multicore supportMark Brown2023-05-232-4/+39
|\ \ \ \ \
| * | | | | ASoC: SOF: Intel: tgl: unify core_put on IPC3 & IPC4 pathRander Wang2023-05-231-3/+7
| * | | | | ASoC: SOF: Intel: mtl: add core_get & put support on MeterLake platformsRander Wang2023-05-231-1/+32
| |/ / / /
* | | | | ASoC: SOF: Intel: hda-dai: Fix locking in hda_ipc4_pre_trigger()Harshit Mogalapalli2023-05-231-3/+3
* | | | | ASoC: SOF: ipc4-topology: Fix an unsigned comparison which can never be negativeYang Li2023-05-231-2/+2
| |/ / / |/| | |
* | | | ASoC: SOF: amd: Add pci revision id checkVenkata Prasad Potturu2023-05-233-0/+9
|/ / /
* | | ASoC: SOF: ipc4-loader/topology: Query the CPC value from manifestPeter Ujfalusi2023-05-223-0/+78
* | | 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-loader: Save a pointer to fm_config in sof_ipc4_fw_modulePeter Ujfalusi2023-05-222-0/+3
* | | ASoC: SOF: ipc4-loader: Drop unused bss_size from struct sof_ipc4_fw_modulePeter Ujfalusi2023-05-222-7/+1
* | | 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-163-21/+53
|\ \ \ \
| * | | | ASoC: SOF: ipc4-pcm: reset all pipelines during FE DAI hw_freeRanjani Sridharan2023-05-152-19/+32
| * | | | ASoC: SOF: Intel: hda-dai-ops: Split the get_hext_stream() op for IPC4Ranjani Sridharan2023-05-152-2/+21
| |/ / /
* | | | ASoC: SOF: Intel: hda-dai: prepare LNL supportMark Brown2023-05-165-61/+63
|\ \ \ \
| * | | | ASoC: SOF: Intel: remove mutual exclusion between NOCODEC and HDA_LINKPierre-Louis Bossart2023-05-151-1/+0
| * | | | ASoC: SOF: Intel: hda-dai: use HDA_LINK instead of HDA_AUDIO_CODECPierre-Louis Bossart2023-05-152-4/+8
| * | | | ASoC: SOF: Intel: hda-dai: mark functions as __maybe_unusedPierre-Louis Bossart2023-05-151-5/+7
| * | | | ASoC: SOF: Intel: hda-dai: move hda_dai_prepare() codePierre-Louis Bossart2023-05-151-8/+8
| * | | | ASoC: SOF: Intel: Kconfig: move selection of PROBE_WORK_QUEUEPierre-Louis Bossart2023-05-151-1/+1
| * | | | ASoC: SOF: Intel: clarify initialization when HDA_AUDIO_CODEC is not usedPierre-Louis Bossart2023-05-151-3/+8
| * | | | ASoC: SOF: Intel: fix DAI number mismatchPierre-Louis Bossart2023-05-151-1/+1
| * | | | ASoC: SOF: Intel: hda-dai: remove use of cpu_dai->component drvdataPierre-Louis Bossart2023-05-151-10/+30
| * | | | ASoC: SOF: Intel: hda-dai: simplify .prepare callbackPierre-Louis Bossart2023-05-151-31/+3
| |/ / /
* | | | ASoC: SOF: Simplify the calculation of variablesJiapeng Chong2023-05-151-1/+1
* | | | ASoC: SOF: ipc4-topology: Use set_get_data() to send LARGE_CONFIG messagePeter Ujfalusi2023-05-151-14/+7
|/ / /