summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_asrc.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl: merge DAI call back functions into opsKuninori Morimoto2023-08-141-8/+8
* ASoC: fsl: fsl_asrc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=NMaarten Zanders2022-10-281-1/+1
* ASoC: fsl_asrc: Add initialization finishing check in runtime resumeShengjiu Wang2022-09-091-1/+28
* ASoC: fsl_asrc: force cast the asrc_format typeShengjiu Wang2022-07-211-2/+4
* ASoC: fsl_asrc: using pm_runtime_resume_and_get to simplify the codeMinghao Chi2022-04-251-4/+2
* dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
* ASoC: fsl_asrc: refine the check of available clock dividerShengjiu Wang2022-01-061-11/+58
* ASoC: fsl_asrc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-211-2/+1
* ASoC: fsl_asrc: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-241-13/+44
* ASoC: fsl: fsl_asrc: remove useless assignmentPierre-Louis Bossart2021-03-101-1/+1
* ASoC: fsl_asrc: Remove of_device_get_match_data() error checkFabio Estevam2021-01-201-5/+0
* ASoC: fsl: fsl_asrc: fix kernel-docPierre-Louis Bossart2020-07-031-18/+39
* ASoC: fsl_asrc: Add an option to select internal ratio modeShengjiu Wang2020-07-011-2/+44
* ASoC: fsl_asrc: Merge suspend/resume function to runtime_suspend/resumeShengjiu Wang2020-05-251-43/+27
* ASoC: fsl_asrc: Fix -Wmissing-prototypes warningshengjiu wang2020-05-251-2/+2
* ASoC: fsl_asrc: Set ASR76K and ASR56K based on processing clockShengjiu Wang2020-05-191-5/+10
* soc: fsl_asrc: Make some functions staticChenTao2020-05-071-2/+2
* ASoC: fsl_asrc: Move common definition to fsl_asrc_commonShengjiu Wang2020-04-211-28/+54
* ASoC: fsl_asrc: Support new property fsl,asrc-formatShengjiu Wang2020-04-211-15/+26
* ASoC: fsl_asrc: rename asrc_priv to asrcShengjiu Wang2020-04-211-149/+149
* ASoC: fsl_asrc: Add support for imx8qm & imx8qxpShengjiu Wang2020-01-141-20/+105
* ASoC: fsl_asrc: refine the setting of internal clock dividerShengjiu Wang2019-10-281-11/+34
* ASoC: fsl_asrc: Fix error with S24_3LE format bitstream in i.MX8Shengjiu Wang2019-10-011-2/+2
* ASoC: fsl_asrc: update supported sample formatShengjiu Wang2019-10-011-2/+3
* ASoC: fsl_asrc: Use in(out)put_format instead of in(out)put_word_widthShengjiu Wang2019-10-011-18/+38
* ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-3/+1
* ASoC: fsl_asrc: Unify the supported input and output rateS.j. Wang2019-05-211-13/+19
* Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-05-211-2/+2
|\
| * ASoC: fsl_asrc: Fix the issue about unsupported rateS.j. Wang2019-05-161-2/+2
* | ASoC: fsl_asrc: replace the process_option table with functionS.j. Wang2019-05-161-20/+51
|/
* ASoC: fsl_asrc: add constraint for the asrc of older versionS.j. Wang2019-03-211-0/+14
* ASoC: fsl_asrc: Switch to SPDX identifierFabio Estevam2018-07-241-11/+7
* ASoC: fsl: asrc: replace platform to componentKuninori Morimoto2018-02-121-10/+0
* ASoC: fsl_asrc: constify snd_soc_dai_ops structureGustavo A. R. Silva2017-07-171-1/+1
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* ASoC: fsl_asrc: use flat regmap cacheMarek Vasut2016-09-201-1/+1
* ASoC: fsl_asrc: Use np variableFabio Estevam2016-08-191-1/+1
* ASoC: fsl_asrc: Remove unneeded driver registration messageFabio Estevam2016-08-191-2/+0
* ASoC: fsl_asrc: Propagate the real error codeFabio Estevam2016-08-191-3/+3
*-. Merge remote-tracking branches 'asoc/topic/fsl-asrc' and 'asoc/topic/fsl-ssi'...Mark Brown2016-01-111-0/+7
|\ \
| * | ASoC: fsl_asrc: sound is wrong after suspend/resumeZidan Wang2016-01-051-0/+7
| | |
| \ \
*-. | | Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/top...Mark Brown2015-12-231-17/+38
|\ \| | | | |/ | |/|
| | * ASoC: fsl_asrc: add support for 8-30kHz output sample rateZidan Wang2015-12-231-16/+23
| | * ASoC: fsl_asrc: spba clock is needed by asrc deviceShengjiu Wang2015-11-251-0/+14
| |/ |/|
| * ASoC: fsl: using params_width function to simplify codeZidan Wang2015-11-251-1/+1
|/
* ASoC: fsl: fsl_asrc: Check for clk_prepare_enable() errorFabio Estevam2015-07-071-5/+20
*-. Merge remote-tracking branches 'asoc/topic/doc', 'asoc/topic/dwc', 'asoc/topi...Mark Brown2015-02-041-3/+2
|\ \
| | * ASoC: fsl_asrc: Use dev_name() for registering the irqFabio Estevam2014-12-301-2/+1
| |/ |/|
| * ASoC: fsl_asrc: Make error message conciseFabio Estevam2015-01-081-1/+1
|/