aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_asrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21ASoC: fsl_asrc: Unify the supported input and output rateS.j. Wang1-13/+19
2019-05-21Merge branch 'for-5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.3Mark 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-27scripts/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' into asoc-nextMark 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/topic/fsl', 'asoc/topic/fsl-asrc' and 'asoc/topic/fsl-esai' into asoc-nextMark 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/topic/fsi', 'asoc/topic/fsl' and 'asoc/topic/fsl-asrc' into asoc-nextMark 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
2014-12-13sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-2/+2
2014-11-17Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/cs41l51', 'asoc/fix/dpcm', 'asoc/fix/es8328', 'asoc/fix/fsl-asrc', 'asoc/fix/max98090', 'asoc/fix/rcar', 'asoc/fix/rockchip' and 'asoc/fix/rt5645' into asoc-linusMark Brown1-0/+26
2014-10-28ASoC: fsl_asrc: Add reg_defaults for regmap to fix kernel dumpNicolin Chen1-0/+26
2014-10-22ASoC: fsl: use strncpy() to prevent copying of over-long namesDaniel Mack1-1/+1
2014-08-27ASoC: fsl-asrc: Convert to use regmap framework's endianness method.Xiubo Li1-5/+1
2014-08-04ASoC: fsl_asrc: Don't access members of config before checking itNicolin Chen1-3/+6
2014-07-31ASoC: fsl_asrc: fix an error code in fsl_asrc_probe()Dan Carpenter1-1/+1
2014-07-31ASoC: fsl_asrc: Fix sparse warnings in FSL_ASRC_FORMATS due to typoNicolin Chen1-1/+1
2014-07-29ASoC: fsl_asrc: Use 'ifdef' for config optionsFabio Estevam1-2/+2
2014-07-29ASoC: fsl_asrc: Add ASRC ASoC CPU DAI and platform driversNicolin Chen1-0/+992