summaryrefslogtreecommitdiff
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ASoC: SOF: Intel: hda-loader: add IMR restore supportKeyon Jie2022-01-241-0/+38
* | ASoC: SOF: Intel: hda-loader: add SSP helperKeyon Jie2022-01-241-10/+18
* | ASoC: SOF: Intel: use inclusive language for SSP clocksPierre-Louis Bossart2022-01-242-6/+6
|/
* ASoC: Merge fixesMark Brown2021-12-311-0/+4
|\
| * ASoC: SOF: Intel: pci-tgl: add new ADL-P variantKai Vehmanen2021-12-061-0/+2
| * ASoC: SOF: Intel: pci-tgl: add ADL-N supportKai Vehmanen2021-12-061-0/+2
* | ASoC: Intel/SOF: use set_stream() instead of set_tdm_slots() for HDAudioPierre-Louis Bossart2021-12-241-5/+2
* | ASoC/soundwire: intel: simplify callbacks for params/hw_freePierre-Louis Bossart2021-12-241-4/+2
* | ASOC: SOF: Intel: use snd_soc_dai_get_widget()Pierre-Louis Bossart2021-12-241-8/+2
* | ASoC: SOF: Intel: hda: Use DEBUG log level for optional printsPeter Ujfalusi2021-12-231-8/+10
* | ASoC: SOF: debug: Use DEBUG log level for optional printsPeter Ujfalusi2021-12-231-8/+12
* | ASoC: SOF: Add clarifying comments for sof_core_debug and DSP dump flagsPeter Ujfalusi2021-12-231-2/+4
* | ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameterPeter Ujfalusi2021-12-236-29/+40
* | ASoC: SOF: dsp_arch_ops: add kernel log level parameter for oops and stackPeter Ujfalusi2021-12-233-28/+35
* | ASoC: SOF: ops: Always print DSP Panic message but use different messagePeter Ujfalusi2021-12-231-8/+11
* | ASoc: SOF: core: Update the FW boot state transition diagramPeter Ujfalusi2021-12-231-26/+26
* | ASoC: SOF: pm: Force DSP off on suspend in BOOT_FAILED state alsoPeter Ujfalusi2021-12-231-3/+4
* | ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during bootPeter Ujfalusi2021-12-233-1/+4
* | ASoC: SOF: ipc: Only allow sending of an IPC in SOF_FW_BOOT_COMPLETE statePeter Ujfalusi2021-12-231-1/+1
* | ASoC: SOF: Rename 'enum snd_sof_fw_state' to 'enum sof_fw_state'Peter Ujfalusi2021-12-232-3/+3
* | ASoC: SOF: Move the definition of enum snd_sof_fw_state to global headerPeter Ujfalusi2021-12-231-11/+0
* | ASoC: SOF: Introduce new firmware state: SOF_FW_BOOT_READY_OKPeter Ujfalusi2021-12-234-4/+7