summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Merge fixesMark Brown2022-04-082-2/+54
|\
| * ASoC: SOF: topology: Fix memory leak in sof_control_load()Yu Liao2022-04-071-1/+3
| * ASoC: SOF: topology: cleanup dailinks on widget unloadPierre-Louis Bossart2022-04-071-0/+43
| * ASoC: Intel: sof_rt5682: Add support for max98360a speaker amp on SSP2Ajye Huang2022-04-061-1/+8
* | ASoC: SOF: mediatek: mt8195 add shutdown callbackYC Hung2022-04-071-0/+7
* | ASoC: SOF: OF: Add shutdown callback for SOF OF deviceYC Hung2022-04-072-0/+7
* | ASoC: SOF: topology: Avoid open coded arithmetic in memory allocationChristophe JAILLET2022-04-071-6/+2
* | ASoC: Pull in fixesMark Brown2022-04-051-0/+3
|\|
| * ASoC: SOF: topology: Fix memory leak of scontrol->namePeter Ujfalusi2022-04-041-0/+3
* | ASoC: SOF: Miscellaneous fixes for IPC and traceMark Brown2022-04-0516-136/+131
|\ \
| * | ASoC: SOF: Remove redundant return statementstangmeng2022-04-041-4/+1
| * | ASoC: SOF: Remove header from struct snd_sof_ipc_msgPeter Ujfalusi2022-04-041-1/+0
| * | ASoC: SOF: Drop 'header' parameter from tx_message() APIPeter Ujfalusi2022-04-0411-59/+39
| * | ASoC: SOF: ipc: Use msg->reply_data directly in snd_sof_ipc_get_reply()Peter Ujfalusi2022-04-041-14/+16
| * | ASoC: SOF: disable dma trace in s0ixLibin Yang2022-04-041-2/+10
| * | ASoC: SOF: extend the interface to stop DMA traceLibin Yang2022-04-043-21/+51
| * | ASoC: SOF: Drop support for mapped control dataPeter Ujfalusi2022-04-043-26/+0
| * | ASoC: SOF: ipc: Use ipc->max_payload_size for message/reply size checkingPeter Ujfalusi2022-04-041-2/+2
| * | ASoC: SOF: ipc: Add max_payload_size field in struct snd_sof_ipcPeter Ujfalusi2022-04-042-0/+5
| * | ASoC: SOF: Remove dmab and dmab_bdl from snd_sof_dev structPeter Ujfalusi2022-04-041-2/+0
| * | ASoC: SOF: Intel: hda-loader: Use local snd_dma_bufferPeter Ujfalusi2022-04-041-5/+7
| |/
* | ASoC: SOF: ipc3-topology: Set scontrol->priv to NULL after freeing itPeter Ujfalusi2022-04-051-0/+1
* | ASoC: SOF: topology: use new sound control LED layerJaroslav Kysela2022-04-053-33/+17
|/
* Merge tag 'asoc-fix-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2022-03-301-0/+1
|\
| * ASoC: SOF: Intel: Fix build error without SND_SOC_SOF_PCI_DEVZheng Bin2022-03-251-0/+1
* | Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-2163-5443/+7886
|\|
| * ASoC: SOF: Add a new dai_get_clk topology IPC opRanjani Sridharan2022-03-183-24/+42
| * ASoC: SOF: topology: Add ops for setting up and tearing down pipelinesRanjani Sridharan2022-03-185-226/+235
| * ASoC: SOF: expose sof_route_setup()Ranjani Sridharan2022-03-182-2/+4
| * ASoC: SOF: Add dai_link_fixup PCM op for IPC3Ranjani Sridharan2022-03-182-171/+189
| * ASoC: SOF: Add trigger PCM op for IPC3Ranjani Sridharan2022-03-182-17/+49
| * ASoC: SOF: Define hw_params PCM op for IPC3Ranjani Sridharan2022-03-182-95/+115
| * ASoC: SOF: Introduce IPC3 PCM hw_free opRanjani Sridharan2022-03-187-35/+72
| * ASoC: SOF: pcm: expose the sof_pcm_setup_connected_widgets() functionRanjani Sridharan2022-03-182-3/+4
| * ASoC: SOF: Introduce IPC-specific PCM opsRanjani Sridharan2022-03-182-0/+20
| * ASoC: SOF: Add bytes_ext control IPC ops for IPC3Ranjani Sridharan2022-03-182-180/+188
| * ASoC: SOF: Add bytes_get/put control IPC ops for IPC3Ranjani Sridharan2022-03-182-54/+77
| * ASoC: SOF: Add enum_get/put control ops for IPC3Ranjani Sridharan2022-03-182-27/+62
| * ASoC: SOF: Add switch get/put IPC3 opsRanjani Sridharan2022-03-182-27/+62
| * ASoC: SOF: Add volume_get/put IPC3 opsRanjani Sridharan2022-03-182-50/+114
| * ASoC: SOF: Add IPC3 topology control opsRanjani Sridharan2022-03-187-150/+166
| * ASoC: SOF: Introduce IPC ops for kcontrol IORanjani Sridharan2022-03-181-0/+24
| * ASoC: SOF: Make sof_suspend/resume IPC agnosticRanjani Sridharan2022-03-187-46/+104
| * ASoC: SOF: Make sof_widget_setup/free IPC agnosticRanjani Sridharan2022-03-186-326/+246
| * ASoC: SOF: set up scheduler widget before all other widgets in the pipelineRanjani Sridharan2022-03-181-38/+44
| * ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpyYihao Han2022-03-171-2/+1
| * ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan2022-03-164-31/+37
| * ASoC: SOF: topology: Make widget binding IPC agnosticRanjani Sridharan2022-03-162-207/+202
| * ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan2022-03-165-141/+235
| * ASoC: SOF: topology: Make DAI widget parsing IPC agnosticRanjani Sridharan2022-03-162-987/+915