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-10-26
ASoC: SOF: Intel: hda: remove useless check on GCTL
Pierre-Louis Bossart
1
-7
/
+0
2022-10-26
ASoC: SOF: Intel: hda: always do a full reset
Pierre-Louis Bossart
4
-17
/
+15
2022-10-26
ASoC: SOF: Intel: hda-ctrl: remove useless sleep
Pierre-Louis Bossart
1
-4
/
+0
2022-10-26
ASoC: SOF: Intel: hda-dai: remove useless members in hda_pipe_params
Pierre-Louis Bossart
1
-5
/
+0
2022-10-26
ASoC: SOF: Intel: hda-dai: use component_get_drvdata to find hdac_bus
Pierre-Louis Bossart
1
-3
/
+6
2022-10-26
ASoC: SOF: Intel: hda-dai: start removing the use of runtime->private_data in BE
Pierre-Louis Bossart
1
-10
/
+7
2022-10-26
ASoC: SOF: Intel: hda-dsp: use SOF helpers for consistency
Pierre-Louis Bossart
1
-4
/
+6
2022-10-26
ASoC: SOF: ops: add snd_sof_dsp_updateb() helper
Pierre-Louis Bossart
1
-0
/
+11
2022-10-26
ASoC: SOF: ops: add readb/writeb helpers
Pierre-Louis Bossart
2
-0
/
+22
2022-10-26
ASoC: SOF: Intel: use mmio fallback for all platforms
Pierre-Louis Bossart
4
-25
/
+5
2022-10-26
ASoC: SOF: ops: fallback to mmio in helpers
Pierre-Louis Bossart
1
-16
/
+10
2022-10-21
ASoC: SOF: Intel/IPC4: Support for external firmware libraries
Mark Brown
24
-99
/
+582
2022-10-21
ASoC: SOF: ipc4-loader: Support for loading external libraries
Peter Ujfalusi
3
-6
/
+153
2022-10-21
ASoC: SOF: loader: Remove the query_fw_configuration ops
Peter Ujfalusi
2
-12
/
+2
2022-10-21
ASoC: SOF: ipc4: Stop using the query_fw_configuration fw_loader ops
Peter Ujfalusi
3
-2
/
+11
2022-10-21
ASoC: SOF: loader: Add support for IPC dependent post firmware boot ops
Peter Ujfalusi
2
-0
/
+9
2022-10-21
ASoC: SOF: Intel: Add ipc4 library loading implementation
Peter Ujfalusi
7
-0
/
+84
2022-10-21
ASoC: SOF: Intel: hda: Add flag to indicate that the firmware is IMR booted
Peter Ujfalusi
2
-1
/
+6
2022-10-21
ASoC: SOF: ipc4: Define platform dependent library loading callback
Peter Ujfalusi
1
-0
/
+5
2022-10-21
ASoC: SOF: Intel: Set the default firmware library path for IPC4
Peter Ujfalusi
5
-0
/
+45
2022-10-21
ASoC: SOF: Add path definition for external firmware libraries
Peter Ujfalusi
2
-0
/
+29
2022-10-21
ASoC: SOF: IPC4: Add helper for looking up module by UUID
Peter Ujfalusi
3
-14
/
+27
2022-10-21
ASoC: SOF: ipc4: Convert the firmware handling (loader) to library convention
Peter Ujfalusi
4
-37
/
+113
2022-10-21
ASoC: SOF: ipc4-loader: Save the maximum number of libraries supported
Peter Ujfalusi
2
-0
/
+10
2022-10-21
ASoC: SOF: ipc: ops: Add support for optional init and exit callbacks
Peter Ujfalusi
2
-0
/
+12
2022-10-21
ASoC: SOF: Drop the firmware and fw_offset from snd_sof_pdata
Peter Ujfalusi
1
-9
/
+0
2022-10-21
ASoC: SOF: Intel: hda-loader-skl: Use the basefw firmware container directly
Peter Ujfalusi
1
-4
/
+3
2022-10-21
ASoC: SOF: Intel: hda-loader: Use the basefw firmware container directly
Peter Ujfalusi
1
-6
/
+5
2022-10-21
ASoC: SOF: amd: Use the basefw firmware container directly
Peter Ujfalusi
1
-4
/
+2
2022-10-21
ASoC: SOF: Introduce container struct for SOF firmware
Peter Ujfalusi
4
-23
/
+41
2022-10-21
ASoC: SOF: loader: Set complete state before post_fw_run op
Ranjani Sridharan
1
-3
/
+3
2022-10-21
ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init()
Yang Yingliang
1
-7
/
+1
2022-10-21
ASoC: Merge HDA/ext cleanup
Mark Brown
4
-31
/
+32
2022-10-20
ALSA/ASoC: hda: move SPIB/DRMS functionality from ext layer
Pierre-Louis Bossart
2
-9
/
+10
2022-10-20
ALSA/ASoC: hda: ext: add 'bus' prefix for multi-link stream setting
Pierre-Louis Bossart
1
-3
/
+3
2022-10-20
ALSA/ASoC: hda: ext: remove 'link' prefix for stream-related operations
Pierre-Louis Bossart
1
-8
/
+8
2022-10-20
ALSA/ASoC: hda: ext: add 'ext' prefix to snd_hdac_link_free_all
Pierre-Louis Bossart
1
-1
/
+1
2022-10-20
ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpers
Pierre-Louis Bossart
1
-2
/
+2
2022-10-20
ASoC: SOF: Intel: hda-dai: use hlink variable/parameter
Pierre-Louis Bossart
1
-12
/
+12
2022-10-19
ASoC: SOF: Intel: pci-tgl: fix ADL-N descriptor
Pierre-Louis Bossart
1
-1
/
+29
2022-10-19
ASoC: jz4752b: Capture fixes
Mark Brown
1
-15
/
+40
2022-10-19
ASoC: SOF: Intel: Harden the IPC4 low level sequencing
Mark Brown
6
-13
/
+88
2022-10-19
ASoC: Intel/SOF: simplify S3 resume flows
Mark Brown
1
-14
/
+0
2022-10-18
ASoC: SOF: ipc4-mtrace: protect per-core nodes against multiple open
Kai Vehmanen
1
-2
/
+18
2022-10-18
ASoC: SOF: ipc3: Log the tx message before sending it
Peter Ujfalusi
1
-2
/
+2
2022-10-18
ASoC: SOF: Intel: ipc4: Ack a received reply or notification separately
Peter Ujfalusi
3
-8
/
+11
2022-10-18
ASoC: SOF: Intel: ipc4: Wait for channel to be free before sending a message
Peter Ujfalusi
5
-0
/
+71
2022-10-18
ASoC: SOF: Intel: ipc4: Read the interrupt reason registers at the same time
Peter Ujfalusi
3
-3
/
+4
2022-10-18
ASoC: SOF: ipc4: Log the tx message before sending it
Peter Ujfalusi
1
-2
/
+2
2022-10-18
ASoC: SOF: Intel: hda-dsp: simplify S3 resume flows
Pierre-Louis Bossart
1
-14
/
+0
[prev]
[next]