summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Intel: Check the bar size before remappingZheyu Ma2022-04-131-1/+5
* ASoC: SOF: ipc: Move the ipc_set_get_comp_data() local to ipc3-controlPeter Ujfalusi2022-04-113-97/+88
* ASoC: SOF: sof-audio: Use the widget_kcontrol_setup ops for kcontrol set upPeter Ujfalusi2022-04-111-50/+4
* ASoC: SOF: Add widget_kcontrol_setup control ops for IPC3Peter Ujfalusi2022-04-112-0/+40
* ASoC: SOF: ipc: Switch over to use the rx_msg opsPeter Ujfalusi2022-04-112-453/+4
* ASoC: SOF: ipc: Switch over to use the tx_msg and set_get_data opsPeter Ujfalusi2022-04-111-278/+23
* ASoC: SOF: ipc: Use the get_reply ops in snd_sof_ipc_get_reply()Peter Ujfalusi2022-04-111-48/+2
* ASoC: SOF: ipc: Add check for mandatory IPC message handling opsPeter Ujfalusi2022-04-111-0/+5
* ASoC: SOF: ipc: Separate the ops checks by functions/topicsPeter Ujfalusi2022-04-111-3/+9
* ASoC: SOF: ipc3: Implement rx_msg IPC opsPeter Ujfalusi2022-04-111-0/+212
* ASoC: SOF: ipc3: Implement the get_reply IPC opsPeter Ujfalusi2022-04-111-0/+55
* ASoC: SOF: ipc3: Implement the set_get_data IPC opsPeter Ujfalusi2022-04-111-0/+103
* ASoC: SOF: ipc3: Use sof_ipc3_tx_msg() internally for message sendingPeter Ujfalusi2022-04-111-2/+2
* ASoC: SOF: ipc3: Implement the tx_msg IPC opsPeter Ujfalusi2022-04-111-0/+308
* ASoC: SOF: Add high level IPC IO callback definitions to ipc_opsPeter Ujfalusi2022-04-111-0/+21
* ASoC: SOF: Add helper function to prepare and send an IPC messagePeter Ujfalusi2022-04-112-0/+55
* 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-061-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