aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-24ASoC: fsl_audmix: add missed pm_runtime_disableChuhong Yuan1-1/+8
2019-11-11ASoC: fsl_audmix: Add spin lock to protect tdmsShengjiu Wang2-0/+7
2019-10-28ASoC: fsl_esai: Add spin lock to protect reset, stop and startShengjiu Wang1-0/+12
2019-10-28ASoC: fsl_asrc: refine the setting of internal clock dividerShengjiu Wang1-11/+34
2019-10-28ASoC: fsl: fsl_dma: fix build failureMichael Ellerman1-1/+0
2019-10-14ASoC: fsl_mqs: Move static keyword to the front of declarationsYueHaibing1-1/+1
2019-10-08ASoC: fsl: fsl_dma: don't use snd_soc_rtdcom_lookup()Kuninori Morimoto1-2/+1
2019-10-08ASoC: fsl: fsl_asrc_dma: remove snd_pcm_opsKuninori Morimoto1-27/+29
2019-10-08ASoC: fsl: mpc5200_dma: remove snd_pcm_opsKuninori Morimoto1-25/+26
2019-10-08ASoC: fsl: fsl_dma: remove snd_pcm_opsKuninori Morimoto1-27/+23
2019-10-08ASoC: fsl: imx-pcm-fiq: remove snd_pcm_opsKuninori Morimoto1-25/+31
2019-10-07ASoC: fsl_mqs: Fix error handling in probeDan Carpenter1-12/+15
2019-10-07ASoC: fsl_mqs: remove set but not used variable 'bclk'YueHaibing1-2/+1
2019-10-01ASoC: fsl_asrc: Fix error with S24_3LE format bitstream in i.MX8Shengjiu Wang3-9/+62
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 Wang2-20/+40
2019-10-01ASoC: fsl_mqs: Add MQS component driverShengjiu Wang3-0/+345
2019-09-23Merge tag 'asoc-fix-v5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-0/+16
2019-09-17ASoC: fsl_sai: Fix noise when using EDMAMihai Serban2-0/+16
2019-09-15Merge branch 'asoc-5.4' into asoc-nextMark Brown10-236/+524
2019-09-13ASoC: fsl_sai: Implement set_bclk_ratioViorel Suman2-2/+20
2019-08-29ASoC: fsl_ssi: Fix clock control issue in master modeShengjiu Wang1-9/+9
2019-08-27ASoC: imx-audmix: register the card on a proper devShengjiu Wang1-2/+2
2019-08-21ASoC: fsl_sai: Add support for imx8qmDaniel Baluta1-0/+7
2019-08-20Merge branch 'asoc-5.3' into asoc-5.4Mark Brown1-1/+53
2019-08-16ASoC: imx-audmux: Add driver suspend and resume to support MEGA FastShengjiu Wang1-1/+53
2019-08-12ASoC: fsl_esai: Add compatible string for imx6ullShengjiu Wang1-0/+1
2019-08-07ASoC: fsl_sai: Add support for imx7ulp/imx8mqDaniel Baluta1-0/+14
2019-08-07ASoC: fsl_sai: Add support for SAI new versionDaniel Baluta2-113/+156
2019-08-07ASoC: fsl_sai: Update Tx/Rx channel enable maskDaniel Baluta2-2/+5
2019-08-07ASoC: fsl_sai: Add registers definition for multiple datalinesDaniel Baluta2-14/+98
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd6-18/+6
2019-07-31ASoC: fsl_audmix: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: imx-audmux: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-23ASoC: fsl_esai: recover the channel swap after xrunShengjiu Wang1-0/+74
2019-07-22ASoC: fsl_sai: mark regmap as fast_ioLucas Stach1-0/+1
2019-07-22ASoC: fsl_sai: derive TX FIFO watermark from FIFO depthLucas Stach2-1/+4
2019-07-22ASoC: fsl_sai: add of_match dataLucas Stach2-9/+19
2019-07-22ASoC: fsl_esai: Wrap some operations to be functionsShengjiu Wang1-71/+117
2019-06-28ASoC: fsl: imx-audmix: consider CPU-Platform possibilityKuninori Morimoto1-4/+10
2019-06-28ASoC: fsl: imx-spdif: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: fsl: imx-sgtl5000: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: fsl: imx-es8328: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-28ASoC: fsl: fsl-asoc-card: consider CPU-Platform possibilityKuninori Morimoto1-1/+5
2019-06-28ASoC: fsl: eukrea-tlv320: consider CPU-Platform possibilityKuninori Morimoto1-1/+4
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2-5/+2
2019-06-19ASoC: fsl: imx-audmix: don't select unnecessary PlatformKuninori Morimoto1-10/+4
2019-06-19ASoC: fsl: imx-spdif: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: fsl: imx-sgtl5000: don't select unnecessary PlatformKuninori Morimoto1-4/+1
2019-06-19ASoC: fsl: imx-es8328: don't select unnecessary PlatformKuninori Morimoto1-4/+1