summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
AgeCommit message (Expand)AuthorFilesLines
2021-04-02ASoC: fsl_esai: Fix TDM slot setup for I2S modeAlexander Shiyan1-3/+5
2021-03-10ASoC: fsl_ssi: Fix TDM slot setup for I2S modeAlexander Shiyan1-2/+4
2021-02-08ASoC: fsl_esai: Remove unused 'imx' fieldFabio Estevam1-5/+0
2021-02-08ASoC: fsl: constify static snd_soc_dai_ops structsRikard Falkeborn3-3/+3
2021-02-05Merge branch 'asoc-5.11' into asoc-5.12Mark Brown1-1/+1
2021-02-02ASoC: fsl_spdif: Utilize the defined parameter to clear codeTang Bin1-5/+5
2021-01-21ASoC: fsl: sync parameter naming (rate/sample_bits)Kuninori Morimoto3-8/+8
2021-01-20ASoC: fsl_spdif: Remove of_device_get_match_data() error checkFabio Estevam1-4/+0
2021-01-20ASoC: fsl_esai: Remove of_device_get_match_data() error checkFabio Estevam1-4/+0
2021-01-20ASoC: fsl_asrc: Remove of_device_get_match_data() error checkFabio Estevam1-5/+0
2021-01-20ASoC: fsl_xcvr: Remove unused of_id variableFabio Estevam1-5/+0
2021-01-20ASoC: fsl_micfil: Use of_device_get_match_data()Fabio Estevam1-6/+1
2021-01-20ASoC: fsl_ssi: Use of_device_get_match_data()Fabio Estevam1-7/+1
2021-01-08ASoC: hdmi-codec: Fix return value in hdmi_codec_set_jack()Stephan Gerhold1-1/+1
2021-01-04ASoC: fsl_aud2htx: select SND_SOC_IMX_PCM_DMAArnd Bergmann1-0/+1
2020-12-16ASoC: imx-hdmi: Fix warning of the uninitialized variable retshengjiu wang1-0/+1
2020-12-08ASoC: fsl: Add imx-hdmi machine driverShengjiu Wang3-0/+250
2020-12-04ASoC: fsl_aud2htx: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-12-03ASoC: fsl-asoc-card: Add support for si476x codecShengjiu Wang1-0/+13
2020-12-03ASoC: fsl_audmix: Remove unneeded data fieldFabio Estevam1-11/+2
2020-11-26ASoC: fsl: Fix config name of CONFIG_ARCH_MXCShengjiu Wang1-1/+1
2020-11-25ASoC: fsl_xcvr: fix potential resource leakViorel Suman1-0/+1
2020-11-23ASoC: imx-audmux: Remove unused .id_tableFabio Estevam1-24/+4
2020-11-19ASoC: fsl_sai: Correct the clock source for mclk0Shengjiu Wang2-2/+19
2020-11-17ASoC: fsl: SND_SOC_FSL_AUD2HTX should depend on ARCH_MXCGeert Uytterhoeven1-0/+1
2020-11-12ASoC: imx-ssi: Remove unused driverFabio Estevam3-658/+1
2020-11-12ASoC: fsl: eukrea: Remove the SND_SOC_IMX_SSI selectionFabio Estevam1-1/+0
2020-11-12ASoC: imx-mc13783: Remove unused driverFabio Estevam3-166/+0
2020-11-12ASoC: phycore-ac97: Remove unused driverFabio Estevam3-135/+0
2020-11-12ASoC: mx27vis-aic32x4: Remove unused driverFabio Estevam3-227/+0
2020-11-12ASoC: wm1133-ev1: Remove unused driverFabio Estevam3-302/+0
2020-11-10ASoC: fsl_xcvr: fix break conditionViorel Suman1-1/+1
2020-11-09ASoC: fsl_aud2htx: Remove dev_err() usage after platform_get_irq()Shengjiu Wang1-4/+1
2020-11-05ASoC: fsl_aud2htx: Add aud2htx module driverShengjiu Wang4-0/+385
2020-10-26Merge series "DAI driver for new XCVR IP" from "Viorel Suman (OSS)" <viorel.s...Mark Brown4-0/+1637
2020-10-26ASoC: fsl_spdif: Add support for higher sample ratesShengjiu Wang2-4/+21
2020-10-26ASoC: fsl_spdif: Add support for i.MX8QM platformShengjiu Wang1-10/+47
2020-10-26ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driverViorel Suman4-0/+1637
2020-10-09Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown11-132/+326
2020-10-09Merge remote-tracking branch 'asoc/for-5.9' into asoc-linusMark Brown3-12/+24
2020-10-06Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown1-1/+1
2020-10-02ASoC: fsl_spdif: Remove unused npMark Brown1-1/+0
2020-10-01ASoC: fsl_spdif: Fix unnecessary check in fsl_spdif_probe()Tang Bin1-3/+0
2020-10-01ASoC: fsl: mx27vis-aic32x4: use devm_snd_soc_register_card()Qinglang Miao1-9/+1
2020-10-01ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card()Qinglang Miao1-9/+1
2020-09-25ASoC: fsl: imx-audmix: Use devm_kcalloc() instead of devm_kzalloc()Xu Wang1-4/+4
2020-09-25ASoC: fsl_sai: Instantiate snd_soc_dai_driverShengjiu Wang2-8/+12
2020-09-17Merge series "ASoC: fsl_sai: update the register list" from Shengjiu Wang <sh...Mark Brown2-0/+164
2020-09-17Merge branch 'asoc-5.9' into asoc-5.10Mark Brown1-4/+12
2020-09-17ASoC: fsl_sai: Set MCLK input or output directionShengjiu Wang1-0/+7