aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'asoc-fix-v7.3-merge-window' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai3-6/+2
2026-08-21ASoC: fix unmet dependencies on PPC_BESTCOMM and SND_SOC_AC97_BUSJulian Braha3-6/+2
2026-08-18Merge tag 'asoc-v7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai20-576/+694
2026-08-13ASoC: fsl-asoc-card: Restructure to support deferrable card bindingMark Brown1-263/+465
2026-08-13ASoC: fsl-asoc-card: Move bound-component setup to late_probeChancel Liu1-133/+191
2026-08-13ASoC: fsl-asoc-card: Move static compatible data to platform dataChancel Liu1-136/+287
2026-08-13ASoC: fsl-asoc-card: Drop mclk management for nau8822Chancel Liu1-7/+0
2026-08-13ASoC: fsl: Drop __force castsTakashi Iwai6-14/+14
2026-08-11ASoC: fsl-asoc-card: defer probe when the CPU DAI device is not readyLiangCheng Wang1-2/+2
2026-08-10ASoC: Use auto-cleanup for firmware loadingMark Brown1-8/+2
2026-08-10ASoC: fsl: Use auto-cleanup for firmware loadingTakashi Iwai1-8/+2
2026-08-07ASoC: fsl_easrc: fix missing return on success in runtime_resumeShengjiu Wang1-0/+1
2026-08-07ASoC: NXP/Freescale: sort the reg_defaults tablesMark Brown1-3/+3
2026-08-07ASoC: fsl_easrc: sort the register default tablePeter Ujfalusi1-3/+3
2026-08-06ASoC: fsl: mpc5200_psc_i2s: avoid kernel-doc warningsRandy Dunlap1-1/+7
2026-08-06ASoC: fsl_easrc: use struct keyword on structsRandy Dunlap1-2/+2
2026-08-06ASoC: fsl-dma: fix all kernel-doc warningsRandy Dunlap1-2/+2
2026-08-06ASoC: fsl_asrc: avoid kernel-doc warningsRandy Dunlap1-3/+3
2026-08-05ASoC: soc-generic-dmaengine-pcm: use snd_soc_register_component()Kuninori Morimoto1-1/+3
2026-08-03Merge remote-tracking branch 'asoc/for-7.3' into asoc-nextMark Brown15-294/+207
2026-07-30ASoC: fsl: dma: use platform helpers and devm cleanupRosen Penev1-41/+27
2026-07-27ASoC: Use named initializers for platform_device_id arraysMark Brown1-3/+3
2026-07-27ASOC: Unify code style for platform_device_id arraysUwe Kleine-König (The Capable Hub)1-3/+3
2026-07-23ASoC: fsl: mpc5200_dma: use platform helpers and devm cleanupRosen Penev3-45/+20
2026-07-22ASoC: fsl: p1022_rdk: add card_to_mdata() macroKuninori Morimoto1-8/+6
2026-07-22ASoC: fsl: p1022_ds: add card_to_mdata() macroKuninori Morimoto1-8/+6
2026-07-19ASoC: fsl: fix m2m_init error path cleanup in fsl_asrc and fsl_easrcMark Brown2-2/+2
2026-07-19ASoC: fsl_easrc: fix m2m_init error path to use goto instead of bare returnShengjiu Wang1-1/+1
2026-07-19ASoC: fsl_asrc: fix m2m_init error path to use goto instead of bare returnShengjiu Wang1-1/+1
2026-07-18ASoC: fsl_easrc: Use div64_u64 for 64-by-64 divisionwangdicheng1-1/+1
2026-07-15ASoC: tegra: Simplify error handlingMark Brown2-8/+33
2026-07-14ASoC: fsl: imx-card: Skip sysclk reset for active DAIs in shutdownChancel Liu1-4/+8
2026-07-13ASoC: fsl_sai: Fix spurious BCLK on resume by clearing BYPChancel Liu1-4/+25
2026-07-06ASoC: cs35l3x: drain threaded IRQs before runtime suspendMark Brown2-2/+0
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)2-2/+0
2026-06-29ASoC: fsl: Use guard() for mutex & spin locksMark Brown11-186/+121
2026-06-29ASoC: fsl: mpc5200_psc_ac97: Use guard() for mutex locksbui duc phuc1-22/+12
2026-06-29ASoC: fsl: mpc5200_dma: Use guard() for spin locksbui duc phuc1-28/+28
2026-06-29ASoC: fsl_rpmsg: Use guard() for mutex & spin locksbui duc phuc1-39/+30
2026-06-29ASoC: imx-audio-rpmsg: Use guard() for spin locksbui duc phuc1-13/+12
2026-06-29ASoC: fsl_xcvr: Use guard() for spin locksbui duc phuc1-17/+12
2026-06-29ASoC: fsl_ssi: Use guard() for mutex locksbui duc phuc1-9/+4
2026-06-29ASoC: fsl_spdif: Use guard() for spin locksbui duc phuc1-6/+2
2026-06-29ASoC: fsl_esai: Use guard() for spin locksbui duc phuc1-11/+5
2026-06-29ASoC: fsl_easrc: Use guard() for spin locksbui duc phuc1-26/+10
2026-06-29ASoC: fsl_audmix: Use guard() for spin locksbui duc phuc1-7/+4
2026-06-29ASoC: fsl_asrc: Use guard() for spin locksbui duc phuc1-8/+2
2026-06-29ASoC: fsl_audmix: rework runtime PM handling in probeShengjiu Wang1-2/+22
2026-06-29ASoC: fsl: mpc5200-i2s: Free DMA resources on probe failureHaoxiang Li1-0/+1
2026-06-25ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel countShengjiu Wang1-0/+20