summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from firmwareRander Wang2023-11-281-0/+3
* ASoC: SOF: Pass PCI SSID to machine driverRichard Fitzgerald2023-11-282-0/+15
* ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran.Maarten Lankhorst2023-11-201-1/+5
* ASoC: SOF: ipc4-topology: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-11-201-1/+2
* ASoC: SOF: sof-pci-dev: Fix community key quirk detectionMark Hasemeyer2023-11-081-0/+7
* ASoC: SOF: amd: fix for firmware reload failure after playbackVijendar Mukunda2023-10-191-1/+0
* ASoC: SOF: Intel: MTL: Reduce the DSP init timeoutRanjani Sridharan2023-10-062-2/+1
* ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget setup failurePeter Ujfalusi2023-10-061-1/+2
* ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successfulPeter Ujfalusi2023-10-061-2/+1
* ASoC: SOF: ipc4-topology: fix wrong sizeof argumentBard Liao2023-10-061-1/+1
* ASoC: SOF: amd: clear panic mask status when panic occursVijendar Mukunda2023-09-231-0/+4
* ASoC: SOF: topology: simplify code to prevent static analysis warningsPierre-Louis Bossart2023-09-231-2/+3
* ASoC: SOF: amd: clear dsp to host interrupt statusVijendar Mukunda2023-09-131-3/+3
* ASoC: SOF: Intel: fix u16/32 confusion in LSDIIDPierre-Louis Bossart2023-09-131-4/+4
* ASoC: SOF: Intel: hda-mlink: fix off-by-one errorPierre-Louis Bossart2023-09-131-1/+11
* ASoC: SOF: ipc4-pcm: fix possible null pointer deferenceChao Song2023-08-161-0/+3
* ASoC: SOF: ipc4-topology: Update the basecfg for copier earlierPeter Ujfalusi2023-08-091-3/+3
* ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stopRanjani Sridharan2023-08-083-4/+14
* ASoC: SOF: Fix incorrect use of sizeof in sof_ipc3_do_rx_work()Xia Fukun2023-08-071-1/+1
* ASoC: SOF: ipc3-dtrace: uninitialized data in dfsentry_trace_filter_write()Dan Carpenter2023-07-171-5/+4
* ASoC: Merge v6.5-rc2Mark Brown2023-07-172-5/+29
|\
| * Merge tag 'soundwire-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-052-5/+29
| |\
| | * ASoC: SOF/soundwire: re-add substream in params_stream structurePierre-Louis Bossart2023-05-271-1/+1
| | * ASoC: SOF: Intel: hda: retrieve SoundWire eml_lock and pass pointerPierre-Louis Bossart2023-05-271-0/+9
| | * ASoC/soundwire: intel: pass hdac_bus pointer for link managementPierre-Louis Bossart2023-05-271-0/+1
| | * soundwire/ASOC: Intel: update offsets for LunarLakePierre-Louis Bossart2023-05-271-4/+17
| | * ASoC: SOF: Intel: shim: add enum for ACE 2.0 IP used in LunarLakePierre-Louis Bossart2023-05-271-0/+1
* | | ASoC: SOF: amd: add revision check for sending sha dma completion commandMastan Katragadda2023-06-301-3/+7
|/ /
* | ASoC: SOF: Intel: mtl: setup primary core info on MeteorLake platformRander Wang2023-06-161-4/+15
* | ASoC: SOF: pm: Remove duplicated code in sof_suspendPeter Ujfalusi2023-06-161-8/+4
* | ASoC: SOF: ipc4: Switch to use the sof_debug:bit11 to dump message payloadPeter Ujfalusi2023-06-161-23/+21
* | ASoC: SOF: ipc3: Dump IPC message payloadPeter Ujfalusi2023-06-161-0/+39
* | ASoC: SOF: Add new sof_debug flag to request message payload dumpPeter Ujfalusi2023-06-161-0/+3
* | ASoC: SOF: core: Free the firmware trace before calling snd_sof_shutdown()Peter Ujfalusi2023-06-161-1/+3
* | ASoC: SOF: sof-audio: test virtual widget in sof_walk_widgets_in_orderBard Liao2023-06-161-0/+15
* | ASoC: SOF: sof-audio: add is_virtual_widget helperBard Liao2023-06-161-16/+16
* | ASoC: SOF: amd: Add support for IPC with a reply_size set to zeroVenkata Prasad Potturu2023-06-141-0/+7
* | ASoC: SOF: Add IPC3 Kernel InjectorCurtis Malainey2023-06-095-0/+228
* | ASoC: SOF: Refactor rx function for fuzzingCurtis Malainey2023-06-092-24/+41
* | ASoC: SOF: Intel: hda-pcm: remove kernel parameter initPierre-Louis Bossart2023-06-071-1/+1
* | ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusionPierre-Louis Bossart2023-06-071-1/+11
* | ASoC: SOF: Intel: hda: add helper to extract SoundWire link countPierre-Louis Bossart2023-06-052-0/+31
* | ASoC: SOF: Intel: mtl: prepare for code reusePierre-Louis Bossart2023-06-052-6/+13
* | ASoC: SOF: ipc4-topology: add DMA config TLV to IPC dataPierre-Louis Bossart2023-06-052-3/+33
* | ASoC: SOF: ipc4-topology: introduce DMA config TLVPierre-Louis Bossart2023-06-051-0/+38
* | ASoC: SOF: ipc4-topology: extend ALH-specific data structurePierre-Louis Bossart2023-06-052-18/+26
* | ASoC: SOF: Intel: hda-dai: add get_hlink callbackPierre-Louis Bossart2023-06-053-22/+24
* | ASoC: SOF: Intel: hda-dai: add calc_stream_format callbackPierre-Louis Bossart2023-06-053-13/+35
* | ASoC: SOF: Intel: hda-dai: add codec_dai_set_stream callbackPierre-Louis Bossart2023-06-053-2/+22
* | ASoC: SOF: Intel: hda-dai: add error checks to prevent static analysis warningsPierre-Louis Bossart2023-06-051-1/+16