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
2022-04-19
ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'
Pierre-Louis Bossart
18
-21
/
+30
2022-04-19
ASoC: SOF: sof-audio: preserve topology filename override in nocodec mode
Pierre-Louis Bossart
1
-1
/
+2
2022-04-19
ASoC: SOF: sof-pci-dev: add parameter to override topology filename
Pierre-Louis Bossart
1
-5
/
+20
2022-04-19
ASoC: SOF: sof-pci-dev: add parameter to override firmware filename
Pierre-Louis Bossart
1
-1
/
+13
2022-04-19
ASoC: SOF: add IPC-dependent file names
Pierre-Louis Bossart
15
-29
/
+87
2022-04-19
ASoC: SOF: add default IPC capability and file paths
Pierre-Louis Bossart
11
-0
/
+68
2022-04-19
ASoC: SOF: add path indirection to each IPC type
Pierre-Louis Bossart
14
-51
/
+139
2022-04-13
ASoC: SOF: Intel: Check the bar size before remapping
Zheyu Ma
1
-1
/
+5
2022-04-11
ASoC: SOF: ipc: Move the ipc_set_get_comp_data() local to ipc3-control
Peter Ujfalusi
3
-97
/
+88
2022-04-11
ASoC: SOF: sof-audio: Use the widget_kcontrol_setup ops for kcontrol set up
Peter Ujfalusi
1
-50
/
+4
2022-04-11
ASoC: SOF: Add widget_kcontrol_setup control ops for IPC3
Peter Ujfalusi
2
-0
/
+40
2022-04-11
ASoC: SOF: ipc: Switch over to use the rx_msg ops
Peter Ujfalusi
2
-453
/
+4
2022-04-11
ASoC: SOF: ipc: Switch over to use the tx_msg and set_get_data ops
Peter Ujfalusi
1
-278
/
+23
2022-04-11
ASoC: SOF: ipc: Use the get_reply ops in snd_sof_ipc_get_reply()
Peter Ujfalusi
1
-48
/
+2
2022-04-11
ASoC: SOF: ipc: Add check for mandatory IPC message handling ops
Peter Ujfalusi
1
-0
/
+5
2022-04-11
ASoC: SOF: ipc: Separate the ops checks by functions/topics
Peter Ujfalusi
1
-3
/
+9
2022-04-11
ASoC: SOF: ipc3: Implement rx_msg IPC ops
Peter Ujfalusi
1
-0
/
+212
2022-04-11
ASoC: SOF: ipc3: Implement the get_reply IPC ops
Peter Ujfalusi
1
-0
/
+55
2022-04-11
ASoC: SOF: ipc3: Implement the set_get_data IPC ops
Peter Ujfalusi
1
-0
/
+103
2022-04-11
ASoC: SOF: ipc3: Use sof_ipc3_tx_msg() internally for message sending
Peter Ujfalusi
1
-2
/
+2
2022-04-11
ASoC: SOF: ipc3: Implement the tx_msg IPC ops
Peter Ujfalusi
1
-0
/
+308
2022-04-11
ASoC: SOF: Add high level IPC IO callback definitions to ipc_ops
Peter Ujfalusi
1
-0
/
+21
2022-04-11
ASoC: SOF: Add helper function to prepare and send an IPC message
Peter Ujfalusi
2
-0
/
+55
2022-04-08
ASoC: Merge fixes
Mark Brown
2
-2
/
+54
2022-04-07
ASoC: SOF: mediatek: mt8195 add shutdown callback
YC Hung
1
-0
/
+7
2022-04-07
ASoC: SOF: OF: Add shutdown callback for SOF OF device
YC Hung
2
-0
/
+7
2022-04-07
ASoC: SOF: topology: Fix memory leak in sof_control_load()
Yu Liao
1
-1
/
+3
2022-04-07
ASoC: SOF: topology: cleanup dailinks on widget unload
Pierre-Louis Bossart
1
-0
/
+43
2022-04-06
ASoC: SOF: topology: Avoid open coded arithmetic in memory allocation
Christophe JAILLET
1
-6
/
+2
2022-04-06
ASoC: Intel: sof_rt5682: Add support for max98360a speaker amp on SSP2
Ajye Huang
1
-1
/
+8
2022-04-05
ASoC: Pull in fixes
Mark Brown
1
-0
/
+3
2022-04-05
ASoC: SOF: Miscellaneous fixes for IPC and trace
Mark Brown
16
-136
/
+131
2022-04-05
ASoC: SOF: ipc3-topology: Set scontrol->priv to NULL after freeing it
Peter Ujfalusi
1
-0
/
+1
2022-04-05
ASoC: SOF: topology: use new sound control LED layer
Jaroslav Kysela
3
-33
/
+17
2022-04-04
ASoC: SOF: topology: Fix memory leak of scontrol->name
Peter Ujfalusi
1
-0
/
+3
2022-04-04
ASoC: SOF: Remove redundant return statements
tangmeng
1
-4
/
+1
2022-04-04
ASoC: SOF: Remove header from struct snd_sof_ipc_msg
Peter Ujfalusi
1
-1
/
+0
2022-04-04
ASoC: SOF: Drop 'header' parameter from tx_message() API
Peter Ujfalusi
11
-59
/
+39
2022-04-04
ASoC: SOF: ipc: Use msg->reply_data directly in snd_sof_ipc_get_reply()
Peter Ujfalusi
1
-14
/
+16
2022-04-04
ASoC: SOF: disable dma trace in s0ix
Libin Yang
1
-2
/
+10
2022-04-04
ASoC: SOF: extend the interface to stop DMA trace
Libin Yang
3
-21
/
+51
2022-04-04
ASoC: SOF: Drop support for mapped control data
Peter Ujfalusi
3
-26
/
+0
2022-04-04
ASoC: SOF: ipc: Use ipc->max_payload_size for message/reply size checking
Peter Ujfalusi
1
-2
/
+2
2022-04-04
ASoC: SOF: ipc: Add max_payload_size field in struct snd_sof_ipc
Peter Ujfalusi
2
-0
/
+5
2022-04-04
ASoC: SOF: Remove dmab and dmab_bdl from snd_sof_dev struct
Peter Ujfalusi
1
-2
/
+0
2022-04-04
ASoC: SOF: Intel: hda-loader: Use local snd_dma_buffer
Peter Ujfalusi
1
-5
/
+7
2022-03-30
Merge tag 'asoc-fix-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
1
-0
/
+1
2022-03-25
ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEV
Zheng Bin
1
-0
/
+1
2022-03-21
Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
63
-5440
/
+7883
2022-03-18
ASoC: SOF: Add a new dai_get_clk topology IPC op
Ranjani Sridharan
3
-24
/
+42
[prev]
[next]