summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enableShengjiu Wang2020-06-231-2/+12
* ASoC: fsl_mqs: Don't check clock is NULL before calling clk APIShengjiu Wang2020-06-231-9/+4
* ASoC: fsl_ssi: Fix bclk calculation for mono channelShengjiu Wang2020-06-161-4/+9
* ASoC: fsl_asrc_dma: Fix data copying speed issue with EDMAShengjiu Wang2020-06-122-11/+17
* ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-EndShengjiu Wang2020-06-121-5/+20
* ASoC: fsl-asoc-card: Defer probe when fail to find codec deviceShengjiu Wang2020-06-041-1/+1
* ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failedXiyu Yang2020-05-291-0/+1
* ASoC: fsl_asrc: Merge suspend/resume function to runtime_suspend/resumeShengjiu Wang2020-05-251-43/+27
* ASoC: fsl: imx-audmix: Fix unused assignment to variable 'ret'Tang Bin2020-05-251-2/+2
* ASoC: fsl_asrc: Fix -Wmissing-prototypes warningshengjiu wang2020-05-251-2/+2
* ASoC: fsl_micfil: Do not pass irq numbers in commentsFabio Estevam2020-05-191-2/+2
* ASoC: fsl_micfil: Remove unneeded ifdef'sFabio Estevam2020-05-191-4/+0
* ASoC: fsl_asrc: Set ASR76K and ASR56K based on processing clockShengjiu Wang2020-05-191-5/+10
* Merge series "ASoC: cleanup DAI/Component activity" from Kuninori Morimoto <k...Mark Brown2020-05-182-3/+3
|\
| * ASoC: fsl: use snd_soc_xxx_active()Kuninori Morimoto2020-05-182-3/+3
* | ASoC: fsl_micfil: Fix unused assignment in fsl_set_clock_params()Tang Bin2020-05-181-1/+1
* | ASoC: fsl_micfil: Fix indentation to put on one line affected codeTang Bin2020-05-181-2/+1
|/
* ASoC: fsl_esai: introduce SoC specific dataShengjiu Wang2020-05-151-9/+37
* soc: fsl_asrc: Make some functions staticChenTao2020-05-071-2/+2
* ASoC: fsl_easrc: mark PM functions __maybe_unusedArnd Bergmann2020-04-291-4/+2
* Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-04-281-0/+4
|\
| * ASoC: fsl_esai: Disable exception interrupt before scheduling taskletShengjiu Wang2020-04-271-0/+4
* | ASoC: fsl_easrc: Check for null pointer before dereferencing "ctx" in fsl_eas...Shengjiu Wang2020-04-271-2/+7
* | ASoC: fsl_easrc: fix spelling mistake "prefitler" -> "prefilter"Colin Ian King2020-04-231-1/+1
* | ASoC: fsl_easrc: Add EASRC ASoC CPU DAI driversShengjiu Wang2020-04-214-0/+2778
* | ASoC: fsl_asrc: Move common definition to fsl_asrc_commonShengjiu Wang2020-04-214-109/+178
* | ASoC: fsl_asrc: Support new property fsl,asrc-formatShengjiu Wang2020-04-213-20/+40
* | ASoC: fsl-asoc-card: Support new property fsl, asrc-formatShengjiu Wang2020-04-211-9/+15
* | ASoC: fsl_asrc: rename asrc_priv to asrcShengjiu Wang2020-04-213-163/+163
* | ASoC: fsl_micfil: Omit superfluous error message in fsl_micfil_probe()Tang Bin2020-04-151-3/+1
|/
* ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-2715-43/+43
* ASoC: fsl: fsl_asrc_dma: use for_each_pcm_streams() macroKuninori Morimoto2020-02-181-2/+2
* ASoC: fsl_sai: Fix exiting path on probing failureOleksandr Suvorov2020-02-061-5/+17
* ASoC: soc-core: remove bus_controlKuninori Morimoto2020-01-213-4/+0
* ASoC: fsl_asrc: Add support for imx8qm & imx8qxpShengjiu Wang2020-01-143-36/+194
* Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-251-1/+8
|\
| * ASoC: fsl_audmix: add missed pm_runtime_disableChuhong Yuan2019-12-241-1/+8
* | ASoC: fsl: imx-audmix: use snd_soc_dai_link_component for codec_confKuninori Morimoto2019-12-161-1/+1
* | ASoC: fsl: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-114-4/+0
* | ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto2019-12-101-1/+1
* | ASoC: fsl_sai: add IRQF_SHAREDMichael Walle2019-12-091-1/+2
|/
* ASoC: fsl_audmix: Add spin lock to protect tdmsShengjiu Wang2019-11-112-0/+7
* ASoC: fsl_esai: Add spin lock to protect reset, stop and startShengjiu Wang2019-10-281-0/+12
* ASoC: fsl_asrc: refine the setting of internal clock dividerShengjiu Wang2019-10-281-11/+34
* ASoC: fsl: fsl_dma: fix build failureMichael Ellerman2019-10-281-1/+0
* ASoC: fsl_mqs: Move static keyword to the front of declarationsYueHaibing2019-10-141-1/+1
* ASoC: fsl: fsl_dma: don't use snd_soc_rtdcom_lookup()Kuninori Morimoto2019-10-081-2/+1
* ASoC: fsl: fsl_asrc_dma: remove snd_pcm_opsKuninori Morimoto2019-10-081-27/+29
* ASoC: fsl: mpc5200_dma: remove snd_pcm_opsKuninori Morimoto2019-10-081-25/+26
* ASoC: fsl: fsl_dma: remove snd_pcm_opsKuninori Morimoto2019-10-081-27/+23