index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-29
ASoC: SOF: Introduce IPC dependent ops for firmware handling, loading
Peter Ujfalusi
1
-0
/
+21
2022-04-29
ASoC: SOF: Add a prepare op to IPC topology widget ops
Ranjani Sridharan
3
-14
/
+154
2022-04-29
ASoC: SOF: clarify use of widget complete flag
Ranjani Sridharan
2
-2
/
+5
2022-04-29
ASoC: SOF: topology: Skip parsing DAI link tokens if not needed
Ranjani Sridharan
1
-8
/
+10
2022-04-29
ASoC: SOF: pcm: remove unnecessary function declaration
Ranjani Sridharan
2
-4
/
+3
2022-04-29
ASoC: SOF: Add two new fields to struct snd_sof_widget
Ranjani Sridharan
1
-1
/
+7
2022-04-29
ASoC: SOF: Add a route_free op in struct sof_ipc_tplg_ops
Ranjani Sridharan
2
-1
/
+8
2022-04-29
ASoC: SOF: expose a couple of functions
Ranjani Sridharan
2
-20
/
+20
2022-04-29
ASoC: SOF: pcm: Move the call to snd_sof_pcm_platform_hw_params()
Ranjani Sridharan
1
-6
/
+6
2022-04-29
ASoC: SOF: sof-audio: Set up widgets from source to sink
Ranjani Sridharan
2
-47
/
+130
2022-04-29
ASoC: SOF: sof-audio: reset route status before freeing widget
Ranjani Sridharan
1
-2
/
+3
2022-04-29
ASoC: SOF: Add a new op to set up volume table
Ranjani Sridharan
3
-15
/
+35
2022-04-27
ASoC: SOF: use pm_runtime_resume_and_get()
Mark Brown
3
-6
/
+3
2022-04-27
ASoC: SOF: mediatek: Fix allyesconfig build error
Tinghan Shen
5
-17
/
+17
2022-04-27
ASoC: SOF: mediatek: mt8195 change ipc timeout as 1 second
YC Hung
1
-0
/
+1
2022-04-27
ASoC: SOF: Intel: Do not (wrongly) assume positive return value in IMR path
Peter Ujfalusi
1
-3
/
+3
2022-04-27
ASoC: SOF: sof-client-ipc-msg-injector: use pm_runtime_resume_and_get()
Pierre-Louis Bossart
1
-2
/
+1
2022-04-27
ASoC: SOF: debug: use pm_runtime_resume_and_get()
Pierre-Louis Bossart
1
-2
/
+1
2022-04-27
ASoC: SOF: control: use pm_runtime_resume_and_get()
Pierre-Louis Bossart
1
-2
/
+1
2022-04-27
ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback
Ajit Kumar Pandey
1
-0
/
+5
2022-04-25
ASoC: SOF: Intel: improve HDaudio DAI support
Mark Brown
11
-230
/
+312
2022-04-25
ASoC: SOF: Rework the firmware ready message handling
Mark Brown
12
-261
/
+307
2022-04-25
ASoC: SOF: mediatek: Add DSP system PM callback for mt8186
Tinghan Shen
1
-0
/
+28
2022-04-25
ASoC: SOF: mediatek: Add mt8186 dsp clock support
Tinghan Shen
4
-1
/
+141
2022-04-25
ASoC: SOF: mediatek: Add mt8186 sof fw loader and dsp ops
Tinghan Shen
4
-1
/
+75
2022-04-25
ASoC: SOF: mediatek: Add mt8186 hardware support
Tinghan Shen
6
-0
/
+451
2022-04-25
ASoC: SOF: loader: Remove the old fw_ready related code
Peter Ujfalusi
3
-250
/
+1
2022-04-25
ASoC: SOF: Intel: Do not set fw_ready callback
Peter Ujfalusi
4
-5
/
+0
2022-04-25
ASoC: SOF: imx: Do not set fw_ready callback
Peter Ujfalusi
2
-3
/
+0
2022-04-25
ASoC: SOF: amd: Do not set fw_ready callback
Peter Ujfalusi
1
-1
/
+0
2022-04-25
ASoC: SOF: Do not check for the fw_ready callback
Peter Ujfalusi
1
-1
/
+1
2022-04-25
ASoC: SOF: ipc3: Add local implementation for handling fw_ready message
Peter Ujfalusi
1
-1
/
+305
2022-04-25
ASoC: SOF: Intel: hda-dai: protect hw_params against successive calls
Pierre-Louis Bossart
1
-0
/
+5
2022-04-25
ASoC: SOF: Intel: add helper for link DMA cleanups
Pierre-Louis Bossart
1
-67
/
+45
2022-04-25
ASoC: SOF: Intel: hda-dai: reset dma_data and release stream
Pierre-Louis Bossart
1
-2
/
+16
2022-04-25
ASoC: SOF: Intel: hda-dai: improve suspend case
Pierre-Louis Bossart
1
-7
/
+20
2022-04-25
ASoC: SOF: Intel: hda-dai: move code to deal with hda dai/dailink suspend
Pierre-Louis Bossart
3
-36
/
+65
2022-04-25
ASOC: SOF: Intel: hda-dai: add hda_dai_hw_free_ipc() helper
Pierre-Louis Bossart
1
-10
/
+12
2022-04-25
ASoC: SOF: sof-audio: flag errors on pipeline teardown
Pierre-Louis Bossart
1
-0
/
+12
2022-04-25
ASoC: SOF: Intel: hda-dai: regroup dai and link DMA operations
Pierre-Louis Bossart
1
-101
/
+102
2022-04-25
ASoC: SOF: Intel: hda-dai: split link DMA and dai operations
Pierre-Louis Bossart
1
-82
/
+138
2022-04-25
ASoC: SOF: Intel: hda-dai: use snd_soc_dai_get_widget() helper
Pierre-Louis Bossart
1
-12
/
+3
2022-04-25
ASoC: SOF: Intel: hda-dai: simplify hda_dai_widget_update() prototype
Pierre-Louis Bossart
1
-11
/
+4
2022-04-25
ASOC: SOF: Intel: hda-dai: consistent naming for HDA DAI and HDA link DMA
Pierre-Louis Bossart
1
-26
/
+26
2022-04-25
ASoC: SOF: Intel: Add IPC-specific dai ops for IPC3
Ranjani Sridharan
6
-21
/
+46
2022-04-25
ASoC: SOF: remove incorrect clearing of prepared flag
Ranjani Sridharan
3
-38
/
+1
2022-04-23
ASoC: SOF: pci: add quirks and PCI IDS
Mark Brown
3
-1
/
+57
2022-04-23
ASoC: SOF: Intel: hda: Revisit IMR boot sequence
Peter Ujfalusi
3
-39
/
+50
2022-04-23
ASoC: SOF: Intel: hda: simplify NHLT handling
Pierre-Louis Bossart
2
-6
/
+14
2022-04-23
ASoC: SOF: topology: Check w->sname validity once in sof_connect_dai_widget()
Peter Ujfalusi
1
-4
/
+7
[prev]
[next]