summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/hda-dai.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: hda: Always clean up link DMA during stopRanjani Sridharan2024-10-171-0/+1
* ASoC: SOF: Intel: hda: Handle prepare without close for non-HDA DAI'sRanjani Sridharan2024-10-171-4/+32
* ASoC: SOF: Intel: hda: fix null deref on system suspend entryKai Vehmanen2024-07-041-6/+6
* ASoC: SOF: Intel: hda-dai: remove skip_tlv labelBard Liao2024-06-031-2/+1
* ASoC: SOF: Intel: hda-dai: skip tlv for dspless modeBard Liao2024-06-031-0/+3
* ALSA/ASoC: Intel: clarify Copyright informationMark Brown2024-05-071-1/+1
|\
| * ASoC: SOF: Intel: clarify Copyright informationPierre-Louis Bossart2024-05-061-1/+1
* | ASoC: SOF: Intel: move hda.c to different modulePierre-Louis Bossart2024-05-051-0/+5
* | ASoC: SOF: Intel: start splitting top-level from common partsPierre-Louis Bossart2024-05-051-0/+1
|/
* ASoC: SOF: Intel: hda: move helper to static inlinePierre-Louis Bossart2024-04-021-8/+0
* ASoC: SOF: IPC4: extend dai_data with node_idPierre-Louis Bossart2024-04-021-0/+1
* ASoC: SOF: Intel: hda: extend signature of sdw_hda_dai_hw_params()Pierre-Louis Bossart2024-04-021-1/+2
* 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
* ASoC: SOF: Intel: hda-dai: fix channel map configuration for aggregated dailinkPierre-Louis Bossart2024-04-021-2/+29
* ASoC: SOF: Intel: hda-dai: add support for dspless mode beyond HDAudioPierre-Louis Bossart2024-02-131-1/+10
* ASoC: SOF: Intel: hda-dai: remove dspless special casePierre-Louis Bossart2024-02-131-5/+1
* ASoC: SOF: Intel: Do not use resource managed allocation for ipc4_dataPeter Ujfalusi2023-11-291-0/+3
* ASoC: sof: intel: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-4/+4
* ASoC: SOF: Intel: Use generic names for IPC typesPeter Ujfalusi2023-09-191-2/+2
* ASoC: Merge up fixesMark Brown2023-08-101-3/+2
|\
| * ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stopRanjani Sridharan2023-08-081-3/+2
* | ASoC: SOF: Intel: hda-dai: add helpers for SoundWire callbacksPierre-Louis Bossart2023-08-081-0/+72
* | ASoC: SOF: Intel: hda-dai: add DMIC supportPierre-Louis Bossart2023-08-081-0/+24
* | ASoC: SOF: Intel: hda-dai: add ops for SSPPierre-Louis Bossart2023-08-081-1/+114
|/
* ASoC: SOF: Intel: hda-dai: add get_hlink callbackPierre-Louis Bossart2023-06-051-22/+6
* ASoC: SOF: Intel: hda-dai: add calc_stream_format callbackPierre-Louis Bossart2023-06-051-13/+3
* ASoC: SOF: Intel: hda-dai: add codec_dai_set_stream callbackPierre-Louis Bossart2023-06-051-1/+2
* ASoC: SOF: Intel: hda-dai: add error checks to prevent static analysis warningsPierre-Louis Bossart2023-06-051-1/+16
* ASoC: SOF: Intel: hda-dai: use HDA_LINK instead of HDA_AUDIO_CODECPierre-Louis Bossart2023-05-151-2/+6
* ASoC: SOF: Intel: hda-dai: mark functions as __maybe_unusedPierre-Louis Bossart2023-05-151-5/+7
* ASoC: SOF: Intel: hda-dai: move hda_dai_prepare() codePierre-Louis Bossart2023-05-151-8/+8
* ASoC: SOF: Intel: hda-dai: remove use of cpu_dai->component drvdataPierre-Louis Bossart2023-05-151-10/+30
* ASoC: SOF: Intel: hda-dai: simplify .prepare callbackPierre-Louis Bossart2023-05-151-31/+3
* ASoC: SOF: Intel: hda-dai: Print the format_val as hexadecimal numberPeter Ujfalusi2023-04-061-2/+2
* ASoC: SOF: Intel: hda: Add support for DSPless modePeter Ujfalusi2023-04-041-5/+20
* ASoC: SOF: Intel: hda-dai: Do not perform DMA cleanup during stopRanjani Sridharan2023-03-221-1/+0
* ASoC: SOF: Intel: hda: remove redundant DAI config during hw_freeRanjani Sridharan2023-03-071-17/+1
* ASoC: SOF: Intel: hda: Unify DAI drv ops for IPC3 and IPC4Ranjani Sridharan2023-03-071-148/+35
* ASoC: SOF: Intel: hda-dai: Define DAI widget DMA trigger ops for IPC4Ranjani Sridharan2023-03-071-48/+14
* ASoC: SOF: Intel: hda-dai: Use the topology IPC dai_config opRanjani Sridharan2023-03-071-43/+43
* ASoC: SOF: Intel: hda-dai: Add setup_hext_stream/reset_hext_stream DMA opsRanjani Sridharan2023-03-071-2/+4
* ASoC: SOF: Intel: hda-dai: Define and set the HDA DAI widget DMA opsRanjani Sridharan2023-03-071-117/+71
* ASoC: SOF: Intel: hda-dai: Use the dai argument in ipc4_hda_dai_triggerRanjani Sridharan2023-03-071-3/+1
* ASoC: SOF: Intel: hda-dai: Pass the CPU dai pointerRanjani Sridharan2023-03-071-12/+10
* ASoC: SOF: Intel: hda-dai: Modify the signature of hda_link_dma_cleanup()Ranjani Sridharan2023-03-071-9/+6
* ASoC: SOF: Intel: hda-dai: remove struct hda_pipe_paramsRanjani Sridharan2023-03-071-28/+9