summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
* ASoC: use devm_snd_soc_register_card()Mark Brown2024-01-221-7/+1
|\
| * ASoC: fsl: use devm_snd_soc_register_card()Kuninori Morimoto2024-01-221-7/+1
* | ASoC: Support SAI and MICFIL on i.MX95 platformMark Brown2024-01-221-0/+13
|\ \
| * | ASoC: fsl_sai: Add support for i.MX95 platformChancel Liu2024-01-221-0/+13
| |/
* / ASoC: p1022_rdk: fix all kernel-doc warningsRandy Dunlap2024-01-221-9/+24
|/
* Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2024-01-126-474/+61
|\
| * Merge tag 'asoc-v6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2024-01-086-474/+61
| |\
| | * ASoC: fsl: fsl-asoc-card: don't need DUMMY PlatformKuninori Morimoto2023-12-191-2/+1
| | * ASoC: fsl_mqs: remove duplicated includingWang Jinchao2023-12-151-1/+0
| | * ASoC: fsl_rpmsg: update Kconfig dependenciesArnd Bergmann2023-11-291-0/+1
| | * ASoC: fsl: mpc8610_hpcd: Remove unused driverMichael Ellerman2023-11-223-468/+0
| | * ASoC: imx-rpmsg: Force codec power on in low power audio modeChancel Liu2023-11-211-2/+59
| | * ASoC: fsl_mqs: Remove duplicate linux/of.h headerLucas Tanure2023-11-201-1/+0
* | | Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-111-1/+1
|\ \ \ | |/ / |/| |
| * | soc: fsl: cpm1: qmc: Extend the API to provide Rx statusHerve Codina2023-12-121-1/+1
| |/
* | ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enableChancel Liu2023-12-291-2/+8
* | ASoC: fsl_sai: Fix channel swap issue on i.MX8MPShengjiu Wang2023-12-191-0/+3
* | ASoC: imx-rpmsg: SND_SOC_IMX_RPMSG should depend on OF and I2CChancel Liu2023-11-251-0/+1
* | ASoC: fsl_xcvr: refine the requested phy clock frequencyShengjiu Wang2023-11-231-2/+2
* | ASoC: fsl_xcvr: Enable 2 * TX bit clock for spdif only caseShengjiu Wang2023-11-221-0/+10
* | ASoC: fsl_sai: Fix no frame sync clock issue on i.MX8MPShengjiu Wang2023-11-201-0/+21
|/
* ASoC: Merge up workaround for CODECs that play noise on stopped streamMark Brown2023-10-271-2/+6
|\
| * ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probeZhang Shurong2023-10-231-2/+6
* | ASoC: fsl-asoc-card: Add comment for mclk in the codec_privHui Wang2023-10-121-0/+1
* | ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not des...Kuninori Morimoto2023-10-101-0/+3
* | ASoC: Explicitly include correct DT includesRob Herring2023-10-0916-27/+18
* | ASoC: Merge up fixesMark Brown2023-09-264-7/+24
|\|
| * ASoC: fsl-asoc-card: use integer type for fll_id and pll_idShengjiu Wang2023-09-261-4/+8
| * ASoC: fsl_sai: Don't disable bitclock for i.MX8MPShengjiu Wang2023-09-251-2/+7
| * ASoC: imx-audmix: Fix return error with devm_clk_get()Shengjiu Wang2023-09-151-1/+1
| * ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_linkChancel Liu2023-09-141-0/+8
* | ASoC: fsl: convert not to use asoc_xxx()Kuninori Morimoto2023-09-2518-86/+86
|/
* ASoC: fsl: imx-pcm-rpmsg: Add SNDRV_PCM_INFO_BATCH flagShengjiu Wang2023-09-111-0/+1
* ASoC: fsl: merge DAI call back functions into opsKuninori Morimoto2023-08-221-1/+1
* ASoC: fsl: merge DAI call back functions into opsKuninori Morimoto2023-08-149-69/+67
* ASoC: Merge up fixesMark Brown2023-08-102-3/+3
|\
| * ASoC: fsl: micfil: Use dual license micfil codeDaniel Baluta2023-08-032-3/+3
* | ASoC: imx-audio-rpmsg: Remove redundant initialization owner in imx_audio_rpm...Li Zetao2023-08-081-1/+0
* | ASoC: imx-es8328: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-3/+22
* | ASoC: fsl_micfil: Use SET_SYSTEM_SLEEP_PM_OPS to simplify PMChancel Liu2023-08-021-16/+2
* | ASoC: fsl_micfil: Add fsl_micfil_use_verid functionChancel Liu2023-08-022-2/+110
* | ASoC: fsl_micfil: Add new registers and new bit definitionChancel Liu2023-08-022-0/+34
* | ASoC: Merge up fixes from Linus' treeMark Brown2023-07-301-0/+2
|\|
| * ASoC: fsl_spdif: Silence output on stopMatus Gajdos2023-07-191-0/+2
* | ASoC: fsl_micfil: refactor deprecated strncpyJustin Stitt2023-07-281-1/+1
* | ASoC: fsl: fsl_qmc_audio: Fix snd_pcm_format_t values handlingHerve Codina2023-07-261-14/+14
* | ASoC: Merge up fixes from mainlineMark Brown2023-07-232-7/+2
|\|
| * ASoC: fsl_sai: Disable bit clock with transmitterMatus Gajdos2023-07-172-1/+2
| * ASoC: fsl_sai: Revert "ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master mode"Fabio Estevam2023-07-091-6/+0
* | ASoC: fsl_spdif: Add support for 22.05 kHz sample rateMatus Gajdos2023-07-192-4/+10