summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-audmix.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-26ASoC: Merge up fixesMark Brown1-1/+1
2023-09-25ASoC: fsl: convert not to use asoc_xxx()Kuninori Morimoto1-9/+9
2023-09-15ASoC: imx-audmix: Fix return error with devm_clk_get()Shengjiu Wang1-1/+1
2023-06-19ASoC: imx-audmix: check return value of devm_kasprintf()Claudiu Beznea1-0/+9
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea1-1/+0
2023-05-08ASoC: fsl: use asoc_dummy_dlcKuninori Morimoto1-9/+5
2023-04-21ASoC: fsl: imx-audmix: remove dummy dai_link->platformKuninori Morimoto1-5/+2
2023-04-21ASoC: fsl: imx-audmix: cleanup platform which is using Generic DMAKuninori Morimoto1-9/+12
2023-04-19ASoC: fsl: Restore configuration of platformShengjiu Wang1-4/+10
2023-03-24ASoC: fsl: remove unnecessary dai_link->platformKuninori Morimoto1-10/+4
2022-06-06ASoC: fsl: Update to use set_fmt_new callbackCharles Keepax1-2/+2
2021-09-22ASoC: imx-audmix: Update to modern clocking terminologyMark Brown1-4/+4
2021-09-21ASoC: fsl: Constify static snd_soc_opsRikard Falkeborn1-2/+2
2021-06-23ASoC: fsl: remove unnecessary oom messageZhen Lei1-3/+1
2020-09-25ASoC: fsl: imx-audmix: Use devm_kcalloc() instead of devm_kzalloc()Xu Wang1-4/+4
2020-07-23Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Mark Brown1-3/+3
2020-07-23ASoC: fsl: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-07-23ASoC: fsl: use asoc_substream_to_rtd()Kuninori Morimoto1-3/+3
2020-03-27ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-4/+4
2019-12-16ASoC: fsl: imx-audmix: use snd_soc_dai_link_component for codec_confKuninori Morimoto1-1/+1
2019-08-27ASoC: imx-audmix: register the card on a proper devShengjiu Wang1-2/+2
2019-06-28ASoC: fsl: imx-audmix: consider CPU-Platform possibilityKuninori Morimoto1-4/+10
2019-06-19ASoC: fsl: imx-audmix: don't select unnecessary PlatformKuninori Morimoto1-10/+4
2019-06-06ASoC: fsl: imx-audmix: use modern dai_link styleKuninori Morimoto1-10/+35
2019-05-02ASoC: imx-audmix: fix object reference leaks in probeViorel Suman1-0/+4
2019-04-01ASoC: fsl: fix spelling mistake: "missign" -> "missing"Colin Ian King1-1/+1
2019-03-26ASoC: fsl: Add Audio Mixer machine driverViorel Suman1-0/+327