summaryrefslogtreecommitdiff
path: root/sound/soc/fsl
AgeCommit message (Expand)AuthorFilesLines
2026-03-18ASoC: fsl: imx-card: initialize playback_only and capture_onlyShengjiu Wang1-0/+2
2026-03-02ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_set_reg()Mark Brown1-3/+6
2026-03-02ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_put_bits()Mark Brown1-1/+4
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-8/+8
2026-02-10ASoC: fsl_xcvr: Revert fix missing lock in fsl_xcvr_mode_put()Ziyi Guo1-3/+0
2026-02-10ASoC: Merge up releaseMark Brown1-0/+3
2026-02-06ASoC: fsl_asrc_dma: allocate memory from dma deviceShengjiu Wang1-7/+41
2026-02-06ASoC: fsl_asrc: Add support for i.MX952 platformShengjiu Wang2-0/+30
2026-02-06ASoC: fsl_asrc_m2m: Add option to start ASRC before DMA device for M2MShengjiu Wang4-1/+37
2026-02-05ASoC: fsl: imx-rpmsg: use snd_soc_find_dai_with_mutex() in probeZiyi Guo1-1/+1
2026-02-04ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put()Ziyi Guo1-0/+3
2026-02-03Anbernic RG-DS AW87391 Speaker AmpsMark Brown1-1/+0
2026-02-02ASoC: fsl_sai: add IMX_SCMI_MISC_DRV dependencyArnd Bergmann1-1/+5
2026-01-26ASoC: fsl_sai: Add AUDMIX mode support on i.MX952Shengjiu Wang2-0/+25
2026-01-26ASoC: fsl_audmix: Add support for i.MX952 platformShengjiu Wang1-0/+3
2026-01-20ASoC: fsl: imx-card: Do not force slot width to sample widthFabio Estevam1-1/+0
2026-01-06ASoC: nau8821: Fixes and driver cleanupMark Brown5-6/+24
2025-12-19ASoC: fsl_easrc: Fix duplicate debufs entriesMark Brown2-0/+6
2025-12-17ASoC: fsl-asoc-card: Use of_property_present() for non-boolean propertiesChancel Liu1-4/+4
2025-12-17ASoC: fsl_xcvr: provide regmap namesAlexander Stein1-0/+3
2025-12-17ASoC: fsl_sai: Add missing registers to cache defaultAlexander Stein1-0/+3
2025-12-17ASoC: fsl_asrc_dma: fix duplicate debugfs directory errorAlexander Stein1-0/+3
2025-12-17ASoC: fsl_easrc: fix duplicate debugfs directory errorAlexander Stein1-0/+3
2025-12-14ASoC: fsl: fsl_ssi: Replace deprecated strcpy() with strscpy()HariKrishna Sagala1-1/+1
2025-12-14ASoC: fsl_sai: Constrain sample rates from audio PLLs only in master modeChancel Liu1-2/+8
2025-12-02Merge tag 'asoc-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai6-89/+158
2025-11-28ASoC: fsl_micfil: Set channel range controlChancel Liu1-22/+103
2025-11-28ASoC: fsl_micfil: Add default quality for different platformsChancel Liu1-1/+6
2025-11-26ASoC: fsl_xcvr: clear the channel status control memoryShengjiu Wang1-1/+1
2025-11-26ASoC: fsl_xcvr: use dev_err_probe() replacing dev_err() + returnAlexander Stein1-52/+34
2025-11-17ASoC: fsl: imx-rpmsg: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+1
2025-11-17ASoC: fsl: fsl-asoc-card: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-2/+2
2025-11-03ASoC: fsl_spdif: Constify some structuresChristophe JAILLET1-8/+8
2025-10-30ASoC: qcom: sdw: fix memory leakMark Brown2-8/+7
2025-10-28ASoC: fsl_sai: Fix sync error in consumer modeMaarten Zanders1-4/+4
2025-10-23ASoC: fsl_micfil: correct the endian format for DSDShengjiu Wang1-2/+2
2025-10-23ASoC: fsl_sai: fix bit order for DSD formatShengjiu Wang1-2/+1
2025-10-21ASoC: use snd_kcontrol_chip() instead ofMark Brown1-2/+2
2025-10-21ASoC: fsl_aud2htx: add IEC958_SUBFRAME_LE format in supported listShengjiu Wang1-1/+2
2025-10-20ASoC: fsl: use snd_kcontrol_chip() instead of snd_soc_kcontrol_component()Kuninori Morimoto1-2/+2
2025-09-19ASoC: fsl: fsl_qmc_audio: Reduce amount ofMark Brown1-71/+54
2025-09-19ASoC: fsl: fsl_qmc_audio: Drop struct qmc_dai_chanChristophe Leroy1-32/+20
2025-09-19ASoC: fsl: fsl_qmc_audio: Only request completion on last channelChristophe Leroy1-40/+6
2025-09-19ASoC: fsl: fsl_qmc_audio: Ensure audio channels are ordered in TDM busChristophe Leroy1-0/+29
2025-08-25ASoC: imx-hdmi: remove cpu_pdev related codeShengjiu Wang1-12/+1
2025-08-20ASoC: fsl: Use kcalloc() instead of kzalloc()Qianfeng Rong2-2/+2
2025-08-19Handle shared reset GPIO for WSA883x speakersMark Brown1-10/+10
2025-08-14ASoC: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2025-08-10ASoC: fsl_sai: replace regmap_write with regmap_update_bitsShengjiu Wang1-10/+10