aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
AgeCommit message (Expand)Author
2022-04-15ASoC: imx-es8328: Fix error return code in imx_es8328_probe()Wang Wensheng
2022-02-08ASoC: fsl: Add missing error handling in pcm030_fabric_probeMiaoqian Lin
2021-04-21ASoC: fsl_esai: Fix TDM slot setup for I2S modeAlexander Shiyan
2021-03-24ASoC: fsl_ssi: Fix TDM slot setup for I2S modeAlexander Shiyan
2020-10-29ASoC: fsl_sai: Instantiate snd_soc_dai_driverShengjiu Wang
2020-10-29ASoC: fsl: imx-es8328: add missing put_device() call in imx_es8328_probe()Yu Kuai
2020-08-19ASoC: fsl_sai: Fix value of FSL_SAI_CR1_RFW_MASKShengjiu Wang
2020-06-30ASoC: fsl_ssi: Fix bclk calculation for mono channelShengjiu Wang
2020-06-24ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failedXiyu Yang
2020-06-24ASoC: fsl_esai: Disable exception interrupt before scheduling taskletShengjiu Wang
2020-02-28ASoC: fsl_sai: Fix exiting path on probing failureOleksandr Suvorov
2020-02-01ASoC: fsl_audmix: add missed pm_runtime_disableChuhong Yuan
2020-01-17ASoC: fsl_esai: Add spin lock to protect reset, stop and startShengjiu Wang
2019-12-17ASoC: fsl_audmix: Add spin lock to protect tdmsShengjiu Wang
2019-09-23Merge tag 'asoc-fix-v5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2019-09-17ASoC: fsl_sai: Fix noise when using EDMAMihai Serban
2019-09-15Merge branch 'asoc-5.4' into asoc-nextMark Brown
2019-09-13ASoC: fsl_sai: Implement set_bclk_ratioViorel Suman
2019-08-29ASoC: fsl_ssi: Fix clock control issue in master modeShengjiu Wang
2019-08-27ASoC: imx-audmix: register the card on a proper devShengjiu Wang
2019-08-21ASoC: fsl_sai: Add support for imx8qmDaniel Baluta
2019-08-20Merge branch 'asoc-5.3' into asoc-5.4Mark Brown
2019-08-16ASoC: imx-audmux: Add driver suspend and resume to support MEGA FastShengjiu Wang
2019-08-12ASoC: fsl_esai: Add compatible string for imx6ullShengjiu Wang
2019-08-07ASoC: fsl_sai: Add support for imx7ulp/imx8mqDaniel Baluta
2019-08-07ASoC: fsl_sai: Add support for SAI new versionDaniel Baluta
2019-08-07ASoC: fsl_sai: Update Tx/Rx channel enable maskDaniel Baluta
2019-08-07ASoC: fsl_sai: Add registers definition for multiple datalinesDaniel Baluta
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-31ASoC: fsl_audmix: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-31ASoC: imx-audmux: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-23ASoC: fsl_esai: recover the channel swap after xrunShengjiu Wang
2019-07-22ASoC: fsl_sai: mark regmap as fast_ioLucas Stach
2019-07-22ASoC: fsl_sai: derive TX FIFO watermark from FIFO depthLucas Stach
2019-07-22ASoC: fsl_sai: add of_match dataLucas Stach
2019-07-22ASoC: fsl_esai: Wrap some operations to be functionsShengjiu Wang
2019-06-28ASoC: fsl: imx-audmix: consider CPU-Platform possibilityKuninori Morimoto
2019-06-28ASoC: fsl: imx-spdif: consider CPU-Platform possibilityKuninori Morimoto
2019-06-28ASoC: fsl: imx-sgtl5000: consider CPU-Platform possibilityKuninori Morimoto
2019-06-28ASoC: fsl: imx-es8328: consider CPU-Platform possibilityKuninori Morimoto
2019-06-28ASoC: fsl: fsl-asoc-card: consider CPU-Platform possibilityKuninori Morimoto
2019-06-28ASoC: fsl: eukrea-tlv320: consider CPU-Platform possibilityKuninori Morimoto
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown
2019-06-19ASoC: fsl: imx-audmix: don't select unnecessary PlatformKuninori Morimoto
2019-06-19ASoC: fsl: imx-spdif: don't select unnecessary PlatformKuninori Morimoto
2019-06-19ASoC: fsl: imx-sgtl5000: don't select unnecessary PlatformKuninori Morimoto
2019-06-19ASoC: fsl: imx-es8328: don't select unnecessary PlatformKuninori Morimoto
2019-06-19ASoC: fsl: fsl-asoc-card: don't select unnecessary PlatformKuninori Morimoto
2019-06-19ASoC: fsl: eukrea-tlv320: don't select unnecessary PlatformKuninori Morimoto
2019-06-14ASoC: fsl: no need to check return value of debugfs_create functionsGreg Kroah-Hartman