summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/imx/imx8m.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: imx: Add SNDRV_PCM_INFO_BATCH flagShengjiu Wang2023-12-291-0/+1
* ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDMDaniel Baluta2023-11-131-0/+7
* ASoC: SOF: make .remove callback return voidPierre-Louis Bossart2023-10-121-3/+1
* ASoC: SOF: Convert to platform remove callback returning voidUwe Kleine-König2023-10-101-1/+1
* ASoC: SOF: imx: Use generic names for IPC typesPeter Ujfalusi2023-09-191-5/+5
* ASoC: SOF: imx: Do not set the load_module opsPeter Ujfalusi2022-04-291-2/+1
* ASoC: SOF: imx: Do not set fw_ready callbackPeter Ujfalusi2022-04-251-1/+0
* ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2022-04-191-1/+1
* ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2022-04-191-1/+3
* ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart2022-04-191-0/+2
* ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart2022-04-191-2/+6
* ASoC: SOF: imx: Convert to use the generic set_stream_data_offset opsPeter Ujfalusi2022-03-111-1/+1
* ASoC: SOF: Add missing of_node_put() in imx8m_probeMiaoqian Lin2022-03-081-0/+1
* ASoC: SOF: Add 'non_recoverable' parameter to snd_sof_dsp_panic()Peter Ujfalusi2021-12-231-1/+1
* ASoC: SOF: OF: Avoid reverse module dependencyDaniel Baluta2021-12-151-3/+28
* ASoC: SOF: Add PM support for i.MX8/i.MX8X/i.MX8MMark Brown2021-11-221-1/+190
|\
| * ASoC: SOF: imx8m: Implement reset callbackDaniel Baluta2021-11-221-0/+39
| * ASoC: SOF: imx8m: Implement DSP startDaniel Baluta2021-11-221-1/+24
| * ASoC: SOF: imx8m: Add runtime PM / System PM supportDaniel Baluta2021-11-221-1/+105
| * ASoC: SOF: imx: Add code to manage DSP related clocksDaniel Baluta2021-11-221-0/+23
* | ASoC: SOF: Introduce num_cores and ref count per coreRanjani Sridharan2021-11-221-0/+1
|/
* ASoC: SOF: imx: Use the generic helper to get the replyPeter Ujfalusi2021-11-171-36/+1
* Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown2021-10-181-1/+8
|\
| * ASoC: SOF: imx: imx8m: Bar index is only valid for IRAM and SRAM typesPeter Ujfalusi2021-09-151-1/+8
* | ASoC: SOF: imx: Use newly introduced generic IPC stream opsDaniel Baluta2021-10-071-17/+5
* | ASoC: SOF: Introduce snd_sof_mailbox_read / snd_sof_mailbox_write callbacksDaniel Baluta2021-10-071-0/+4
* | ASoC: SOF: add error handling to snd_sof_ipc_msg_data()Guennadi Liakhovetski2021-09-281-3/+4
* | ASoC: SOF: imx: add header file for opsPierre-Louis Bossart2021-09-281-0/+1
* | ASoC: SOF: Rename sof_arch_ops to dsp_arch_opsPeter Ujfalusi2021-09-171-1/+1
* | ASoC: SOF: imx8m: add SAI1 infoViorel Suman2021-09-161-0/+11
* | ASoC: SOF: imx: Provide debugfs_add_region_item ops for corePeter Ujfalusi2021-09-151-0/+1
* | ASoC: SOF: imx: Do not initialize the snd_sof_dsp_ops.read64Peter Ujfalusi2021-09-151-3/+0
|/
* ASoC: SOF: imx: Add debug support for imx platformsIulian Olaru2020-09-171-1/+16
* ASoC: SOF: sof-of-dev: Add .arch_ops fieldIulian Olaru2020-08-261-0/+4
* ASoC: SOF: imx: Replace sdev->private with sdev->pdata->hw_pdataIulian Olaru2020-08-261-3/+3
* ASoC: SOF: imx: use resource_sizeJulia Lawall2020-07-301-2/+1
* ASoC: SOF: imx8m: Fix SAI DAI driver for i.MX8MDaniel Baluta2020-07-221-1/+1
* ASoC: SOF: imx: Use ARRAY_SIZE instead of hardcoded valueDaniel Baluta2020-07-221-1/+1
* ASoC: SOF: imx: add min/max channels for SAI/ESAI on i.MX8/i.MX8MDaniel Baluta2020-07-081-0/+8
* ASoC: SOF: imx: make imx8m_dsp_ops staticPierre-Louis Bossart2020-05-181-1/+1
* ASoC: SOF: define INFO_ flags in dsp_opsDaniel Baluta2020-05-181-0/+6
* ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart2020-05-011-1/+1
* ASoC: SOF: imx: Add i.MX8M HW supportDaniel Baluta2020-04-151-0/+279