summaryrefslogtreecommitdiffstats
path: root/sound/soc/img
AgeCommit message (Expand)AuthorLines
2025-07-09ASoC: img: Imagination Technologies sound should depend on MIPSGeert Uytterhoeven-0/+1
2025-06-24ASoC: img: Standardize ASoC menuKuninori Morimoto-10/+3
2025-03-17ASoC: img: Convert to RUNTIME_PM_OPS() and coTakashi Iwai-32/+18
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König-6/+6
2024-05-06ASoC: img: Use snd_soc_substream_to_rtd() for accessing private_dataKrzysztof Kozlowski-2/+2
2023-09-25ASoC: img: convert not to use asoc_xxx()Kuninori Morimoto-2/+2
2023-08-14ASoC: img: merge DAI call back functions into opsKuninori Morimoto-33/+33
2023-03-20ASoC: img: pistachio-internal-dac: Convert to platform remove callback return...Uwe Kleine-König-4/+2
2023-03-20ASoC: img: img-spdif-out: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-20ASoC: img: img-spdif-in: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-20ASoC: img: img-parallel-out: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-20ASoC: img: img-i2s-out: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-03-20ASoC: img: img-i2s-in: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown-6/+10
2022-06-27ASoC: img: img-i2s-out: use pm_runtime_resume_and_get()Pierre-Louis Bossart-8/+4
2022-06-27ASoC: pistachio: Remove now redundant non_legacy_dai_naming flagCharles Keepax-1/+0
2022-06-27ASoC: img: Migrate to new style legacy DAI naming flagCharles Keepax-5/+10
2022-06-06ASoC: img: Rename set_fmt_new back to set_fmtCharles Keepax-2/+2
2022-06-06ASoC: img: Update to use set_fmt_new callbackCharles Keepax-7/+7
2022-04-25ASoC: img-i2s-in: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi-4/+2
2022-04-25ASoC: img-parallel-out: using pm_runtime_resume_and_getMinghao Chi-4/+2
2022-04-25ASoC: img-spdif-out: using pm_runtime_resume_and_get to simplify the codeMinghao Chi-4/+2
2022-04-25ASoC: img-spdif-in: using pm_runtime_resume_and_get instead of pm_runtime_get...Minghao Chi-4/+2
2021-12-20ASoC: img: Use dev_err_probe() helperKuninori Morimoto-61/+36
2021-06-15ASoC: img-spdif-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang-2/+1
2021-06-15ASoC: img-spdif-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang-2/+1
2021-06-15ASoC: img-parallel-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang-2/+1
2021-06-15ASoC: img-i2s-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang-2/+1
2021-06-15ASoC: img-i2s-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang-2/+1
2021-06-03ASoC: img: Fix PM reference leak in img_i2s_in_probe()Yufen Yu-1/+1
2020-06-15ASoC: img-parallel-out: Fix a reference count leakQiushi Wu-1/+3
2020-06-15ASoC: img: Fix a reference count leak in img_i2s_in_set_fmtQiushi Wu-1/+3
2020-05-29ASoC: img-i2s-out: Fix runtime PM imbalance on errorDinghao Liu-2/+6
2020-05-27ASoC: img-spdif-in: Fix runtime PM imbalance on errorDinghao Liu-1/+3
2020-05-27ASoC: img-spdif-out: Fix runtime PM imbalance on errorDinghao Liu-1/+3
2020-05-26ASoC: fix incomplete error-handling in img_i2s_in_probe.Qiushi Wu-0/+1
2020-03-27ASoC: img: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner-24/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-4/+4
2018-02-12ASoC: pistachio: replace codec to componentKuninori Morimoto-17/+17
2017-11-10Merge remote-tracking branches 'asoc/topic/hdmi', 'asoc/topic/img' and 'asoc/...Mark Brown-72/+381
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-09ASoC: img-spdif-out: Add control of sys clock to runtime PMEd Blake-14/+17
2017-10-09ASoC: img-spdif-out: Add suspend / resume handlingEd Blake-0/+44
2017-10-09ASoC: img-spdif-in: Add runtime PMEd Blake-14/+65
2017-10-09ASoC: img-spdif-in: Add suspend / resume handlingEd Blake-1/+38
2017-10-09ASoC: img-i2s-out: Add control of sys clock to runtime PMEd Blake-29/+31
2017-10-09ASoC: img-i2s-out: Add suspend / resume handlingEd Blake-0/+60
2017-10-09ASoC: img-i2s-in: Add runtime PMEd Blake-17/+71