summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl_aud2htx: select SND_SOC_IMX_PCM_DMAArnd Bergmann2021-01-041-0/+1
* ASoC: imx-hdmi: Fix warning of the uninitialized variable retshengjiu wang2020-12-161-0/+1
* ASoC: fsl: Add imx-hdmi machine driverShengjiu Wang2020-12-083-0/+250
* ASoC: fsl_aud2htx: mark PM functions as __maybe_unusedArnd Bergmann2020-12-041-2/+2
* ASoC: fsl-asoc-card: Add support for si476x codecShengjiu Wang2020-12-031-0/+13
* ASoC: fsl_audmix: Remove unneeded data fieldFabio Estevam2020-12-031-11/+2
* ASoC: fsl: Fix config name of CONFIG_ARCH_MXCShengjiu Wang2020-11-261-1/+1
* ASoC: fsl_xcvr: fix potential resource leakViorel Suman2020-11-251-0/+1
* ASoC: imx-audmux: Remove unused .id_tableFabio Estevam2020-11-231-24/+4
* ASoC: fsl_sai: Correct the clock source for mclk0Shengjiu Wang2020-11-192-2/+19
* ASoC: fsl: SND_SOC_FSL_AUD2HTX should depend on ARCH_MXCGeert Uytterhoeven2020-11-171-0/+1
* ASoC: imx-ssi: Remove unused driverFabio Estevam2020-11-123-658/+1
* ASoC: fsl: eukrea: Remove the SND_SOC_IMX_SSI selectionFabio Estevam2020-11-121-1/+0
* ASoC: imx-mc13783: Remove unused driverFabio Estevam2020-11-123-166/+0
* ASoC: phycore-ac97: Remove unused driverFabio Estevam2020-11-123-135/+0
* ASoC: mx27vis-aic32x4: Remove unused driverFabio Estevam2020-11-123-227/+0
* ASoC: wm1133-ev1: Remove unused driverFabio Estevam2020-11-123-302/+0
* ASoC: fsl_xcvr: fix break conditionViorel Suman2020-11-101-1/+1
* ASoC: fsl_aud2htx: Remove dev_err() usage after platform_get_irq()Shengjiu Wang2020-11-091-4/+1
* ASoC: fsl_aud2htx: Add aud2htx module driverShengjiu Wang2020-11-054-0/+385
* Merge series "DAI driver for new XCVR IP" from "Viorel Suman (OSS)" <viorel.s...Mark Brown2020-10-264-0/+1637
|\
| * ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driverViorel Suman2020-10-264-0/+1637
* | ASoC: fsl_spdif: Add support for higher sample ratesShengjiu Wang2020-10-262-4/+21
* | ASoC: fsl_spdif: Add support for i.MX8QM platformShengjiu Wang2020-10-261-10/+47
|/
* Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown2020-10-0911-132/+326
|\
| * Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-061-1/+1
| |\
| * | ASoC: fsl_spdif: Remove unused npMark Brown2020-10-021-1/+0
| * | ASoC: fsl_spdif: Fix unnecessary check in fsl_spdif_probe()Tang Bin2020-10-011-3/+0
| * | ASoC: fsl: mx27vis-aic32x4: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-9/+1
| * | ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card()Qinglang Miao2020-10-011-9/+1
| * | ASoC: fsl: imx-audmix: Use devm_kcalloc() instead of devm_kzalloc()Xu Wang2020-09-251-4/+4
| * | Merge series "ASoC: fsl_sai: update the register list" from Shengjiu Wang <sh...Mark Brown2020-09-172-0/+164
| |\ \
| | * | ASoC: fsl_sai: Set MCLK input or output directionShengjiu Wang2020-09-171-0/+7
| | * | ASoC: fsl_sai: Add fsl_sai_check_version functionShengjiu Wang2020-09-172-0/+75
| | * | ASoC: fsl_sai: Add new added registers and new bit definitionShengjiu Wang2020-09-172-0/+82
| * | | Merge branch 'asoc-5.9' into asoc-5.10Mark Brown2020-09-171-4/+12
| |\ \ \ | | |/ / | |/| |
| * | | ASoC: fsl: Replace tasklet with workTakashi Iwai2020-09-091-7/+7
| * | | Merge branch 'topic/tasklet-convert' of https://git.kernel.org/pub/scm/linux/...Mark Brown2020-09-091-4/+3
| |\ \ \
| * | | | ASoC: fsl: imx-es8328: add missing put_device() call in imx_es8328_probe()Yu Kuai2020-09-081-5/+7
| * | | | ASoC: fsl_sai: Set SAI Channel Mode to Output ModeShengjiu Wang2020-09-032-2/+10
| * | | | ASoC: fsl_sai: Support multiple data channel enable bitsShengjiu Wang2020-09-032-19/+13
| * | | | ASoC: fsl_sai: Add -EPROBE_DEFER check for regmap initShengjiu Wang2020-08-241-1/+1
| * | | | ASoC: fsl-asoc-card: add support for TLV320AIC32x4 codecMatthias Schiffer2020-08-212-1/+5
| * | | | Merge series "refine and clean code for synchronous mode" from Shengjiu Wang ...Mark Brown2020-08-181-71/+102
| |\ \ \ \
| | * | | | ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_syncedShengjiu Wang2020-08-171-24/+16
| | * | | | ASoC: fsl_sai: Drop TMR/RMR settings for synchronous modeShengjiu Wang2020-08-171-6/+1
| | * | | | ASoC: fsl_sai: Refine enable/disable TE/RE sequence in trigger()Shengjiu Wang2020-08-171-41/+85
| * | | | | ASoC: fsl-asoc-card: Get "extal" clock rate by clk_get_rateShengjiu Wang2020-08-181-0/+11
| * | | | | ASoC: various vendors: delete repeated words in commentsRandy Dunlap2020-08-181-1/+1
| |/ / / /
| * | | | Merge existing fixes from asoc/for-5.9Mark Brown2020-08-172-85/+70
| |\ \ \ \