summaryrefslogtreecommitdiff
path: root/sound/soc/fsl
AgeCommit message (Expand)AuthorFilesLines
2022-12-19ASoC: fsl_micfil: explicitly clear CHnF flagsShengjiu Wang1-0/+8
2022-12-19ASoC: fsl_micfil: explicitly clear software reset bitShengjiu Wang1-0/+11
2022-10-26ASoC: eureka-tlv320: Hold reference returned from of_find_xxx APILiang He1-3/+5
2022-08-21ASoC: fsl_easrc: use snd_pcm_format_t type for sample_formatShengjiu Wang2-4/+7
2022-06-14ASoC: fsl_sai: Fix FSL_SAI_xDR/xFR definitionShengjiu Wang1-2/+2
2022-06-09ASoC: fsl: Fix refcount leak in imx_sgtl5000_probeMiaoqian Lin1-6/+8
2022-04-08ASoC: imx-es8328: Fix error return code in imx_es8328_probe()Wang Wensheng1-0/+1
2022-04-08ASoC: fsl_spdif: Disable TX clock when stopShengjiu Wang1-0/+2
2022-02-08ASoC: fsl: Add missing error handling in pcm030_fabric_probeMiaoqian Lin1-3/+8
2022-01-27ASoC: fsl_asrc: refine the check of available clock dividerShengjiu Wang1-11/+58
2022-01-27ASoC: fsl_mqs: fix MODULE_ALIASAlyssa Ross1-1/+1
2021-07-14ASoC: fsl_spdif: Fix unexpected interrupt after suspendShengjiu Wang1-0/+3
2021-07-14ASoC: fsl_spdif: Fix error handler with pm_runtime_enableShengjiu Wang1-3/+17
2021-06-23ASoC: fsl-asoc-card: Set .owner attribute when registering card.Nicolas Cavallari1-0/+1
2021-04-21ASoC: fsl_esai: Fix TDM slot setup for I2S modeAlexander Shiyan1-3/+5
2021-03-25ASoC: fsl_ssi: Fix TDM slot setup for I2S modeAlexander Shiyan1-2/+4
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-02ASoC: 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
2020-09-17ASoC: fsl_sai: Add fsl_sai_check_version functionShengjiu Wang2-0/+75
2020-09-17ASoC: fsl_sai: Add new added registers and new bit definitionShengjiu Wang2-0/+82
2020-09-17ASoC: fsl_audmix: make clock and output src write onlyViorel Suman1-4/+12
2020-09-09ASoC: fsl: Replace tasklet with workTakashi Iwai1-7/+7
2020-09-09Merge branch 'topic/tasklet-convert' of https://git.kernel.org/pub/scm/linux/...Mark Brown1-4/+3
2020-09-08ASoC: fsl: imx-es8328: add missing put_device() call in imx_es8328_probe()Yu Kuai1-5/+7
2020-09-04Merge tag 'sound-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-4/+3
2020-09-03ASoC: fsl_sai: Set SAI Channel Mode to Output ModeShengjiu Wang2-2/+10
2020-09-03ASoC: fsl_sai: Support multiple data channel enable bitsShengjiu Wang2-19/+13
2020-09-02ASoC: fsl_esai: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-08-24ASoC: fsl_sai: Add -EPROBE_DEFER check for regmap initShengjiu Wang1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21ASoC: fsl-asoc-card: add support for TLV320AIC32x4 codecMatthias Schiffer2-1/+5
2020-08-19Merge tag 'asoc-fix-v5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2-85/+70
2020-08-18Merge series "refine and clean code for synchronous mode" from Shengjiu Wang ...Mark Brown1-71/+102
2020-08-18ASoC: fsl-asoc-card: Get "extal" clock rate by clk_get_rateShengjiu Wang1-0/+11
2020-08-18ASoC: various vendors: delete repeated words in commentsRandy Dunlap1-1/+1
2020-08-17ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_syncedShengjiu Wang1-24/+16
2020-08-17ASoC: fsl_sai: Drop TMR/RMR settings for synchronous modeShengjiu Wang1-6/+1
2020-08-17ASoC: fsl_sai: Refine enable/disable TE/RE sequence in trigger()Shengjiu Wang1-41/+85
2020-08-17Merge existing fixes from asoc/for-5.9Mark Brown2-85/+70
2020-08-03ASoC: fsl: Fix unused variable warningTakashi Iwai1-1/+0