aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_xcvr.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()Gravatar Richard Fitzgerald 1-1/+11
2023-11-23ASoC: fsl_xcvr: refine the requested phy clock frequencyGravatar Shengjiu Wang 1-2/+2
2023-11-22ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only caseGravatar Shengjiu Wang 1-0/+10
2023-08-14ASoC: fsl: merge DAI call back functions into opsGravatar Kuninori Morimoto 1-8/+8
2023-03-20ASoC: fsl: fsl_xcvr: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-01-09ASoC: fsl_xcvr: Add constraints of period size while using eDMAGravatar Chancel Liu 1-0/+12
2023-01-09ASoC: fsl_xcvr: Add support for i.MX93 platformGravatar Chancel Liu 1-48/+95
2022-10-28ASoC: fsl_xcvr: Add Counter registersGravatar Shengjiu Wang 1-0/+40
2022-06-27ASoC: fsl: Migrate to new style legacy DAI naming flagGravatar Charles Keepax 1-1/+2
2022-06-06ASoC: fsl_xcvr:Fix unbalanced pm_runtime_enable in fsl_xcvr_probeGravatar zhangqilong 1-0/+9
2021-09-21ASoC: fsl_xcvr: Fix channel swap issue with ARCGravatar Shengjiu Wang 1-5/+12
2021-09-10ASoC: fsl_xcvr: register platform component before registering cpu daiGravatar Shengjiu Wang 1-5/+10
2021-07-11ASoC: fsl_xcvr: Omit superfluous error message in fsl_xcvr_probe()Gravatar Tang Bin 1-3/+1
2021-06-21Merge series "ASoC: fsl: Use devm_platform_get_and_ioremap_resource()" from Y...Gravatar Mark Brown 1-0/+4
2021-06-21ASoC: fsl_xcvr: disable all interrupts when suspend happensGravatar Shengjiu Wang 1-0/+10
2021-06-21ASoC: fsl_xcvr: check return value after calling platform_get_resource_byname()Gravatar Yang Yingliang 1-0/+4
2021-05-10ASoC: fsl_xcvr: Remove unneeded semicolonGravatar Wan Jiabing 1-1/+1
2021-03-10ASoC: fsl_xcvr: Use devm_platform_ioremap_resource_byname() to simplify codeGravatar Tang Bin 1-5/+3
2021-03-10Merge series "drop unneeded snd_soc_dai_set_drvdata" from Julia Lawall <Julia...Gravatar Mark Brown 1-1/+0
2021-03-10ASoC: fsl_xcvr: move reset assert into runtime_resumeGravatar Viorel Suman 1-4/+6
2021-03-10ASoC: fsl: drop unneeded snd_soc_dai_set_drvdataGravatar Julia Lawall 1-1/+0
2021-02-08ASoC: fsl: constify static snd_soc_dai_ops structsGravatar Rikard Falkeborn 1-1/+1
2021-01-20ASoC: fsl_xcvr: Remove unused of_id variableGravatar Fabio Estevam 1-5/+0
2020-11-25ASoC: fsl_xcvr: fix potential resource leakGravatar Viorel Suman 1-0/+1
2020-11-10ASoC: fsl_xcvr: fix break conditionGravatar Viorel Suman 1-1/+1
2020-10-26ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driverGravatar Viorel Suman 1-0/+1359