summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
...
* | ASoC: SOF: mediatek: add adsp debug dumpTrevor Wu2023-06-012-0/+27
* | ES8316 audio codec fixes on Rock5BMark Brown2023-05-308-28/+128
|\ \
| * \ ASoC: SOF: Intel: hda-mlink: fixes and extensionsMark Brown2023-05-161-9/+87
| |\ \
| | * | ASoC: SOF: Intel: hda-mlink: add helper to program SoundWire PCMSyCM registersPierre-Louis Bossart2023-05-151-0/+50
| | * | ASoC: SOF: Intel: hda-mlink: initialize instance_offset memberPierre-Louis Bossart2023-05-151-0/+2
| | * | ASoC: SOF: Intel: hda-mlink: use 'ml_addr' parameter consistentlyPierre-Louis Bossart2023-05-151-1/+1
| | * | ASoC: SOF: Intel: hda-mlink: fix base_ptr computationPierre-Louis Bossart2023-05-151-3/+3
| | * | ASoC: SOF: Intel: hda-mlink: add helper to get SoundWire hlinkPierre-Louis Bossart2023-05-151-0/+12
| | * | ASoC: SOF: Intel: hda-mlink: fix sublink refcountingPierre-Louis Bossart2023-05-151-5/+19
| * | | ASoC: SOF: topology: Fix tuples array allocationRanjani Sridharan2023-05-151-1/+1
| * | | ASoC: SOF: Separate the tokens for input and output pin indexRanjani Sridharan2023-05-151-2/+2
| * | | ASoC: SOF: Various runtime pm fixes, improvementsMark Brown2023-05-153-13/+16
| |\ \ \
| | * | | ASoC: SOF: sof-client-probes: fix pm_runtime imbalance in error handlingPierre-Louis Bossart2023-05-151-6/+8
| | * | | 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