summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
...
| | * ASoC: fsl: imx-audmux: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_xcvr: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
| | * ASoC: fsl: fsl_ssi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_spdif: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_sai: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_rpmsg: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_mqs: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
| | * ASoC: fsl: fsl_esai: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_easrc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_dma: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_audmix: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_aud2htx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: fsl_asrc: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| | * ASoC: fsl: eukrea-tlv320: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
| * | ASoC: fsl: Specify driver name in ASoC cardAlexander Stein2023-03-201-0/+1
| * | ASoC: fsl: define a common DRIVER_NAMEAlexander Stein2023-03-201-2/+4
| |/
| * ASoC: Merge up fixes as a dependency for future SOF workMark Brown2023-03-131-0/+4
| |\
| * | ASoC: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-113-8/+8
| * | ASoC: fsl: Add support for QMC audioHerve Codina2023-03-053-0/+746
* | | ASoC: fsl_asrc_dma: fix potential null-ptr-derefNikita Zhandarovich2023-04-191-3/+8
* | | ASoC: fsl_sai: Fix pins setting for i.MX8QM platformChancel Liu2023-04-191-1/+1
| |/ |/|
* | ASoC: clarify that SND_SOC_IMX_SGTL5000 is the old driverLuca Ceresoli2023-03-051-0/+4
|/
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-231-1/+1
|\
| * scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli2023-02-021-1/+1
* | Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-02-166-56/+124
|\ \
| * | ASoC: imx-pcm-rpmsg: Remove unused variableDeepak R Varma2023-02-141-4/+2
| * | ASoC: imx-hdmi: Use dev_err_probeAlexander Stein2023-01-281-1/+1
| * | ASoC: fsl-asoc-card: constify fsl_asoc_card_daiLuca Ceresoli2023-01-281-1/+1
| * | ASoC: Merge up 6.2 fixesMark Brown2023-01-183-14/+14
| |\|
| * | ASoC: fsl_sai: Use dev_err_probeAlexander Stein2023-01-161-1/+4
| * | ASoC: fsl_sai: initialize is_dsp_mode flagShengjiu Wang2023-01-161-0/+1
| * | ASoC: fsl-asoc-card: Log error code when we fail to registerMark Brown2023-01-101-1/+1
| * | ASoC: fsl_xcvr: Add constraints of period size while using eDMAChancel Liu2023-01-091-0/+12
| * | ASoC: fsl_xcvr: Add support for i.MX93 platformChancel Liu2023-01-092-48/+102
* | | ASoC: fsl_sai: fix getting version from VERIDShengjiu Wang2023-02-071-0/+1
| |/ |/|
* | ASoC: fsl-asoc-card: Fix naming of AC'97 CODEC widgetsMark Brown2023-01-101-2/+2
* | ASoC: fsl_ssi: Rename AC'97 streams to avoid collisions with AC'97 CODECMark Brown2023-01-102-6/+6
* | ASoC: fsl_micfil: Correct the number of steps on SX controlsChancel Liu2023-01-051-8/+8
|/
* ASoC: imx-audmux: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-071-2/+1
* ASoC: Merge up fixesMark Brown2022-11-294-3/+22
|\
| * ASoC: Merge dropped fixes from v5.18Mark Brown2022-11-241-0/+19
| |\
| | * ASoC: fsl_micfil: explicitly clear CHnF flagsShengjiu Wang2022-05-111-0/+8
| | * ASoC: fsl_micfil: explicitly clear software reset bitShengjiu Wang2022-05-111-0/+11
| * | ASoC: fsl_asrc fsl_esai fsl_sai: allow CONFIG_PM=NMaarten Zanders2022-10-283-3/+3
* | | ASoC: fsl_micfil: Add support when using eDMAChancel Liu2022-11-011-0/+4
* | | ASoC: fsl_micfil: Add support for i.MX93 platformChancel Liu2022-11-011-0/+9
* | | Add support for SAI on i.MX93 platformMark Brown2022-10-282-4/+20
|\ \ \
| * | | ASoC: fsl_sai: Specify the maxburst to 8 on i.MX93 platformChancel Liu2022-10-282-4/+8
| * | | ASoC: fsl_sai: Add support for i.MX93 platformChancel Liu2022-10-281-0/+12
* | | | ASoC: fsl_xcvr: Add Counter registersShengjiu Wang2022-10-282-0/+61
|/ / /