summaryrefslogtreecommitdiff
path: root/sound/soc/sof/imx
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ASoC: SOF: imx: Add devicetree support to select topologiesDaniel Baluta3-0/+36
2023-12-29ASoC: SOF: imx: Add SNDRV_PCM_INFO_BATCH flagShengjiu Wang3-0/+3
2023-11-13ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDMDaniel Baluta1-0/+7
2023-10-12ASoC: SOF: make .remove callback return voidPierre-Louis Bossart3-9/+3
2023-10-10ASoC: SOF: Convert to platform remove callback returning voidUwe Kleine-König3-3/+3
2023-09-19ASoC: SOF: imx: Use generic names for IPC typesPeter Ujfalusi3-20/+20
2022-08-24ASoC: SOF: imx8ulp: add missing of_node_put() in imx8ulp_probe()Yang Yingliang1-0/+1
2022-08-23ASoC: SOF: imx: imx8ulp: declare ops structure as staticPierre-Louis Bossart1-1/+1
2022-08-19ASoC: SOF: imx: Add i.MX8ULP HW supportZhang Peng3-0/+525
2022-06-14ASoC: SOF: Compile and runtime IPC version selectionPeter Ujfalusi1-0/+1
2022-04-29ASoC: SOF: imx: Do not set the load_module opsPeter Ujfalusi2-6/+3
2022-04-25ASoC: SOF: imx: Do not set fw_ready callbackPeter Ujfalusi2-3/+0
2022-04-19ASoC: SOF: remove const qualifier for 'struct snd_sof_dsp_ops'Pierre-Louis Bossart2-3/+3
2022-04-19ASoC: SOF: add IPC-dependent file namesPierre-Louis Bossart2-3/+9
2022-04-19ASoC: SOF: add default IPC capability and file pathsPierre-Louis Bossart2-0/+6
2022-04-19ASoC: SOF: add path indirection to each IPC typePierre-Louis Bossart2-6/+18
2022-03-11ASoC: SOF: imx: Convert to use the generic set_stream_data_offset opsPeter Ujfalusi2-3/+3
2022-03-08ASoC: SOF: Add missing of_node_put() in imx8m_probeMiaoqian Lin1-0/+1
2021-12-23ASoC: SOF: Rename snd_sof_get_status() and add kernel log level parameterPeter Ujfalusi1-2/+2
2021-12-23ASoC: SOF: Add 'non_recoverable' parameter to snd_sof_dsp_panic()Peter Ujfalusi2-2/+2
2021-12-15ASoC: SOF: OF: Avoid reverse module dependencyDaniel Baluta3-18/+66
2021-11-23ASoC: SOF: Add PM support for i.MX8/i.MX8X/i.MX8MMark Brown4-1/+362
2021-11-22ASoC: SOF: Introduce num_cores and ref count per coreRanjani Sridharan2-0/+2
2021-11-22ASoC: SOF: imx8m: Implement reset callbackDaniel Baluta1-0/+39
2021-11-22ASoC: SOF: imx8m: Implement DSP startDaniel Baluta1-1/+24
2021-11-22ASoC: SOF: imx8m: Add runtime PM / System PM supportDaniel Baluta1-1/+105
2021-11-22ASoC: SOF: imx8: Add runtime PM / System PM supportDaniel Baluta1-1/+115
2021-11-22ASoC: SOF: imx: Add code to manage DSP related clocksDaniel Baluta4-0/+81
2021-11-17ASoC: SOF: imx: Use the generic helper to get the replyPeter Ujfalusi2-72/+2
2021-11-16ASoC: SOF: i.MX: simplify KconfigPierre-Louis Bossart1-33/+13
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown2-2/+16
2021-10-07ASoC: SOF: Introduce fragment elapsed notification APIDaniel Baluta1-0/+2
2021-10-07ASoC: SOF: imx: Use newly introduced generic IPC stream opsDaniel Baluta2-36/+17
2021-10-07ASoC: SOF: Introduce snd_sof_mailbox_read / snd_sof_mailbox_write callbacksDaniel Baluta2-0/+12
2021-09-28ASoC: SOF: add error handling to snd_sof_ipc_msg_data()Guennadi Liakhovetski2-6/+8
2021-09-28ASoC: SOF: imx: add header file for opsPierre-Louis Bossart3-0/+12
2021-09-17ASoC: SOF: Rename sof_arch_ops to dsp_arch_opsPeter Ujfalusi2-3/+3
2021-09-16ASoC: SOF: imx8m: add SAI1 infoViorel Suman1-0/+11
2021-09-15ASoC: SOF: imx: Provide debugfs_add_region_item ops for corePeter Ujfalusi2-0/+3
2021-09-15ASoC: SOF: imx: Do not initialize the snd_sof_dsp_ops.read64Peter Ujfalusi2-9/+0
2021-09-15ASoC: SOF: imx: imx8m: Bar index is only valid for IRAM and SRAM typesPeter Ujfalusi1-1/+8
2021-09-15ASoC: SOF: imx: imx8: Bar index is only valid for IRAM and SRAM typesPeter Ujfalusi1-1/+8
2021-06-22ASoC: SOF: imx: Add missing of_node_put() in imx8_probe()Yang Yingliang1-0/+1
2020-12-11ASoC: SOF: imx: update kernel-doc descriptionPierre-Louis Bossart1-0/+2
2020-11-12ASoC: SOF: imx: fix Kconfig punctuationRandy Dunlap1-5/+5
2020-09-21ASoC: SOF: imx: add missing MODULE_LICENSE() for imx-commonKai Vehmanen1-0/+3
2020-09-17ASoC: SOF: imx: Add debug support for imx platformsIulian Olaru6-2/+137
2020-08-26ASoC: SOF: sof-of-dev: Add .arch_ops fieldIulian Olaru3-0/+13
2020-08-26ASoC: SOF: imx: Replace sdev->private with sdev->pdata->hw_pdataIulian Olaru2-8/+8
2020-07-31ASoC: SOF: imx: use resource_sizeJulia Lawall1-2/+1