summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_asrc.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14ASoC: fsl: merge DAI call back functions into opsKuninori Morimoto1-8/+8
2023-03-20ASoC: fsl: fsl_asrc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-10-28ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=NMaarten Zanders1-1/+1
2022-09-10ASoC: fsl_asrc: Add initialization finishing check in runtime resumeShengjiu Wang1-1/+28
2022-07-21ASoC: fsl_asrc: force cast the asrc_format typeShengjiu Wang1-2/+4
2022-04-25ASoC: fsl_asrc: using pm_runtime_resume_and_get to simplify the codeMinghao Chi1-4/+2
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer1-1/+1
2022-01-06ASoC: fsl_asrc: refine the check of available clock dividerShengjiu Wang1-11/+58
2021-06-21ASoC: fsl_asrc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-03-24ASoC: fsl_asrc: Don't use devm_regmap_init_mmio_clkShengjiu Wang1-13/+44
2021-03-10ASoC: fsl: fsl_asrc: remove useless assignmentPierre-Louis Bossart1-1/+1
2021-01-20ASoC: fsl_asrc: Remove of_device_get_match_data() error checkFabio Estevam1-5/+0
2020-07-03ASoC: fsl: fsl_asrc: fix kernel-docPierre-Louis Bossart1-18/+39
2020-07-01ASoC: fsl_asrc: Add an option to select internal ratio modeShengjiu Wang1-2/+44
2020-05-25ASoC: fsl_asrc: Merge suspend/resume function to runtime_suspend/resumeShengjiu Wang1-43/+27
2020-05-25ASoC: fsl_asrc: Fix -Wmissing-prototypes warningshengjiu wang1-2/+2
2020-05-19ASoC: fsl_asrc: Set ASR76K and ASR56K based on processing clockShengjiu Wang1-5/+10
2020-05-07soc: fsl_asrc: Make some functions staticChenTao1-2/+2
2020-04-21ASoC: fsl_asrc: Move common definition to fsl_asrc_commonShengjiu Wang1-28/+54
2020-04-21ASoC: fsl_asrc: Support new property fsl,asrc-formatShengjiu Wang1-15/+26
2020-04-21ASoC: fsl_asrc: rename asrc_priv to asrcShengjiu Wang1-149/+149
2020-01-14ASoC: fsl_asrc: Add support for imx8qm & imx8qxpShengjiu Wang1-20/+105
2019-10-28ASoC: fsl_asrc: refine the setting of internal clock dividerShengjiu Wang1-11/+34
2019-10-01ASoC: fsl_asrc: Fix error with S24_3LE format bitstream in i.MX8Shengjiu Wang1-2/+2
2019-10-01ASoC: fsl_asrc: update supported sample formatShengjiu Wang1-2/+3
2019-10-01ASoC: fsl_asrc: Use in(out)put_format instead of in(out)put_word_widthShengjiu Wang1-18/+38
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-22ASoC: fsl_asrc: Unify the supported input and output rateS.j. Wang1-13/+19
2019-05-22Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-2/+2
2019-05-16ASoC: fsl_asrc: replace the process_option table with functionS.j. Wang1-20/+51
2019-05-16ASoC: fsl_asrc: Fix the issue about unsupported rateS.j. Wang1-2/+2
2019-03-21ASoC: fsl_asrc: add constraint for the asrc of older versionS.j. Wang1-0/+14
2018-07-24ASoC: fsl_asrc: Switch to SPDX identifierFabio Estevam1-11/+7
2018-02-12ASoC: fsl: asrc: replace platform to componentKuninori Morimoto1-10/+0
2017-07-17ASoC: fsl_asrc: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-02-28scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-09-20ASoC: fsl_asrc: use flat regmap cacheMarek Vasut1-1/+1
2016-08-19ASoC: fsl_asrc: Use np variableFabio Estevam1-1/+1
2016-08-19ASoC: fsl_asrc: Remove unneeded driver registration messageFabio Estevam1-2/+0
2016-08-19ASoC: fsl_asrc: Propagate the real error codeFabio Estevam1-3/+3
2016-01-11Merge remote-tracking branches 'asoc/topic/fsl-asrc' and 'asoc/topic/fsl-ssi'...Mark Brown1-0/+7
2016-01-05ASoC: fsl_asrc: sound is wrong after suspend/resumeZidan Wang1-0/+7
2015-12-23Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/top...Mark Brown1-17/+38
2015-12-23ASoC: fsl_asrc: add support for 8-30kHz output sample rateZidan Wang1-16/+23
2015-11-25ASoC: fsl_asrc: spba clock is needed by asrc deviceShengjiu Wang1-0/+14
2015-11-25ASoC: fsl: using params_width function to simplify codeZidan Wang1-1/+1
2015-07-07ASoC: fsl: fsl_asrc: Check for clk_prepare_enable() errorFabio Estevam1-5/+20
2015-02-04Merge remote-tracking branches 'asoc/topic/doc', 'asoc/topic/dwc', 'asoc/topi...Mark Brown1-3/+2
2015-01-08ASoC: fsl_asrc: Make error message conciseFabio Estevam1-1/+1
2014-12-30ASoC: fsl_asrc: Use dev_name() for registering the irqFabio Estevam1-2/+1