summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
...
| | * ASoC: SOF: topology: Modify the get_token op for string tokensRanjani Sridharan2022-03-081-8/+4
| | * ASoC: SOF: topology: Drop the size parameter from struct sof_topology_tokenRanjani Sridharan2022-03-081-88/+75
| | * ASoC: SOF: topology: remove redundant code in sof_link_afe_load()Ranjani Sridharan2022-03-081-7/+0
| | * ASoC: SOF: topology: remove redundant codeRanjani Sridharan2022-03-081-8/+0
| | * ASoC: SOF: sof-audio: removed unused functionPierre-Louis Bossart2022-03-082-16/+0
| | * ASoC: SOF: set swidget's core for scheduler widgetRanjani Sridharan2022-03-082-18/+6
| | * ASoC: SOF: simplify snd_sof_device_remove()Ranjani Sridharan2022-03-081-9/+1
| | * ASoC: SOF: remove snd_sof_pipeline_find()Ranjani Sridharan2022-03-082-18/+0
| * | ASoC: SOF: Add missing of_node_put() in imx8m_probeMiaoqian Lin2022-03-081-0/+1
| |/
| * ASoC: SOF: Intel: hda: clarify operator precedencePierre-Louis Bossart2022-03-071-1/+1
| * ASoC: SOF: debug: clarify operator precedencePierre-Louis Bossart2022-03-071-1/+1
| * ASoC: SOF: amd: Increase ACP_HW_SEM_RETRY_COUNT valueAjit Kumar Pandey2022-03-071-1/+1
| * ASoC: SOF: amd: Move group register configuration to acp-loaderAjit Kumar Pandey2022-03-072-14/+9
| * ASoC: SOF: amd: Use semaphore register to synchronize ipc's irqAjit Kumar Pandey2022-03-074-1/+30
| * ASoC: SOF: amd: Flush cache after ATU_BASE_ADDR_GRP register updateAjit Kumar Pandey2022-03-071-0/+3
| * ASoC: SOF: amd: Do not set ipc_pcm_params ops as it is optionalPeter Ujfalusi2022-03-073-11/+0
| * ASoC: SOF: amd: acp-pcm: Take buffer information directly from runtimePeter Ujfalusi2022-03-071-3/+4
| * ASoC: SOF: Intel: pci-tgl: add RPL-S supportGongjun Song2022-03-071-0/+2
| * ASoC: soc-acpi: remove sof_fw_filenamePierre-Louis Bossart2022-03-022-5/+1
| * ASoC: SOF: sof-priv: Drop duplicate sof_compressed_ops declarationPeter Ujfalusi2022-02-251-5/+0
| * ASoC: SOF: Declare sof_compress_ops in sof-priv.hPeter Ujfalusi2022-02-241-0/+5
| * ASoC: SOF: pcm: Add compress_ops for SOF platform component driverDaniel Baluta2022-02-242-0/+9
| * ASoC: SOF: Intel: Add topology overwrite for FelwinterAjye Huang2022-02-211-0/+8
| * ASoC: SOF: Replace zero-length array with flexible-array memberStephen Kitt2022-02-171-1/+1
| * ASoC: SOF: core: unregister clients and machine drivers in .shutdownPierre-Louis Bossart2022-02-161-0/+9
| * ASoC: SOF: Makefile: Fix randconfig sof-client build when SND_SOC_SOF=yPeter Ujfalusi2022-02-141-1/+3
| * ASoC: SOF: compr: Mark snd_compress_ops staticDaniel Baluta2022-02-111-13/+13
| * ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi2022-02-1020-825/+968
| * ASoC: SOF: Convert the generic IPC message injector into SOF clientPeter Ujfalusi2022-02-106-115/+229
| * ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan2022-02-107-241/+469
| * ASoC: SOF: sof-client: Add support for clients not managed by pm frameworkPeter Ujfalusi2022-02-103-1/+70
| * ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi2022-02-107-21/+540
| * ASoC: SOF: Split up utils.c into sof-utils and iomem-utilsPeter Ujfalusi2022-02-108-65/+104
| * ASoC: SOF: ipc: Read and pass the whole message to handlers for IPC eventsPeter Ujfalusi2022-02-101-41/+44
| * ASoC: SOF: Move the definition of enum sof_dsp_power_states to global headerPeter Ujfalusi2022-02-101-8/+0
| * ASoC: SOF: Drop unused DSP power states: D3_HOT and D3_COLDPeter Ujfalusi2022-02-102-8/+0
| * ASoC: SOF: Intel: hdac_ext_stream: consistent prefixes for variables/membersPierre-Louis Bossart2022-02-099-178/+179
| * ASoC: SOF: dma-trace: Change trace_init() ops parameter listMark Brown2022-02-087-43/+26
| |\
| | * ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi2022-02-087-39/+23
| | * ASoC: SOF: intel: hda-trace: Pass the dma buffer pointer to hda_dsp_trace_pre...Peter Ujfalusi2022-02-081-4/+3
| * | ASoC: SOF: compr: Add compress ops implementationDaniel Baluta2022-02-081-2/+271
| |/
| * ASoC: SOF: ipc: Do not allocate buffer for msg_dataPeter Ujfalusi2022-01-281-4/+1
| * ASoC: SOF: ipc: Drop header parameter from sof_ipc_tx_message_unlocked()Peter Ujfalusi2022-01-281-9/+12
| * ASoC: SOF: Intel: cnl: Use pm_gate->hdr.cmd in cnl_compact_ipc_compress()Peter Ujfalusi2022-01-281-4/+2
| * ASoC: SOF: trace: Simplify count adjustment in trace_readPeter Ujfalusi2022-01-281-4/+2
| * ASoC: SOF: Intel: hda: Remove link assignment limitationRanjani Sridharan2022-01-281-0/+13
| * ASoC: SOF: Intel: improve SoundWire _ADR handlingMark Brown2022-01-251-11/+11
| |\
| | * ASoC: SOF: Intel: Compare sdw adr directlyBard Liao2022-01-241-10/+5
| | * ASoC: SOF: Intel: match sdw version on link_slaves_foundBard Liao2022-01-241-5/+10
| * | ASoC: SOF: add flag to disable IMR restore to sof_debugKeyon Jie2022-01-242-0/+5