summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ASoC: SOF: Intel: hda: Clear Soundwire node ID during BE DAI hw_freeRanjani Sridharan2024-04-021-0/+24
| * | | | ASoC: SOF: Intel: hda: move helper to static inlinePierre-Louis Bossart2024-04-022-8/+8
| * | | | ASoC: SOF: IPC4: extend dai_data with node_idPierre-Louis Bossart2024-04-022-0/+2
| * | | | ASoC: SOF: Intel: hda: extend signature of sdw_hda_dai_hw_params()Pierre-Louis Bossart2024-04-023-3/+6
| * | | | ASoC: SOF: Intel: set the DMA TLV device as dai_indexPierre-Louis Bossart2024-04-021-1/+1
| * | | | ASoC: SOF: Intel: hda-dai: add helpers to set dai configPierre-Louis Bossart2024-04-021-13/+38
| * | | | ASoC: SOF: Intel: hda-dai: set dma_stream_channel_map deviceBard Liao2024-04-021-2/+34
| * | | | ASoC: SOF: Intel: hda-dai: set lowest N bits in ch_maskBard Liao2024-04-021-7/+1
| * | | | ASoC: SOF: make dma_config_tlv be an arrayBard Liao2024-04-021-1/+1
| * | | | Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release streams for firs...Bard Liao2024-04-021-15/+2
| * | | | Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for SoundWire DAIs"Bard Liao2024-04-021-23/+1
| * | | | ASoC: SOF: Intel: hda-dai: fix channel map configuration for aggregated dailinkPierre-Louis Bossart2024-04-021-2/+29
| * | | | ASoC: SOF: Intel: support tplg suffix detectionBrent Lu2024-03-281-0/+82
| | |_|/ | |/| |
* | | | Merge branch 'topic/hda-config-pm-cleanup' into for-nextTakashi Iwai2024-05-081-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | ASoC: SOF: Intel: add default firmware library path for LNLPierre-Louis Bossart2024-04-091-0/+3
* | | | ASoC: SOF: Intel: hda-bus: Use PIO mode for Lunar LakePeter Ujfalusi2024-04-181-0/+5
|/ / /
* | / ASoC: SOF: Intel: lnl: Disable DMIC/SSP offload on removePeter Ujfalusi2024-04-031-8/+24
| |/ |/|
* | ASoC: SOF: ipc4/Intel: Fix delay reportingMark Brown2024-03-268-26/+119
|\ \
| * | ASoC: SOF: Intel: hda: Compensate LLP in case it is not resetPeter Ujfalusi2024-03-253-1/+27
| * | ASoC: SOF: Intel: hda-common-ops: Do not set the get_stream_position callbackPeter Ujfalusi2024-03-251-1/+0
| * | ASoC: SOF: Intel: Set the dai/host get frame/byte counter callbacksPeter Ujfalusi2024-03-253-0/+36
| * | ASoC: SOF: Intel: mtl/lnl: Use the generic get_stream_position callbackPeter Ujfalusi2024-03-253-26/+0
| * | ASoC: SOF: Intel: hda: Implement get_stream_position (Linear Link Position)Peter Ujfalusi2024-03-253-0/+37
| * | ASoC: SOF: Intel: hda-pcm: Use dsp_max_burst_size_in_ms to place constraintPeter Ujfalusi2024-03-251-0/+21
| |/
* / ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspendPeter Ujfalusi2024-03-251-5/+15
|/
* ASoC: Intel: avs: Fixes and new platforms supportMark Brown2024-02-212-33/+33
|\
| * ASoC: SOF: Intel: pci-lnl: Change the topology path to intel/sof-ipc4-tplgPeter Ujfalusi2024-02-131-1/+1
| * ASoC: SOF: Intel: pci-tgl: Change the default paths and firmware namesPeter Ujfalusi2024-02-131-32/+32
* | ASoC: SOF: Intel: hda-dai: add support for dspless mode beyond HDAudioPierre-Louis Bossart2024-02-131-1/+10
* | ASoC: SOF: Intel: lnl: Do not use LNL specific wrappers in DSPless modePeter Ujfalusi2024-02-131-3/+6
* | ASoC: SOF: Intel: hda-dai-ops: add SoundWire dspless modePierre-Louis Bossart2024-02-131-6/+22
* | ASoC: SOF: Intel: hda-dai-ops: use dai_typePierre-Louis Bossart2024-02-131-2/+1
* | ASoC: SOF: Intel: start SoundWire links earlier for LNL+ devicesPierre-Louis Bossart2024-02-133-1/+36
* | ASoC: SOF: Intel: hda-dai: remove dspless special casePierre-Louis Bossart2024-02-131-5/+1
* | ASoC: SOF: ipc4: store number of playback/capture streamsPierre-Louis Bossart2024-02-131-0/+9
* | ASoC: SOF: Intel: hda-dai-ops: enable chain_dma for ALHPierre-Louis Bossart2024-02-131-5/+15
* | ASoC: SOF: Intel: hda: add 'is_chain_dma_supported' callbackPierre-Louis Bossart2024-02-133-12/+57
|/
* Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2024-01-0811-20/+45
|\
| * ASoC: SOF: Intel: check fw_context_save for library reloadRander Wang2023-12-151-2/+3
| * ASoC: SOF: IPC4: query fw_context_save feature from fwRander Wang2023-12-153-0/+6
| * ASoC: SOF: Intel: hda-codec: Delay the codec device registrationPeter Ujfalusi2023-12-071-9/+9
| * ASoC: SOF: Intel: lnl: add core get and set support for dsp coreRander Wang2023-12-053-2/+9
| * ASoC: SOF: Intel: Do not use resource managed allocation for ipc4_dataPeter Ujfalusi2023-11-298-7/+10
| * ASoC: SOF: Intel: Use existing helpers to change GPROCEN and PIE bitsPeter Ujfalusi2023-11-272-7/+4
| * ASoC: SOF: Intel: mtl: call dsp dump when boot retry failsYong Zhi2023-11-271-2/+13
* | Merge branch 'for-next' into for-linusTakashi Iwai2024-01-084-11/+72
|\ \
| * | ASoC: SOF: Intel: pci-mtl: add HDA_ARL PCI supportPierre-Louis Bossart2023-12-071-0/+31
| * | ASoC: SOF: Intel: pci-mtl: fix ARL-S definitionsPierre-Louis Bossart2023-12-073-6/+35
| * | ASoC: SOF: Intel: Switch to new stream-format interfaceCezary Rojewski2023-11-271-10/+11
| |/
* / ASoC: SOF: Intel: hda-codec: Delay the codec device registrationPeter Ujfalusi2024-01-031-9/+9
|/