summaryrefslogtreecommitdiff
path: root/sound/soc/sof
AgeCommit message (Expand)AuthorFilesLines
2022-03-09ASoC: Intel: soc-acpi: quirk topology filename dynamicallyPierre-Louis Bossart1-0/+52
2022-03-09ASoC: SOF: Intel: hda: report SSP link mask to machine driverPierre-Louis Bossart1-0/+22
2022-03-09ASoC: SOF: Intel: hda: retrieve DMIC number for I2S boardsPierre-Louis Bossart1-21/+25
2022-03-08Clean ups and preparation for IPC abstraction in the SOF driverMark Brown5-202/+102
2022-03-08ASoC: SOF: Add missing of_node_put() in imx8m_probeMiaoqian Lin1-0/+1
2022-03-08ASoC: SOF: change comp_dai to a pointer in struct snd_sof_daiRanjani Sridharan4-31/+12
2022-03-08ASoC: SOF: topology: expose some get_token opsRanjani Sridharan2-5/+10
2022-03-08ASoC: SOF: topology: Modify the get_token op for string tokensRanjani Sridharan1-8/+4
2022-03-08ASoC: SOF: topology: Drop the size parameter from struct sof_topology_tokenRanjani Sridharan1-88/+75
2022-03-08ASoC: SOF: topology: remove redundant code in sof_link_afe_load()Ranjani Sridharan1-7/+0
2022-03-08ASoC: SOF: topology: remove redundant codeRanjani Sridharan1-8/+0
2022-03-08ASoC: SOF: sof-audio: removed unused functionPierre-Louis Bossart2-16/+0
2022-03-08ASoC: SOF: set swidget's core for scheduler widgetRanjani Sridharan2-18/+6
2022-03-08ASoC: SOF: simplify snd_sof_device_remove()Ranjani Sridharan1-9/+1
2022-03-08ASoC: SOF: remove snd_sof_pipeline_find()Ranjani Sridharan2-18/+0
2022-03-07ASoC: SOF: Intel: hda: clarify operator precedencePierre-Louis Bossart1-1/+1
2022-03-07ASoC: SOF: debug: clarify operator precedencePierre-Louis Bossart1-1/+1
2022-03-07ASoC: SOF: amd: Increase ACP_HW_SEM_RETRY_COUNT valueAjit Kumar Pandey1-1/+1
2022-03-07ASoC: SOF: amd: Move group register configuration to acp-loaderAjit Kumar Pandey2-14/+9
2022-03-07ASoC: SOF: amd: Use semaphore register to synchronize ipc's irqAjit Kumar Pandey4-1/+30
2022-03-07ASoC: SOF: amd: Flush cache after ATU_BASE_ADDR_GRP register updateAjit Kumar Pandey1-0/+3
2022-03-07ASoC: SOF: amd: Do not set ipc_pcm_params ops as it is optionalPeter Ujfalusi3-11/+0
2022-03-07ASoC: SOF: amd: acp-pcm: Take buffer information directly from runtimePeter Ujfalusi1-3/+4
2022-03-07ASoC: SOF: Intel: pci-tgl: add RPL-S supportGongjun Song1-0/+2
2022-03-02ASoC: soc-acpi: remove sof_fw_filenamePierre-Louis Bossart2-5/+1
2022-02-25ASoC: SOF: sof-priv: Drop duplicate sof_compressed_ops declarationPeter Ujfalusi1-5/+0
2022-02-24ASoC: SOF: Declare sof_compress_ops in sof-priv.hPeter Ujfalusi1-0/+5
2022-02-24ASoC: SOF: pcm: Add compress_ops for SOF platform component driverDaniel Baluta2-0/+9
2022-02-21ASoC: SOF: Intel: Add topology overwrite for FelwinterAjye Huang1-0/+8
2022-02-17ASoC: SOF: Replace zero-length array with flexible-array memberStephen Kitt1-1/+1
2022-02-16ASoC: SOF: core: unregister clients and machine drivers in .shutdownPierre-Louis Bossart1-0/+9
2022-02-14ASoC: SOF: Makefile: Fix randconfig sof-client build when SND_SOC_SOF=yPeter Ujfalusi1-1/+3
2022-02-11ASoC: SOF: compr: Mark snd_compress_ops staticDaniel Baluta1-13/+13
2022-02-10ASoC: SOF: Convert the generic probe support to SOF clientPeter Ujfalusi20-825/+968
2022-02-10ASoC: SOF: Convert the generic IPC message injector into SOF clientPeter Ujfalusi6-115/+229
2022-02-10ASoC: SOF: Convert the generic IPC flood test into SOF clientRanjani Sridharan7-241/+469
2022-02-10ASoC: SOF: sof-client: Add support for clients not managed by pm frameworkPeter Ujfalusi3-1/+70
2022-02-10ASoC: SOF: Introduce IPC SOF client supportPeter Ujfalusi7-21/+540
2022-02-10ASoC: SOF: Split up utils.c into sof-utils and iomem-utilsPeter Ujfalusi8-65/+104
2022-02-10ASoC: SOF: ipc: Read and pass the whole message to handlers for IPC eventsPeter Ujfalusi1-41/+44
2022-02-10ASoC: SOF: Move the definition of enum sof_dsp_power_states to global headerPeter Ujfalusi1-8/+0
2022-02-10ASoC: SOF: Drop unused DSP power states: D3_HOT and D3_COLDPeter Ujfalusi2-8/+0
2022-02-09ASoC: SOF: Intel: hdac_ext_stream: consistent prefixes for variables/membersPierre-Louis Bossart9-178/+179
2022-02-08ASoC: SOF: dma-trace: Change trace_init() ops parameter listMark Brown7-43/+26
2022-02-08ASoC: SOF: compr: Add compress ops implementationDaniel Baluta1-2/+271
2022-02-08ASoC: SOF: dma-trace: Pass pointer to params_ext struct in trace_init()Peter Ujfalusi7-39/+23
2022-02-08ASoC: SOF: intel: hda-trace: Pass the dma buffer pointer to hda_dsp_trace_pre...Peter Ujfalusi1-4/+3
2022-01-28ASoC: SOF: ipc: Do not allocate buffer for msg_dataPeter Ujfalusi1-4/+1
2022-01-28ASoC: SOF: ipc: Drop header parameter from sof_ipc_tx_message_unlocked()Peter Ujfalusi1-9/+12
2022-01-28ASoC: SOF: Intel: cnl: Use pm_gate->hdr.cmd in cnl_compact_ipc_compress()Peter Ujfalusi1-4/+2