index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
/
intel
/
hda-dai.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: SOF: Intel: hda-dai: add get_hlink callback
Pierre-Louis Bossart
2023-06-05
1
-22
/
+6
*
ASoC: SOF: Intel: hda-dai: add calc_stream_format callback
Pierre-Louis Bossart
2023-06-05
1
-13
/
+3
*
ASoC: SOF: Intel: hda-dai: add codec_dai_set_stream callback
Pierre-Louis Bossart
2023-06-05
1
-1
/
+2
*
ASoC: SOF: Intel: hda-dai: add error checks to prevent static analysis warnings
Pierre-Louis Bossart
2023-06-05
1
-1
/
+16
*
ASoC: SOF: Intel: hda-dai: use HDA_LINK instead of HDA_AUDIO_CODEC
Pierre-Louis Bossart
2023-05-15
1
-2
/
+6
*
ASoC: SOF: Intel: hda-dai: mark functions as __maybe_unused
Pierre-Louis Bossart
2023-05-15
1
-5
/
+7
*
ASoC: SOF: Intel: hda-dai: move hda_dai_prepare() code
Pierre-Louis Bossart
2023-05-15
1
-8
/
+8
*
ASoC: SOF: Intel: hda-dai: remove use of cpu_dai->component drvdata
Pierre-Louis Bossart
2023-05-15
1
-10
/
+30
*
ASoC: SOF: Intel: hda-dai: simplify .prepare callback
Pierre-Louis Bossart
2023-05-15
1
-31
/
+3
*
ASoC: SOF: Intel: hda-dai: Print the format_val as hexadecimal number
Peter Ujfalusi
2023-04-06
1
-2
/
+2
*
ASoC: SOF: Intel: hda: Add support for DSPless mode
Peter Ujfalusi
2023-04-04
1
-5
/
+20
*
ASoC: SOF: Intel: hda-dai: Do not perform DMA cleanup during stop
Ranjani Sridharan
2023-03-22
1
-1
/
+0
*
ASoC: SOF: Intel: hda: remove redundant DAI config during hw_free
Ranjani Sridharan
2023-03-07
1
-17
/
+1
*
ASoC: SOF: Intel: hda: Unify DAI drv ops for IPC3 and IPC4
Ranjani Sridharan
2023-03-07
1
-148
/
+35
*
ASoC: SOF: Intel: hda-dai: Define DAI widget DMA trigger ops for IPC4
Ranjani Sridharan
2023-03-07
1
-48
/
+14
*
ASoC: SOF: Intel: hda-dai: Use the topology IPC dai_config op
Ranjani Sridharan
2023-03-07
1
-43
/
+43
*
ASoC: SOF: Intel: hda-dai: Add setup_hext_stream/reset_hext_stream DMA ops
Ranjani Sridharan
2023-03-07
1
-2
/
+4
*
ASoC: SOF: Intel: hda-dai: Define and set the HDA DAI widget DMA ops
Ranjani Sridharan
2023-03-07
1
-117
/
+71
*
ASoC: SOF: Intel: hda-dai: Use the dai argument in ipc4_hda_dai_trigger
Ranjani Sridharan
2023-03-07
1
-3
/
+1
*
ASoC: SOF: Intel: hda-dai: Pass the CPU dai pointer
Ranjani Sridharan
2023-03-07
1
-12
/
+10
*
ASoC: SOF: Intel: hda-dai: Modify the signature of hda_link_dma_cleanup()
Ranjani Sridharan
2023-03-07
1
-9
/
+6
*
ASoC: SOF: Intel: hda-dai: remove struct hda_pipe_params
Ranjani Sridharan
2023-03-07
1
-28
/
+9
*
ASoC: SOF: Intel: hda-dai: Remove hda_link_dma_params()
Ranjani Sridharan
2023-03-07
1
-34
/
+28
*
ASoC: SOF: Intel: hda-dai: Remove BE DAI DRV ops for SSP DAI's
Ranjani Sridharan
2023-03-07
1
-113
/
+0
*
Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2023-02-22
1
-75
/
+17
|
\
|
*
ASoC: SOF: Introduce struct snd_sof_pipeline
Ranjani Sridharan
2023-01-27
1
-1
/
+1
|
*
ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI trigger
Ranjani Sridharan
2023-01-27
1
-75
/
+17
*
|
ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak
Pierre-Louis Bossart
2023-02-16
1
-4
/
+4
|
/
*
ASoC: SOF: ipc4: get pipeline instance id from pipe_widget->instance_id
Bard Liao
2022-11-09
1
-6
/
+6
*
ASoC: SOF: Intel: hda: clarify Kconfig dependencies
Pierre-Louis Bossart
2022-10-28
1
-5
/
+5
*
ASoC: SOF: Intel: hda-dai: remove useless members in hda_pipe_params
Pierre-Louis Bossart
2022-10-26
1
-5
/
+0
*
ASoC: SOF: Intel: hda-dai: use component_get_drvdata to find hdac_bus
Pierre-Louis Bossart
2022-10-26
1
-3
/
+6
*
ASoC: SOF: Intel: hda-dai: start removing the use of runtime->private_data in BE
Pierre-Louis Bossart
2022-10-26
1
-10
/
+7
*
ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream setting
Pierre-Louis Bossart
2022-10-20
1
-3
/
+3
*
ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operations
Pierre-Louis Bossart
2022-10-20
1
-8
/
+8
*
ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpers
Pierre-Louis Bossart
2022-10-20
1
-2
/
+2
*
ASoC: SOF: Intel: hda-dai: use hlink variable/parameter
Pierre-Louis Bossart
2022-10-20
1
-12
/
+12
*
ASoC: SOF: Intel: add trigger callback into sdw_callback
Bard Liao
2022-07-13
1
-3
/
+11
*
ASoC: SOF: Intel: hda-dai: Do snd_hdac_ext_stream_decouple() only once
Peter Ujfalusi
2022-07-12
1
-7
/
+2
*
ASoC: SOF: Intel: hda-dai: Drop misleading comment regarding dma_data
Peter Ujfalusi
2022-07-12
1
-1
/
+0
*
ASoC: SOF: Intel: hda-dai: remove use of __func__ in dev_dbg
Pierre-Louis Bossart
2022-06-17
1
-3
/
+3
*
ASoC: SOF: Intel: hda-dai: enhance debug messages
Pierre-Louis Bossart
2022-06-14
1
-2
/
+3
*
ASoC: SOF: Intel: hda: init NHLT for IPC4
Ranjani Sridharan
2022-06-10
1
-0
/
+28
*
ASoC: SOF: IPC4: set the BE DAI ops
Ranjani Sridharan
2022-06-10
1
-3
/
+170
*
ASoC: SOF: Intel: hda-dai: protect hw_params against successive calls
Pierre-Louis Bossart
2022-04-25
1
-0
/
+5
*
ASoC: SOF: Intel: add helper for link DMA cleanups
Pierre-Louis Bossart
2022-04-25
1
-67
/
+45
*
ASoC: SOF: Intel: hda-dai: reset dma_data and release stream
Pierre-Louis Bossart
2022-04-25
1
-2
/
+16
*
ASoC: SOF: Intel: hda-dai: improve suspend case
Pierre-Louis Bossart
2022-04-25
1
-7
/
+20
*
ASoC: SOF: Intel: hda-dai: move code to deal with hda dai/dailink suspend
Pierre-Louis Bossart
2022-04-25
1
-0
/
+58
*
ASOC: SOF: Intel: hda-dai: add hda_dai_hw_free_ipc() helper
Pierre-Louis Bossart
2022-04-25
1
-10
/
+12
[next]