index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
sof
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-23
ASoC: SOF: ops: Use dev_warn() if the panic offsets differ
Peter Ujfalusi
1
-8
/
+13
2021-12-21
ASoC: SOF: AMD: simplify return status handling
Pierre-Louis Bossart
1
-1
/
+1
2021-12-17
ASoC: SOF: couple of cleanups
Mark Brown
10
-59
/
+64
2021-12-17
ASoC: SOF: remove suport for TRIGGER_RESUME
Mark Brown
3
-31
/
+0
2021-12-17
ASoC: SOF: Kconfig: Make the SOF_DEVELOPER_SUPPORT depend on SND_SOC_SOF
Peter Ujfalusi
1
-1
/
+1
2021-12-17
ASoC: SOF: ipc: Add null pointer check for substream->runtime
Ajit Kumar Pandey
1
-1
/
+2
2021-12-17
ASoC: SOF: avoid casting "const" attribute away
Guennadi Liakhovetski
9
-58
/
+62
2021-12-17
ASoC: SOF: Intel: hda: remove support for RESUME in platform trigger
Ranjani Sridharan
1
-1
/
+0
2021-12-17
ASoC: SOF: Intel: hda: remove support for RESUME trigger
Ranjani Sridharan
1
-10
/
+0
2021-12-17
ASoC: SOF: pcm: remove support for RESUME trigger
Ranjani Sridharan
1
-20
/
+0
2021-12-15
ASoC: SOF: topology: read back control data from DSP
Ranjani Sridharan
1
-0
/
+14
2021-12-15
ASoC: SOF: Drop ctrl_type parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
4
-48
/
+22
2021-12-15
ASoC: SOF: control: Do not handle control notification with component type
Peter Ujfalusi
1
-5
/
+7
2021-12-15
ASoC: SOF: sof-audio: Drop the `cmd` member from struct snd_sof_control
Peter Ujfalusi
4
-14
/
+9
2021-12-15
ASoC: SOF: Drop ctrl_cmd parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
4
-26
/
+11
2021-12-15
ASoC: SOF: topology: Set control_data->cmd alongside scontrol->cmd
Peter Ujfalusi
1
-0
/
+4
2021-12-15
ASoC: SOF: Drop ipc_cmd parameter for snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
4
-19
/
+11
2021-12-15
ASoC: SOF: ipc: Rename send parameter in snd_sof_ipc_set_get_comp_data()
Peter Ujfalusi
2
-11
/
+9
2021-12-15
ASoC: SOF: OF: Avoid reverse module dependency
Daniel Baluta
7
-99
/
+118
2021-12-14
ASoC: SOF: sof-probes: Constify sof_probe_compr_ops
Rikard Falkeborn
2
-2
/
+2
2021-12-14
ASoC: SOF: Remove pm_runtime_put_autosuspend() for SOF OF device
Allen-KH Cheng
1
-3
/
+1
2021-12-13
ASoC: SOF: Intel: add comment on JasperLake support
Pierre-Louis Bossart
1
-0
/
+7
2021-12-13
ASoC: SOF: Intel: hda-dai: remove unused fields
Pierre-Louis Bossart
1
-4
/
+0
2021-12-13
ASoC: SOF: Intel: hda: add quirks for HDAudio DMA position information
Pierre-Louis Bossart
3
-26
/
+75
2021-12-13
ASoC: SOF: hda-stream: only enable DPIB if needed
Pierre-Louis Bossart
1
-3
/
+4
2021-12-13
ASoC: SOF: Intel: hda-ctrl: apply symmetry for DPIB
Pierre-Louis Bossart
1
-1
/
+1
2021-12-13
ASoC: SOF: Intel: hda-stream: limit PROCEN workaround
Pierre-Louis Bossart
3
-6
/
+17
2021-12-13
ASoC: SOF: Intel: ICL: move ICL-specific ops to icl.c
Ranjani Sridharan
3
-68
/
+65
2021-12-06
ASoC: SOF: Intel: fix build issue related to CODEC_PROBE_ENTRIES
Kai Vehmanen
1
-1
/
+2
2021-12-06
ASoC: SOF: Intel: pci-tgl: add new ADL-P variant
Kai Vehmanen
1
-0
/
+2
2021-12-06
ASoC: SOF: Intel: pci-tgl: add ADL-N support
Kai Vehmanen
1
-0
/
+2
2021-12-01
Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.17 so we can apply new Tegra work
Mark Brown
1
-5
/
+9
2021-11-30
ASoC: Intel: boards: add max98390 2/4 speakers support
Mac Chiang
1
-0
/
+9
2021-11-30
ASoC: SOF: Intel: Retry codec probing if it fails
Hui Wang
1
-5
/
+9
2021-11-27
ASoC: SOF: Fixes for Intel HD-Audio DMA stopping
Mark Brown
7
-78
/
+161
2021-11-26
ASoC: SOF: mediatek: Use %pR/%pa to print resources/physical addresses
Geert Uytterhoeven
1
-5
/
+4
2021-11-26
ASoC: SOF: Intel: hda: send DAI_CONFIG IPC during pause
Ranjani Sridharan
1
-5
/
+37
2021-11-26
ASoC: SOF: IPC: dai: Expand DAI_CONFIG IPC flags
Ranjani Sridharan
4
-15
/
+25
2021-11-26
ASoC: SOF: align the hw_free sequence with stop
Ranjani Sridharan
1
-5
/
+9
2021-11-26
ASoC: SOF: pcm: move the check for prepared flag
Ranjani Sridharan
1
-10
/
+9
2021-11-26
ASoC: SOF: Add a helper for freeing PCM stream
Ranjani Sridharan
3
-23
/
+30
2021-11-26
ASoC: SOF: call platform hw_free for paused streams during suspend
Ranjani Sridharan
1
-0
/
+7
2021-11-26
ASoC: SOF: pcm: invoke platform hw_free for STOP/SUSPEND triggers
Ranjani Sridharan
1
-0
/
+4
2021-11-26
ASoC: SOF: Intel: hda: reset stream before coupling host and link DMA's
Ranjani Sridharan
1
-0
/
+5
2021-11-26
ASoC: SOF: Intel: hda: Add a helper function for stream reset
Ranjani Sridharan
2
-32
/
+46
2021-11-26
ASoC: SOF: Intel: hda: clear stream before freeing the DAI widget
Ranjani Sridharan
1
-2
/
+3
2021-11-25
ASoC: SOF: mediatek: Add missing of_node_put() in platform_parse_resource()
Yang Yingliang
1
-0
/
+2
2021-11-24
ASoC: SOF: Intel: power optimizations with HDaudio SPIB register
Mark Brown
10
-2
/
+68
2021-11-24
ASoC: SOF: handle paused streams during system suspend
Ranjani Sridharan
3
-5
/
+76
2021-11-24
ASoC: SOF: topology: don't use list_for_each_entry_reverse()
Pierre-Louis Bossart
1
-1
/
+1
[prev]
[next]