aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/img (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-25ASoC: img: convert not to use asoc_xxx()Kuninori Morimoto2-2/+2
2023-08-14ASoC: img: merge DAI call back functions into opsKuninori Morimoto5-33/+33
2023-03-20ASoC: img: pistachio-internal-dac: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: img: img-spdif-out: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: img: img-spdif-in: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: img: img-parallel-out: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: img: img-i2s-out: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: img: img-i2s-in: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown6-6/+10
2022-06-27ASoC: img: img-i2s-out: use pm_runtime_resume_and_get()Pierre-Louis Bossart1-8/+4
2022-06-27ASoC: pistachio: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-27ASoC: img: Migrate to new style legacy DAI naming flagCharles Keepax5-5/+10
2022-06-06ASoC: img: Rename set_fmt_new back to set_fmtCharles Keepax2-2/+2
2022-06-06ASoC: img: Update to use set_fmt_new callbackCharles Keepax2-7/+7
2022-04-25ASoC: img-i2s-in: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-4/+2
2022-04-25ASoC: img-parallel-out: using pm_runtime_resume_and_getMinghao Chi1-4/+2
2022-04-25ASoC: img-spdif-out: using pm_runtime_resume_and_get to simplify the codeMinghao Chi1-4/+2
2022-04-25ASoC: img-spdif-in: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-4/+2
2021-12-20ASoC: img: Use dev_err_probe() helperKuninori Morimoto6-61/+36
2021-06-15ASoC: img-spdif-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-15ASoC: img-spdif-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-15ASoC: img-parallel-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-15ASoC: img-i2s-out: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-15ASoC: img-i2s-in: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-06-03ASoC: img: Fix PM reference leak in img_i2s_in_probe()Yufen Yu1-1/+1
2020-06-15ASoC: img-parallel-out: Fix a reference count leakQiushi Wu1-1/+3
2020-06-15ASoC: img: Fix a reference count leak in img_i2s_in_set_fmtQiushi Wu1-1/+3
2020-05-29ASoC: img-i2s-out: Fix runtime PM imbalance on errorDinghao Liu1-2/+6
2020-05-27ASoC: img-spdif-in: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-05-27ASoC: img-spdif-out: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-05-26ASoC: fix incomplete error-handling in img_i2s_in_probe.Qiushi Wu1-0/+1
2020-03-27ASoC: img: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner6-24/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-4/+4
2018-02-12ASoC: pistachio: replace codec to componentKuninori Morimoto1-17/+17
2017-11-10Merge remote-tracking branches 'asoc/topic/hdmi', 'asoc/topic/img' and 'asoc/topic/kirkwood' into asoc-nextMark Brown5-72/+381
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09ASoC: img-spdif-out: Add control of sys clock to runtime PMEd Blake1-14/+17
2017-10-09ASoC: img-spdif-out: Add suspend / resume handlingEd Blake1-0/+44
2017-10-09ASoC: img-spdif-in: Add runtime PMEd Blake1-14/+65
2017-10-09ASoC: img-spdif-in: Add suspend / resume handlingEd Blake1-1/+38
2017-10-09ASoC: img-i2s-out: Add control of sys clock to runtime PMEd Blake1-29/+31
2017-10-09ASoC: img-i2s-out: Add suspend / resume handlingEd Blake1-0/+60
2017-10-09ASoC: img-i2s-in: Add runtime PMEd Blake1-17/+71
2017-10-09ASoC: img-i2s-in: Add suspend / resume handlingEd Blake1-1/+53
2017-10-09ASoC: img-parallel-out: Check pm_runtime_get_sync return codeEd Blake1-1/+5
2017-10-04ASoC: img-spdif-out: Rename suspend / resume funcsEd Blake1-7/+7
2017-10-04ASoC: img-parallel-out: Add pm_runtime_get/put to set_fmt callbackEd Blake1-0/+2
2017-10-04ASoC: img-i2s-out: Rename suspend / resume funcsEd Blake1-7/+7