summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_asrc_dma.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-5/+5
* ASoC: fsl_asrc_dma: fix potential null-ptr-derefNikita Zhandarovich2023-04-191-3/+8
* ASoC: fsl_asrc_dma: fully initialize structsSascha Hauer2022-09-231-2/+1
* ASoC: fsl_asrc_dma: Add legacy_dai_naming flagShengjiu Wang2022-07-041-0/+1
* ASoC: fsl_asrc_dma: Use dmaengine_terminate_async()Sascha Hauer2022-06-201-2/+2
* ASoC: fsl_asrc_dma: enable dual fifo for ASRC P2PShengjiu Wang2022-06-061-0/+14
* dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
* ASoC: fsl_asrc_dma: Use managed buffer allocationTakashi Iwai2021-08-041-44/+3
* ASoC: fsl_asrc_dma: request dma channel from specific controllerRobin Gong2021-03-121-1/+4
* ASoC: fsl: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-2/+2
* ASoC: fsl_asrc_dma: Fix data copying speed issue with EDMAShengjiu Wang2020-06-121-11/+15
* ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-EndShengjiu Wang2020-06-121-5/+20
* ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failedXiyu Yang2020-05-291-0/+1
* ASoC: fsl_asrc: Move common definition to fsl_asrc_commonShengjiu Wang2020-04-211-12/+13
* ASoC: fsl_asrc: Support new property fsl,asrc-formatShengjiu Wang2020-04-211-3/+12
* ASoC: fsl_asrc: rename asrc_priv to asrcShengjiu Wang2020-04-211-12/+12
* ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-3/+3
* ASoC: fsl: fsl_asrc_dma: use for_each_pcm_streams() macroKuninori Morimoto2020-02-181-2/+2
* ASoC: fsl_asrc: Add support for imx8qm & imx8qxpShengjiu Wang2020-01-141-14/+27
* ASoC: fsl: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ASoC: fsl: fsl_asrc_dma: remove snd_pcm_opsKuninori Morimoto2019-10-081-27/+29
* ASoC: fsl_asrc: Fix error with S24_3LE format bitstream in i.MX8Shengjiu Wang2019-10-011-7/+57
* ASoC: add for_each_dpcm_be() macroKuninori Morimoto2018-09-201-1/+1
* ASoC: fsl_asrc: Switch to SPDX identifierFabio Estevam2018-07-241-11/+7
* ASoC: fsl: asrc: replace platform to componentKuninori Morimoto2018-02-121-5/+9
* ASoC: fsl: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
* ASoC: Freescale: Delete an error message for a failed memory allocation in th...Markus Elfring2017-08-151-3/+1
* ASoC: fsl_asrc_dma: use correct direction enum typeStefan Agner2017-04-211-1/+1
* ASoC: constify snd_pcm_ops structuresJulia Lawall2016-09-121-1/+1
* ASoC: fsl_sarc_dma: Check pair before using itNicolin Chen2014-08-041-2/+7
* ASoC: fsl_asrc: Add ASRC ASoC CPU DAI and platform driversNicolin Chen2014-07-291-0/+386