summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
AgeCommit message (Expand)AuthorFilesLines
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
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-23treewide: 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
2020-08-03ASoC: fsl-asoc-card: Remove fsl_asoc_card_set_bias_level functionShengjiu Wang1-84/+70
2020-07-31Merge remote-tracking branch 'asoc/for-5.9' into asoc-nextMark Brown23-228/+547
2020-07-31ASoC: fsl_sai: Fix value of FSL_SAI_CR1_RFW_MASKShengjiu Wang2-3/+4
2020-07-23Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Mark Brown15-28/+28
2020-07-23ASoC: fsl-asoc-card: Support configuring dai fmt from DTShengjiu Wang1-0/+28
2020-07-23ASoC: fsl_esai: add IRQF_SHARED for devm_request_irqShengjiu Wang1-1/+1
2020-07-23ASoC: fsl: Replace HTTP links with HTTPS onesAlexander A. Klimov2-3/+3
2020-07-23ASoC: fsl: use asoc_substream_to_rtd()Kuninori Morimoto15-28/+28
2020-07-16Merge series "ASoC: fsl-asoc-card: Support hp and mic detection" from Shengji...Mark Brown2-2/+76
2020-07-16ASoC: fsl: fsl-asoc-card: Trivial: Fix misspelling of 'exists'Lee Jones1-1/+1
2020-07-16ASoC: fsl-asoc-card: Support Headphone and Microphone Jack detectionShengjiu Wang2-2/+76
2020-07-10ASoC: fsl_spdif: Add kctl for configuring TX validity bitShengjiu Wang1-4/+43
2020-07-10ASoC: fsl_spdif: Clear the validity bit for TXShengjiu Wang1-0/+4
2020-07-07ASoC: fsl: mpc8610_hpcd: Add missing of_node_put()Liao Pingfang1-0/+2
2020-07-03ASoC: fsl: fsl_esai: fix kernel-docPierre-Louis Bossart1-14/+18
2020-07-03ASoC: fsl: fsl_asrc: fix kernel-docPierre-Louis Bossart1-18/+39