summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Fixes for Intel HD-Audio DMA stoppingMark Brown2021-11-277-78/+161
|\
| * ASoC: SOF: Intel: hda: send DAI_CONFIG IPC during pauseRanjani Sridharan2021-11-261-5/+37
| * ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flagsRanjani Sridharan2021-11-264-15/+25
| * ASoC: SOF: align the hw_free sequence with stopRanjani Sridharan2021-11-261-5/+9
| * ASoC: SOF: pcm: move the check for prepared flagRanjani Sridharan2021-11-261-10/+9
| * ASoC: SOF: Add a helper for freeing PCM streamRanjani Sridharan2021-11-263-23/+30
| * ASoC: SOF: call platform hw_free for paused streams during suspendRanjani Sridharan2021-11-261-0/+7
| * ASoC: SOF: pcm: invoke platform hw_free for STOP/SUSPEND triggersRanjani Sridharan2021-11-261-0/+4
| * ASoC: SOF: Intel: hda: reset stream before coupling host and link DMA'sRanjani Sridharan2021-11-261-0/+5
| * ASoC: SOF: Intel: hda: Add a helper function for stream resetRanjani Sridharan2021-11-262-32/+46
| * ASoC: SOF: Intel: hda: clear stream before freeing the DAI widgetRanjani Sridharan2021-11-261-2/+3
* | ASoC: SOF: mediatek: Use %pR/%pa to print resources/physical addressesGeert Uytterhoeven2021-11-261-5/+4
|/
* ASoC: SOF: mediatek: Add missing of_node_put() in platform_parse_resource()Yang Yingliang2021-11-251-0/+2
* ASoC: SOF: Intel: power optimizations with HDaudio SPIB registerMark Brown2021-11-2410-2/+68
|\
| * ASoC: SOF: Intel: add .ack support for HDaudio platformsRanjani Sridharan2021-11-247-2/+46
| * ASoC: SOF: pcm: add .ack callback supportRanjani Sridharan2021-11-243-0/+22
* | ASoC: SOF: handle paused streams during system suspendRanjani Sridharan2021-11-243-5/+76
* | ASoC: SOF: topology: don't use list_for_each_entry_reverse()Pierre-Louis Bossart2021-11-241-1/+1
* | ASoC: SOF: sof-audio: setup sched widgets during pipeline complete stepPierre-Louis Bossart2021-11-241-2/+17
|/
* ASoC: SOF: Add PM support for i.MX8/i.MX8X/i.MX8MMark Brown2021-11-234-1/+362
|\
| * ASoC: SOF: imx8m: Implement reset callbackDaniel Baluta2021-11-221-0/+39
| * ASoC: SOF: imx8m: Implement DSP startDaniel Baluta2021-11-221-1/+24
| * ASoC: SOF: imx8m: Add runtime PM / System PM supportDaniel Baluta2021-11-221-1/+105
| * ASoC: SOF: imx8: Add runtime PM / System PM supportDaniel Baluta2021-11-221-1/+115
| * ASoC: SOF: imx: Add code to manage DSP related clocksDaniel Baluta2021-11-224-0/+81
* | ASoC: SOF: enable multicore with dynamic pipelinesMark Brown2021-11-2320-201/+294
|\ \
| * | ASoC: SOF: Intel: hda: free DAI widget during stop and suspendRanjani Sridharan2021-11-221-21/+2
| * | ASoC: SOF: add support for dynamic pipelines with multi-coreRanjani Sridharan2021-11-229-145/+59
| * | ASoC: SOF: hda: don't use the core op for power up/power downRanjani Sridharan2021-11-223-11/+25
| * | ASoC: SOF: free widgets in sof_tear_down_pipelines() for static pipelinesRanjani Sridharan2021-11-221-3/+10
| * | ASoC: SOF: topology: remove sof_load_pipeline_ipc()Ranjani Sridharan2021-11-223-22/+2
| * | ASoC: SOF: Intel: CNL/ICL/APL: set core_get/core_put opsRanjani Sridharan2021-11-225-0/+48
| * | ASoC: SOF: Intel: TGL: set core_get/put opsRanjani Sridharan2021-11-221-0/+42
| * | ASoC: SOF: Add ops for core_get and core_putRanjani Sridharan2021-11-222-0/+65
| * | ASoC: SOF: Introduce num_cores and ref count per coreRanjani Sridharan2021-11-227-0/+46
| * | ASoC: SOF: Intel: hda: expose get_chip_info()Ranjani Sridharan2021-11-222-11/+7
| |/
* / ASoC: SOF: sof-pci-dev: use community key on all Up boardsPierre-Louis Bossart2021-11-221-9/+1
|/
* ASoC: SOF: mediatek: Add DSP system PM callback for mt8195YC Hung2021-11-181-0/+42
* ASoC: SOF: mediatek: Add mt8195 dsp clock supportYC Hung2021-11-185-4/+208
* ASoC: SOF: mediatek: Add dai driver dsp ops callback for mt8195YC Hung2021-11-181-0/+35
* ASoC: SOF: Add mt8195 device descriptorYC Hung2021-11-182-1/+14
* ASoC: SOF: mediatek: Add fw loader and mt8195 dsp ops to load firmwareYC Hung2021-11-184-1/+79
* ASoC: SOF: topology: Add support for Mediatek AFE DAIYC Hung2021-11-182-0/+71
* ASoC: SOF: mediatek: Add mt8195 hardware supportYC Hung2021-11-189-0/+575
* ASoC: SOF: Platform updates for AMD and MediatekMark Brown2021-11-1716-0/+2024
|\
| * ASoC: SOF: amd: Add support for SOF firmware authenticationAjit Kumar Pandey2021-11-174-1/+95
| * ASoC: SOF: amd: Add trace logger supportV sujith kumar Reddy2021-11-174-1/+94
| * ASoC: SOF: topology: Add support for AMD ACP DAIsAjit Kumar Pandey2021-11-172-0/+145
| * ASoC: SOF: amd: Add Renoir PCI driver interfaceAjit Kumar Pandey2021-11-174-2/+168
| * ASoC: SOF: amd: Add machine driver dsp ops for Renoir platformAjit Kumar Pandey2021-11-171-0/+22