summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
AgeCommit message (Expand)AuthorFilesLines
2022-12-27ASoC: SOF: Fixes for suspend after firmware crashMark Brown2-6/+7
2022-12-23Merge tag 'sound-6.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-11/+75
2022-12-21ASoC: SOF: Add FW state to debugfsCurtis Malainey1-1/+3
2022-12-21ASoC: SOF: pm: Always tear down pipelines before DSP suspendRanjani Sridharan1-3/+3
2022-12-21ASoC: SOF: pm: Set target state earlierRanjani Sridharan1-2/+1
2022-12-19Merge tag 'soundwire-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2022-12-13ASoC: SOF: mediatek: initialize panic_info to zeroYC Hung1-1/+1
2022-12-12ASoC: SOF: Revert: "core: unregister clients and machine drivers in .shutdown"Kai Vehmanen1-9/+0
2022-12-12ASoC: SOF: Intel: pci-tgl: unblock S5 entry if DMA stop has failed"Kai Vehmanen3-1/+74
2022-12-05ASoC : SOF: amd: Add support for IPC and DSP dumpsV sujith kumar Reddy4-0/+128
2022-12-05ASoC: SOF: amd: Use poll function instead to read ACP_SHA_DSP_FW_QUALIFIERAjye Huang1-3/+5
2022-11-30ASoC: SOF: mediatek: add shutdown callbackRicardo Ribalda1-0/+7
2022-11-29ASoC: SOF: Add DAI configuration support for AMD platforms.V sujith kumar Reddy4-8/+41
2022-11-29ASoC: Merge up fixesMark Brown2-15/+20
2022-11-28ASoC: SOF: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-11-28ASoC: SOF: amd: ADD HS and SP virtual DAI.V sujith kumar Reddy2-0/+32
2022-11-28ASoC: SOF: amd: Fix for selecting clock source as external clock.V sujith kumar Reddy2-1/+11
2022-11-28ASoC: SOF: amd: Fix for reading position updates from stream box.V sujith kumar Reddy3-1/+34
2022-11-23ASoC: SOF: Intel: hda: read multi-link capabilities earlierPierre-Louis Bossart1-2/+2
2022-11-23ASoC: SOF: Intel: hda: add callback to check SoundWire lcount informationPierre-Louis Bossart7-0/+54
2022-11-23ASoC: SOF: Intel: mtl: move SoundWire interrupt enabling to callbackPierre-Louis Bossart1-17/+27
2022-11-23ASoC: SOF: Intel: mtl: factor interrupt enable/disable interrupt functionsPierre-Louis Bossart1-78/+38
2022-11-23ASoC: SOF: Intel: hda: add per-chip enable_sdw_irq() callbackPierre-Louis Bossart6-1/+33
2022-11-23soundwire: intel: start using hw_opsPierre-Louis Bossart1-0/+2
2022-11-17ASoC: SOF: probes: Check ops before memory allocationAndy Shevchenko1-8/+6
2022-11-10ASoC: SOF: ipc4-topology: Add widget queue supportMark Brown3-21/+331
2022-11-10ASoC: SOF: get pipeline instance id from pipe_widget->instance_idMark Brown5-14/+45
2022-11-10ASoC: SOF: Intel: update D0i3 registers for MTLMark Brown8-7/+26
2022-11-09ASoC: SOF: ipc4: get pipeline instance id from pipe_widget->instance_idBard Liao3-12/+29
2022-11-09ASoC: SOF: ipc4-loader: get max pipeline numberBard Liao2-0/+13
2022-11-09ASoC: SOF: ipc4-topology: rename sof_ipc4_widget_free_compBard Liao1-2/+3
2022-11-07ASoC: SOF: Intel: set d0i3 register with d0i3_offsetRander Wang1-7/+14
2022-11-07ASoC: SOF: Intel: add d0i3_offset in chip_infoRander Wang6-0/+10
2022-11-07ASoC: SOF: Intel: add d0i3 definition for MTLRander Wang1-0/+2
2022-11-07ASoC: SOF: Intel: hda-loader: use small buffer for iccmax streamKai Vehmanen1-10/+5
2022-11-07ASoC: SOF: ipc4-topology: Implement tear_down_all_pipelines callbackPeter Ujfalusi1-0/+34
2022-11-07ASoC: SOF: topology: Add helper to get/put widget queue idChao Song3-13/+131
2022-11-07ASoC: SOF: Add support to parse pin binding array from topologyChao Song2-4/+156
2022-11-07ASoC: SOF: Add support for parsing the number of sink/source pinsChao Song2-4/+44
2022-11-07ASoC: SOF: topology: No need to assign core ID if token parsing failedPeter Ujfalusi1-10/+10
2022-11-02ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init()Yang Yingliang1-7/+1
2022-11-01ASoC: SOF: ipc3-topology: use old pipeline teardown flow with SOF2.1 and olderKai Vehmanen1-5/+10
2022-10-31ASoC: SOF: fix compilation issue with readb/writeb helpersPierre-Louis Bossart5-16/+16
2022-10-31ASoC: SOF: IPC4: probes: Implement IPC4 ops for probes client deviceJyri Sarha4-16/+318
2022-10-31ASoC: SOF: client: Add sof_client_ipc4_find_module() functionJyri Sarha2-0/+19
2022-10-31ASoC: SOF: client: Add sof_client_ipc_set_get_data()Jyri Sarha4-0/+31
2022-10-31ASoC: SOF: probes: Separate IPC3 operations to a separate fileJyri Sarha4-226/+272
2022-10-31ASoC: SOF: probes: Replace [0] union members with DECLARE_FLEX_ARRAY()Jyri Sarha1-2/+3
2022-10-28ASoC: SOF: introduce new DEBUG_NOCODEC modePierre-Louis Bossart5-3/+84
2022-10-28ASoC: SOF: Intel: hda-codec: use GPL-2.0-only licensePierre-Louis Bossart1-11/+8